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
2165
Cascade combo in a grid.
posted

Based on http://ko.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?

grid_editors.rar
  • 11095
    Offline posted

    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!

  • 11095
    Offline posted

    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.