Hi Team,
Good day,
In Ultra Web Grid populated page if i pressed Tab key means its not at all entering to grid its pointing to the other controls out of UltraWebGrid in form .
How to implement the Tab through with Infragistics Ultra Web grid.
Thanks & Regards,
Charles S
Hello Charles,
Thank you for contacting Infragistics support.
Could you send us a working sample demonstrating your issues so I could further investigate?
Also, have in mind that version 11.1 of our ASP.NET Controls is retired and no longer supported. Please take a look at our Product Lifecycle -http://es.infragistics.com/support/product-lifecycle.
Please let me know if you need anything else
Hello Aleks,
Good day, thank you for the prompt reply,
As required , Please find the attached print screen
The form has two WebUltraGrid(Called as Grid) and some standard controls, If i press tab key its focusing normal controls(Outside Grid) But when its supposed to focus Grid cell for the first cell (drop down control ) its focusing there after its not happening directly focusing next control totally out from the Grid,
In the Grid next cell of drop down has text box which will allow to enter data on mouse click
Thanks in advance,
Please provide a working isolated sample so I could provide a solution.
Hi Aleks,
Thanks for your reply,
Have seen the sample, Here the textbox control is in HTML, Tab through with these controls are happening, But in case of within cells of UltraWebGrid controls only not happening, Reason may be the textbox controls code itself not present when loading,But the moment on mouse click the textbox code is getting added and its visible in screen also data allowed to enter . Is this the nature of UltraWebGrid !!! or we can load the text boxes inside cells by default
You can achieve this with WebDataGrid 16.1 if you want you can try it.
In your case you can create your custom focus implementation for each column. I made a basic sample that showing how you can focus current input, you can see it here: https://jsfiddle.net/0e41888e/1/.
I want to clarify that version 11.1 of our ASP.NET Controls is retired and no longer supported, and you can take at our Product Lifecycle - http://es.infragistics.com/support/product-lifecycle.