We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Is there a way to cause Shift+ Arrow keys to select the grid cells

Hi,

I have a Grid with the covered cells. At present if I press Shift+Right arraw key than the focus just shift to the next cell and the cells do not appear as selected.


Do we need to set something to activate this behavior.

Thanks and Regards
Prashant Agarwal

5 Replies

PR Prashant December 1, 2006 09:27 AM UTC

Can anyone please help me regarding this issue.

>Hi,

I have a Grid with the covered cells. At present if I press Shift+Right arraw key than the focus just shift to the next cell and the cells do not appear as selected.


Do we need to set something to activate this behavior.

Thanks and Regards
Prashant Agarwal


AD Administrator Syncfusion Team December 1, 2006 10:09 AM UTC

Hi Prashant,

We were not able to reproduce the issue here. Is it possible for you to upload us a sample or modify the attached sample to reproduce the issue here? This will help us to analyse the issue further.

Here is a sample.
GDBGArrowKeySelection.zip

Best Regards,
Haneef


PR Prashant December 1, 2006 10:22 AM UTC


Hi Haneef,

I am also bit puzzled as same application has other Grids which are working fine.

Can you tell me if there is any flag which set or unset this behavior.


>Hi Prashant,

We were not able to reproduce the issue here. Is it possible for you to upload us a sample or modify the attached sample to reproduce the issue here? This will help us to analyse the issue further.

Here is a sample.
GDBGArrowKeySelection.zip

Best Regards,
Haneef


AD Administrator Syncfusion Team December 1, 2006 10:31 AM UTC

Hi Prashant ,

There is a property to control the behavior for selecting cells for the grid by the user with mouse or Keybord. You can control it using this code:

this.gridDataBoundGrid1.AllowSelection = GridSelectionFlags.Any;

Best Regards,
Haneef


PR Prashant December 1, 2006 11:07 AM UTC

Thanks a ton Haneef...

Thats what I was looking for... actually this flag was set to other parameters and thus was ignoring shift....

it is now working perfectly fine... thanks

>Hi Prashant ,

There is a property to control the behavior for selecting cells for the grid by the user with mouse or Keybord. You can control it using this code:

this.gridDataBoundGrid1.AllowSelection = GridSelectionFlags.Any;

Best Regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon