RadzenDataGrid - tabindex on Filter

We implement a blazor app using Radzen 3.14.2.
We are using RadzenDataGrids with Filters / FilterTemplates.

Finally we want to create a barrier free page with tab-Key order as defined in html sources, but fail because of "tabindex" - HTML attribute set to "1" in RadzenDataGrid implemenation. (RadzenDataGrid #1937 __builder.AddAttribute(249, "tabindex", "1"); )

All current approaches to "fix" the DOM / RenderTreeBuilder are really dirty and not usable.

Is there a easy way to remove the attribute or force the value to "0"?

I've remove this setting completely:

The update will be part of our next release tomorrow.

1 Like

Thank you so much! Your support and speed is overwhelming!