What is the proper way to cancel selection of a row in RadGrid on a client side?
I try to use
This cancels selection, but row which was peviously selected remains not highlighted.
How can I highlight previously selected row back?
hanks,
Konstantin.
I try to use
ClientEvents-OnRowSelecting="cancel"
and in cancel function I call
eventArgs.set_cancel(
true);
This cancels selection, but row which was peviously selected remains not highlighted.
How can I highlight previously selected row back?
hanks,
Konstantin.
