This question is locked. New answers and comments are not allowed.
I'm having the issues after ajax requist then i want to rebuild the grid's columns.
the columns is dynamic column, it depends on the values of the form.
this is the list of the steps:
1. submit the form
2. the ajax submit success.
3. need rebuild the grid's columns.
4, rebind the grid.
How to rebuild the grid's columns after ajax request?
becuase when submit the form, the columns maybe need change caused by the some value of the form, so it need rebuid the columns.
the columns is dynamic column, it depends on the values of the form.
this is the list of the steps:
1. submit the form
2. the ajax submit success.
3. need rebuild the grid's columns.
4, rebind the grid.
How to rebuild the grid's columns after ajax request?
becuase when submit the form, the columns maybe need change caused by the some value of the form, so it need rebuid the columns.