|
Rank: Newbie Groups: Member
Joined: 1/13/2010 Posts: 4
|
I have a grid with FullRowMode set to False, and Keyboard Navigation set to true. Navigation seems to be working, but I can't tell what field is currently in focus. I can't seem to figure out how to highlight the cell that is currently in focus.
Also, I have a CheckboxColumn in the grid, and their doesn't seem to be a way to check/uncheck the box via the keyboard.
Help!! :)
Thanks, Chris
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will need to set the GridItemStyleSet.SelectedStyle to have a different style (usually a different background color) so that selected style will show differently.
I do not believe there is a way to check/uncheck the box via keyboard in the current version. It does make sense to support that. So we will look into it and see if we can have that feature.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 1/13/2010 Posts: 4
|
Do you think there's any way to work around the checkbox issue? I.e. catch a keypress in javascript and fire a "check" event on the checkbox?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I don't believe there is a reliable way to do that. We will have to implement that in the Grid.
Thanks!
|
|