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
420
populating adjacent cell value on change in a cell
posted

I have a dropdown in the igGrid and would like to change default values for the cell adjacent to it when I make change to the dropdown.

For e.g. dropdown ID has 1 and 2 and adjacent cell has dropdown test with values test1, test2, test3, test4 and test5. When ID value is selected as 1 default for test dropdown should change to test1 and when it is changed to 2 the test dropdown should have test3 as default.

Please let me know the code for this with the igGrid in webforms and not in MVC.

Thanks in advance.