Title: Treegrid - Not able to highlight/select a row with background color Post by: LokeshN on April 19, 2012, 09:51:07 PM I am not able to select/highlight a treegrid row which has background color.
I am setting the background color of a row through rowStyler option. Code: rowStyler:function(row){ Any solution for this? Title: Re: Treegrid - Not able to highlight/select a row with background color Post by: stworthy on April 20, 2012, 02:03:14 AM Please add the below css style to your page head:
Code: <head> Title: Re: Treegrid - Not able to highlight/select a row with background color Post by: LokeshN on April 20, 2012, 02:37:53 AM Thanks much stworthy
Title: Re: Treegrid - Not able to highlight/select a row with background color Post by: magicloud on July 22, 2013, 07:32:38 PM Sorry, my mistake. Forgot everything in treegrid does not have index param.
--- Sorry to bring up this thread. Does the answer mean rowStyler does not work for treegrid? I want to give the user a visual feedback, for example, red row means "this row has been edited, please remember to click on "save all" button." I had a flag in rowData to indicate it has been edited. How to make it shown? |