Hello,
We do specify separate color for Important rows having note field. It was normally in "green" color when row with "note" data is loaded and other rows remain "white". While selecting multiple rows using shift key+mouse click the row with "note" data will be "yellow" color and other remaining rows will be default select color("blue").
This was working fine in IE browser. But in chrome or edge browser I cannot able to select multiple columns. Even though I select multiple rows using the property (EnableDragToSelectRows="true") and (AllowMultiRowSelection="True") I found that I cannot able to make color change that I have written in the function (OnRowSelected="gdUnassigned_RowSelected").
The problem is If i give the property (EnableDragToSelectRows="true") then (OnRowSelected="gdUnassigned_RowSelected") won't be working.
In IE11 I have not specify the property (EnableDragToSelectRows="true") without this IE11 worked fine.
Please respond for my post and give me a solution though because it is very important feature for our project.
Thanks,
Antelson