how to automatically select drodown when tabbing into column

Hello, 

I have a grid with a dropdown in the 3rd column. What I want to happen is when I "tab" into cell with the dropdown, the control will be selected with the selected value (if there is) currently selected


1 Reply

MS Manivel Sellamuthu Syncfusion Team August 4, 2021 04:11 PM UTC

Hi Andrew, 

Greetings from Syncfusion support. 

By default, When we pressing the ‘Tab’ key we are traversing from one cell to the next cell. So while pressing the "Tab" key, we focused only on Grid cells(it won't focus directly on the inside component of Grid cells). This is the default behavior of the Grid. 

Could you please confirm the following information before proceeding your requirement.  

  1. You have mentioned 3rd column as DropDownList. So, you have rendered DropDownList by using ‘ColumnTemplate’ feature or Enable ‘DropDownList’ edit in the Grid columns.
  2. Share the sample code example of your Grid rendering.
  3. Do you want to open the DropDownList popup when pressing ‘’tab” key from another cell.
 
Regards, 
Manivel 


Loader.
Up arrow icon