Rank: Member Groups: Member
Joined: 9/1/2010 Posts: 28
|
How do I unselect all cells on serverside?
I see a way to do it clientside but that wont help me.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You would need to set SelectedItemIndex and SelectedCellIndex to -1 on the Grid.
Thanks!
|