Ok, this might be a serious problem, if there is not another setting that works with it...
(Don't you hate when people start off posts that way!!! :))
If I set Keyboard navigation to true for a grid. If I hit the enter key, the row I am on goes into edit mode, whether I allow editing or not. While I like the keyboard navigation feature, this is not good.
The grid I am using is a display grid only. I have EnabledPostBackOnRowClick=true. When a user clicks on a row, an ajax request is done updating a seperate area that is used for data editing. This works fine with mouse navigation, but with keyboard navigation, I assumed hitting enter would act as a mouse click triggering the same functionality. I was wrong, and this happens even with AllowAutomaticInserts/Deletes/Updates set to false.
Now, since the data in the grid is a query, and cannot tie directly back to the data, an update can't occur, but you can see the problem.
Comments? (I'm hoping there is just an additional setting I'm missing!)
Thanks, Kuba
(Don't you hate when people start off posts that way!!! :))
If I set Keyboard navigation to true for a grid. If I hit the enter key, the row I am on goes into edit mode, whether I allow editing or not. While I like the keyboard navigation feature, this is not good.
The grid I am using is a display grid only. I have EnabledPostBackOnRowClick=true. When a user clicks on a row, an ajax request is done updating a seperate area that is used for data editing. This works fine with mouse navigation, but with keyboard navigation, I assumed hitting enter would act as a mouse click triggering the same functionality. I was wrong, and this happens even with AllowAutomaticInserts/Deletes/Updates set to false.
Now, since the data in the grid is a query, and cannot tie directly back to the data, an update can't occur, but you can see the problem.
Comments? (I'm hoping there is just an additional setting I'm missing!)
Thanks, Kuba