Hi Team,
I am using cascading dropdown list in angular ejs-grid . I have achieved that functionality using below link
https://ej2.syncfusion.com/angular/documentation/grid/how-to/example-of-angular-ui-grid-to-edit-a-cell-using-cascading-drop-down-list/#example-of-angular-ui-grid-to-edit-a-cell-using-cascading-dropdown-list
My Question is like,
How to bind the values in dropdown list when user doing Edit operation in the grid ?
For Ex , I have a below grid , see the first record where Ship country is Australia and Ship state is Queensland (Ship State dropdown loaded based on selected country)
once I edit that record the dropdown values are getting cleared and asking user to select it again as see below,
I need the solution for , when user clicks on Edit button the dropdown should bind the actual value for Ship country (Australia) and Ship State (Queensland) , instead of clearing the both dropdowns . How to achieve this ?
Thanks
Nambi R