I have a treegrid with a custom DropDownTree control as the editing item for one of the columns. Everything works great, but when I tab through the fields, when I get to the column before it does not tab to teh dropdowntree. Instead it sets focus to a span (details below). Then when I tab a 2nd time it sets focus to the dropdowntree. What's the best way to have the focus get set to the dropdown tree when I am tabbing from the c
<span class="e-input-group e-control-wrapper mytree e-show-dd-icon e-ddt e-lib e-keyboard" tabindex="0" aria-disabled="false" aria-owns="transactionsGrid_gridcontrolcategory_options" role="listbox" aria-haspopup="true" aria-expanded="false" aria-activedescendant="null" aria-labelledby="transactionsGrid_gridcontrolcategory_hidden" e-mappinguid="grid-column4" style="width: 100%;"><select aria-hidden="true" tabindex="-1" class="e-ddt-hidden" name="category" id="transactionsGrid_gridcontrolcategory_hidden"></select><input e-mappinguid="grid-column4" id="transactionsGrid_gridcontrolcategory" class="e-input e-field e-control e-dropdowntree e-lib" role="textbox" type="text" readonly=""><span class="e-clear-icon e-icons e-icon-hide"></span><span class="e-input-group-icon e-ddt-icon e-icons"></span></span>
Thank you for the update Farveen!
Thansk for the update!