Results 1 to 8 of 8

Hybrid View

  1. #1
    Administrator
    Join Date
    Feb 2012
    Location
    Milano
    Posts
    716
    Hi rvkvino,

    I suppose that the rows reappear when an update does not change the involved field.

    Please, try something like this:


    Regards,
    Giuseppe

  2. #2
    Power Member
    Join Date
    Sep 2013
    Location
    Coimbatore
    Posts
    121
    Hi,
    This way helped me lot. Thanks for your assistance.I have one more issue now, I need to change the row background color based on this below condition. I could change the particular item background color, but couldn't change the whole row bg color.

    if(info.getCellValue("com_is_rm") == "1") {
    //info.setCellStyle("desc", "gold-label", "silver-label");
    //Here I need to change current row bg color
    }

  3. #3
    Administrator
    Join Date
    Feb 2012
    Location
    Milano
    Posts
    716
    Hi rvkvino,

    You should use the setAttribute method that configures the stylesheet changes to be applied to all the HTML cells of the involved row.
    Something like this:

    info.setAttribute("#ffff66", null, "backgroundColor");

    Alternatively, if you want to use styles defined in the css you have to use it the setStyle method.

    Regards,
    Giuseppe

 

 

Similar Threads

  1. Replies: 3
    Last Post: March 28th, 2017, 04:58 PM
  2. How to format values on initial "update"
    By alexreinert in forum Client SDKs
    Replies: 2
    Last Post: July 21st, 2015, 10:35 AM
  3. Null values on Item update
    By Ranag in forum Adapter SDKs
    Replies: 1
    Last Post: December 12th, 2014, 09:03 AM
  4. Lightstreamer going into polling mode randomly
    By GoatHunter in forum Client SDKs
    Replies: 3
    Last Post: August 31st, 2009, 08:57 AM
  5. Replies: 1
    Last Post: August 20th, 2009, 08:47 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 09:22 AM.