I have a RAD Grid that has image on one column and on click it opens a Edit Popup. When the RAD Grid is disabled, How to enable user to click on image. Grid should look like disabled mode but image column alone should be clickable.
With Regards
L.Palanivelrajan.
1 Answer, 1 is accepted
0
Eyup
Telerik team
answered on 29 May 2013, 01:53 PM
Hi Palanivelrajan,
Please note that RadGrid is a complex script control which requires additional configuration when needs to disabled. Can you please verify that you are closely following the steps provided in the following topic? http://www.telerik.com/help/aspnet-ajax/grid-enabled-conventions.html
When the Enabled property of a container control is set to False, it is expected for the child controls not to fire DOM events since they are also being disabled. To achieve the requested functionality, you need to access the generated images or pager item and enable it explicitly on the code behind: http://www.telerik.com/help/aspnet-ajax/grid-accessing-cells-and-rows.html
Hope this helps.
Regards,
Eyup
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.