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.
in your example, you used $find. Where is that in the CSOM reference? Also It seems that very little progress has been made with help file, since I can't find anything I need, such as getting reference to another column, populating dataproviders, etc. I am not sure if simply blaming Microsoft really helps developers here.
Hello Adrian,
Please check this out : CSOM If you use 10.2 you are able to benefit from JavaScript intellisense support
Hope this helps
Hi
The link suggested seems no to work and i cannot find any documentation about CSOM for the new WebDataGrid!?
Any advice is welcome
RegardsAdrian
When i tried this example i get an error on cell.get_row() as cell is null. Infact all the properties and methods has null on eventargs.
I have the similar issue and i want to skip readonly columns for easy of dataentry but unable to do it.
I am using Webdatagrid v9.1
Attached is the image that shows the errors t
Thanks, this works great!