I have upgraded my infragistics version to 20150.1 for an application,
now screens are coming up but they have used var grid = igtbl_getGridById(strGridName); now im getting the javascript error Uncaught ReferenceError: igtbl_getGridById is not defined always, will anyone be able to assist me on this?
Thank you in advance !!
Hi Chinzy,
this is how you take reference to the old UltraWebGrid. If you have migrated your UltraWebGrid to WebDataGrid then you should use:
var grid = ig_controls.strGridName;
Please let me know if you have further questions on the matter.
Hi Hristo,
Thank you for your quick reply and yes it did take off the issue,
but it still says undifined to the grid element,
one more small issue i have is on igtbl_getLength or igtbl_getRowById, has they been updated as well,
is there a reference I can find on this? as I was unable to find any ? any suggestions?
Thank you in advance.