Attached small app, run it, press postback button, you'll see a whdg.. somehow only mouse works for activation of the cells ( child grid's cell are editable). If TAB pressed it brings cursor elsewhere... How to make TAB key working, i.e. when TAB pressed it will activate nest cell ?
Hello mcseidel,
Thank you for posting in the community.
What I can suggest is enable the Activation behavior of WebHierarchicalDataGrid. To enable it, click the ellipsis (...) button for Behavior in the property window and check the Activation behavior in the Behaviors editor A cell is considered active when it is the current cell or the last to recieve an action, such a mouse click. The row or column to which an active cell belongs to is considered active as well. The following are ways to activate WebHirarchicalDataGrid with the keyboard:
Pressing the + key expands the currently active row if it has children and similarly pressing the - key collapse the active row.
Some further reference could be found at:
http://help.infragistics.com/NetAdvantage/ASPNET/2012.2/CLR4.0/?page=WebHierarchicalDataGrid_Activation.html
I hope this helps. Please let me know if you have any additional questions regarding this matter.
I was wondering did you have the chance to try my suggestion?
Please feel free to contact me if you have any questions.