Tab Key in DataboundGrid?

I am not receiving Tab Keys in the form level ProcessTabKey procedure when a databound grid has focus. What is the default functionality of the tab key in a databound grid? Should the focus be moving to the next control in the TabIndex when the tab key is selected? Is there a databound grid property that would effect this functionality? Anthony

1 Reply

AD Administrator Syncfusion Team October 18, 2002 04:00 PM UTC

Hi Anthony, you can set grid.WantTabKey = false Then the Tab Key should be forwarded to the form instead of moving the current cell inside the grid. Stefan

Loader.
Up arrow icon