This is a migrated thread and some comments may be shown as answers.

[Solved] Radgrid row enable/disable

1 Answer 111 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mansi
Top achievements
Rank 1
Mansi asked on 05 Mar 2010, 12:52 PM
Hi,

Is it possible to enable/ disable particular row in radgrid server side?

While binding I am selecting some rows , and don't want user to deselect them (some of the rows).
How can I disable specific row?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 05 Mar 2010, 01:26 PM
Hi,

One suggestion would be getting the selected items in client side and when page loads and cancel the OnRowDeselecting event after checking the selected item's index. You can cancel the event by using args.set_cancel(true) method.

Thanks,
Princy.
Tags
Grid
Asked by
Mansi
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or