Hello. I'm using Kendo UI ASP.NET. I have a grid with 2 dropdowns. The first dropdown is not virtualized, the second one is (and also cascades off the first dropdown). All of this works.
I need to be able to quickly tab through all columns and rows in the grid using only the keyboard. If the 2nd dropdown gets focus and the current value isn't yet loaded in the virtualized dropdown, I get stopped with a client-side "This value is required" error message. I would like to know what the best strategy is to force the 2nd dropdown to navigate to the dropdown entry (in psuedocode, .select() to the virtualized, non-loaded entry) associated with its current value even when that entry is not yet loaded because of virtualization when that 2nd dropdown receives focus.
Thanks,
Richard