I'm new to Telerik, and I'm trying to implement some grid functionality that I used to get when using an Infragistics grid. Basically, I could navigate the individual cells of a grid using the up/down/left/right arrow keys. It didn't matter if the cells were in the same row or a different row, as they long as they are adjoined. Additionally, once navigated to, the cell becomes editable and I can update the value without having to take any additional steps, such as pressing an edit button, enter key, etc. This is how people normally use Excel. Once the user leaves the row, an event is triggered which updates the record in the database with any changes without the user having to click a Save button.
In trying to mimick this behavior in RadGrid, I set the AllowKeyboardNavigation property to True, but it only allows me to use the up/down arrrows...and the entire record is selected, not an individual cell. I want the individual cell to be selected, not the whole row.
How can I achieve TRUE Excel-like navigation using RadGrid?
I'm using VS2008 and RadControls for ASP.NET AJAX - Latest Version: 2009.3 1103 (Nov 3, 2009). I've downloaded a sample app from the forum, which is supposed to show how to implement this functionality, but apparently it is somewhat old and seems to have compile problems as my version of VS and the RadConrols are newer.
In trying to mimick this behavior in RadGrid, I set the AllowKeyboardNavigation property to True, but it only allows me to use the up/down arrrows...and the entire record is selected, not an individual cell. I want the individual cell to be selected, not the whole row.
How can I achieve TRUE Excel-like navigation using RadGrid?
I'm using VS2008 and RadControls for ASP.NET AJAX - Latest Version: 2009.3 1103 (Nov 3, 2009). I've downloaded a sample app from the forum, which is supposed to show how to implement this functionality, but apparently it is somewhat old and seems to have compile problems as my version of VS and the RadConrols are newer.