Hello,
I have problem with RadGridView. I would like to select more than one rows in grid so I change MultiSelect to true. I click 5 rows (ctrl+left mouse), and now i would like to deselect f.e 2 and 4. I click rows 2 and 4 (ctrl+left mouse), finally program unselect this rows but user cannot see this in rows nr.4 (image). I try to change it in Visual Style Builder but, only I find how to change GridDataRowElement.IsCurrent to blue, and GridDataRowElement.IsSelected to yellow. I want to get colors like :
When rows is Select and current -> yellow
When rows is Unselect and current -> white
So finally :
first click (ctrl + left) -> select row(yellow)
double click (ctrl + left) -> unselect row(white)
Any idea to solve this problem?
Thanks for help !!!
Marcin
I have problem with RadGridView. I would like to select more than one rows in grid so I change MultiSelect to true. I click 5 rows (ctrl+left mouse), and now i would like to deselect f.e 2 and 4. I click rows 2 and 4 (ctrl+left mouse), finally program unselect this rows but user cannot see this in rows nr.4 (image). I try to change it in Visual Style Builder but, only I find how to change GridDataRowElement.IsCurrent to blue, and GridDataRowElement.IsSelected to yellow. I want to get colors like :
When rows is Select and current -> yellow
When rows is Unselect and current -> white
So finally :
first click (ctrl + left) -> select row(yellow)
double click (ctrl + left) -> unselect row(white)
Any idea to solve this problem?
Thanks for help !!!
Marcin