Based on http://es.infragistics.com/community/forums/p/89157/440444.aspx#440444 I made some changes to the example to show the text of country and district instead of their keys in the grid, but I got an error: Cannot read property 'options' of undefined. This is because grid.data("igGridUpdating") is undefined. How to fix it?
Hello,
I am still following this. Have you been able to resolve the issue?If you have any concerns or questions, please feel free to contact me, I will be glad to help you.Thank you for choosing Infragistics components!
Hello Luis,
Thank you for contacting Infragistics Developer Support!
The reason for this issue that grid is initialized on div element which is wrapped around table and the Updating feature is initialized on a table. To workaround that change the div to table.
If you want to stick with the div for container you can use widget method to get the correct reference to the grid.