RadDataGrid Tab order (items/row index order) skipping!

1 Answer 67 Views
DataGrid NumericInput
Victor
Top achievements
Rank 1
Victor asked on 25 Jun 2024, 09:56 PM | edited on 25 Jun 2024, 09:58 PM

Hello,

Using .NET MAUI to develop a Windows desktop application.

I have a page where a RadDataGrid gets populated with a list of items.

The columns are:
Column 1 = telerik:DataGridTextColumn

Column 2=  telerik:RadNumericInput (usingtelerik:DataGridTemplateColumn)

My client reported an overlooked issue, and I confirm that when using "tab" to go to the next editable cell, which in my case is the next row, it does NOT follow the sequence of the items... 

Example:
Clicked on the first item to focus, from item/row 1 goes to 2, then 3 (so far so good) but all the sudden the next focus goes all the way to item/row 11 or something then after that seems to follow a random order which defeats the purpose of using the tab functionality.

For clarification, I am using enter as 'Tab' by implementing a style to the telerik:RadEntry with a
"<Setter Property="ReturnType" Value="Next" />".  However, the same behavior happens using the 'Tab' key.

Video of the issue attached


A fix, observation or any workaround would be greatly appreciated!!

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 26 Jun 2024, 12:45 PM

Hi Victor,

Thank you for sending the video.

I've tried to reproduce the described behavior in a sample app based on the provided description, still, without much success. I've attached my test app, can you download it and give it a try?  Can you replicate the erroneous behavior in it? Would it be possible to try to modify it, so that the issue can be observed in it and send it back?

I look forward to your reply.

Regards,
Yana
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
DataGrid NumericInput
Asked by
Victor
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or