Hi,
I started off by requiring the edit panel on the RadGrid to be disabled on enter key press. I have managed to achieve this, the panel doesn't show anymore but the problem is that I now get an Ajax postback instead (I wasn't getting this on enter keypress before).
In the OnKeyPress for my grid I call the following javascript (see below). This does stop the edit panel appearing
Telerik version: 2009.2.826.35 VS 2008 SP1
I have a RadGrid as follows and also a RadAjaxManager so that I get a LoadingPanel for the Grid:
I started off by requiring the edit panel on the RadGrid to be disabled on enter key press. I have managed to achieve this, the panel doesn't show anymore but the problem is that I now get an Ajax postback instead (I wasn't getting this on enter keypress before).
In the OnKeyPress for my grid I call the following javascript (see below). This does stop the edit panel appearing
Telerik version: 2009.2.826.35 VS 2008 SP1
I have a RadGrid as follows and also a RadAjaxManager so that I get a LoadingPanel for the Grid: