I have built a WebDataGrid attached to a sql datasource. All the CRUD is working but, I can't get tabbing to work between fields in a row. I have activation turned on. Once I tab from an active cell it will mvoe to the next cell (dotted surround on the cell) but, it won't enter the cell in edit mode.
What am I missing?
This is the gridview that I am using...
Hi,
On the cell editing behavior, do you have EnableOnActive set to true in EditModeActions? By default this is false. When it is on, the cell only will enter edit mode it becomes active. So, if you click it, the cell will become active and enter edit mode. Now if you click off the grid, it exits edit mode. If you click on the same cell in the grid, it will not enter edit mode this time b/c it is already active. If you do have it enabled, attach a sample page demonstrating the behavior and I'll take a look at it.
regards,David YOun