skipping a particular column while pressing tabkey

1 Answer 62 Views
Checkbox Grid
Abhishek
Top achievements
Rank 1
Iron
Abhishek asked on 22 Nov 2022, 12:26 PM

hii,

Suppose I am having a Table in grid where i am having total 5 columns. When I am pressing TabKey, It is going sequentially from 1 to 5 and then it is going to another row. For every row I want to skip a column. I tried with tabIndex as -1 and 99999 for particular column. I tried with eventlistener with if-else condition also, But not working for me.

https:/c/stackblitz.com/edit/react-7srkcq-wpog86?file=app/main.jsx

In this given link the table is given I want to skip "Units" column from the table. 

Currrently is is going like this ID>ProductName>FirstOrderedOn>Units>Discontinued> NextRow, I need to skip the highlighted column.

When I will press the tab key it should be start from ID>ProductName>FirstOrderedOn>Discontinued> NextRow  

Thankyou

  

1 Answer, 1 is accepted

Sort by
0
Accepted
Abhishek
Top achievements
Rank 1
Iron
answered on 23 Nov 2022, 08:38 AM

No need to provide answer, I only solved it using CustomCellRender inside the grid property.

Thankyou

Wissam
Telerik team
commented on 23 Nov 2022, 11:33 AM

Hi, Abhishek,

I am glad you managed to find a solution to your issue. Thank you for sharing it with the community!

Regards,
Wissam
Progress Telerik
Tags
Checkbox Grid
Asked by
Abhishek
Top achievements
Rank 1
Iron
Answers by
Abhishek
Top achievements
Rank 1
Iron
Share this question
or