I'm a new user to the Aikido framework, and I'm finding it pretty frustrating exploring the CSOM javascript functions. All I want to do is to skip over a column when a user hits the tab. I dont know of a way to control tabindex, therefore I figure I could control the ExitedEditMode event and manually skip over the column, but havent been able to execute it. Any help is greatly appreciated.
Hello,
Please take a look at this video : http://community.infragistics.com/aspnet/media/p/79141.aspx
Hope this helps.
I would like to use the hierarchical gird. Both master and detail grids have lookup columns with dropdown boxes. Parent grid has three columns: Phase, status and comments. Phase and statuses are drop down columns. Child grid has a dropdown list column called milestone. During editing process on the parent row, whevever the user selects different value from the dropdown list in the Phase column, status column will be presented with different lookup values. Not only that, available choices for the milestone will changed as well based on the selection. CRUD must be enabled for both parent and child grid.
Hello mingdyansty,
would you be able to share with us what you are trying to achieve may be I will will be able to help you in that direction.
I am sorry it does not help at all. Looking through topics and hoping for examples is not what I am expecting to find as a paid customer.
$find is part of MS AJAX Framework because of that you are not able to find it in our documentation. This function returns MS AJAX Component and for example $find('WebDataGrid1 ') should return the grid if it has been found on the page.
If you go through the documentation of WebDataGrid you will see that there are information and code (C# / javascript) showing how to use each one of its behaviors.
https://es.infragistics.com/help/aspnet/webdatagrid-behaviors