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

Disable or enable grid row double click

0 Answers 94 Views
Grid
This is a migrated thread and some comments may be shown as answers.
phyu
Top achievements
Rank 1
phyu asked on 19 Aug 2011, 03:14 AM
Dear Telerik Team,

I would like to disable or enable OnRowDblClick event of Grid accordingly user permissions.

When I tried the following code,the whole page data disappears.

< if (Condition is true)
                    RadGrid1.ClientSettings.ClientEvents.OnRowDblClick = "true";

else
RadGrid1.ClientSettings.ClientEvents.OnRowDblClick = "false";

>


Thanks in advance

No answers yet. Maybe you can help?

Tags
Grid
Asked by
phyu
Top achievements
Rank 1
Share this question
or