Hi,
I have a grid on my page which allows users to edit records and do batch updates. I am using the following demo which works just fine. (http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/clienteditbatchupdates/defaultvb.aspx?#qsf-demo-source).
However, in my RadGrid I have several bound columns set to ReadOnly and when the users accidentally double click those ReadOnly columns JavaScript errors occur. It seems the errors occur because the JavaScript functions are looking for the editable control (textbox) for every column including the ReadOnly ones.
I tried to modify the JavaScript functions so no “dblclick” handler is added to those ReadOnly columns but I am still getting the errors.
Using the demo specified above, is there any way the ReadOnly columns will be ignored when double clicking the cell?
Using:
- RadControls for ASP.NET AJAX Q1 2013
- Windows 7
- Visual Studio 2010
- vb.net
- .NetFramework 4.0
- SQL Server 2005
Thanks
Sigi Perez
