|
Rank: Member Groups: Member
Joined: 2/10/2010 Posts: 13
|
Hi,
I am trying to see if user can tab through the cells in the grid instead of clicking on mouse each time. As per your documentation, I have set the EnableKeyBoardNavigation=true and FullRowMode=False for the Grid. I am still not able to tab through the cells. Can you tell me what I am missing?
Thanks, Janaki
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, It seems that you have done everything correctly. If you run this sample can you see it working correctly? http://demo.essentialobjects.com/Default.aspx?path=Grid\_i1\_i21Note that you must click the Grid first so that it can receive focus. Thanks!
|
|
Rank: Member Groups: Member
Joined: 2/10/2010 Posts: 13
|
Yes, I can run the sample just fine. But for my grid, when I hit the tab key, it creates a new row instead of taking me to the next cell.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We are not able to reproduce this problem. Can you provide a test page? Thanks!
|
|
Rank: Member Groups: Member
Joined: 2/10/2010 Posts: 13
|
Hi,
The keyboard navigation works in that it takes you to the cell when you tab, but doesn't put the cell in edit mode. Do I have to click on the cell before editing?
Thanks, Janaki
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, Enter key puts the cell in edit mode. If you wish the cell to automatically go into edit mode without pressing enter key, you will need some additional code. See this topic for sample code: http://www.essentialobjects.com/forum/postst3841_How-to-automatically-edit-an-cell-when-the-cell-receives-focus.aspxThanks
|
|