I have a telerik radgrid. My functionality is select a row on rowclick. I also want to deselect the row on row click if it is already selected.
I also want to change colors for RowSelected and Unselected.
I am trapping the row like this.
Since I have a function like this, this overrides my RowUnselected() function of RowClick?
How can I go about doing that?
Regards
I also want to change colors for RowSelected and Unselected.
I am trapping the row like this.
function
RowSelected(sender, eventArgs) {
var grid = sender;
}
Since I have a function like this, this overrides my RowUnselected() function of RowClick?
How can I go about doing that?
Regards