Hi,
I am trying to disable the editing on the grid and wondering the best way around this. I want the user to be able to navigate the grid using the arrow keys but when pressing enter I effetively want that to fire the rowselect event and no show this edit screen (screen shot for clarity)
We have come across the following article http://www.telerik.com/help/aspnet-ajax/grdcancelenterarrowkeypress.html is this the best way to do this or is there a "AllowEdits='false'" setting or something?
Thanks