Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
739
Need help finding Javascript/CSOM documentation
posted

I'm feeling newbish because after an hour of Googling and poking around, I can't find basic documentation on what Javascript functions are available for the .NET control set (grid in this case).  I see a CSOM Reference Guide section in the main documentation tree, but am not finding it helpful. 

I'm looking for a simple listing of the common functions that would pop up in "get an item and then do things with it" scenarios.  For example,

igedit_getById

igxxx_xxxxx

I see snippets with this type of utility function all over, but no documentation of the functions.  Help is appreciated. 

In my particular case I need to resize a WebDataGrid on the client.  I also have JQuery available in my app, so if there's no easy Infragistics answer I'm open to that.

 

Thanks.