Actually i have the grid with
| <telerik:GridButtonColumn Text="Taskear" CommandName="Select" HeaderStyle-Width="75px"></telerik:GridButtonColumn> |
| <telerik:GridButtonColumn Text="Des-Taskear" CommandName="Deselect" HeaderStyle-Width="75px"></telerik:GridButtonColumn> |
How can i do this 2 funcionalities all in one ?
I mean.. every time I select a row, this row will be selected, but if the row is selected and I select this row again, the row will be deselected..
I tried in the event OnItemCommand setting e.Item.Selected = false but nothing happend..
Thanks and sorry for my english :) !