This question is locked. New answers and comments are not allowed.
I have adapted the Grid / Editing / Ajax Editing sample to display a list of products.
I have implemented _InsertAjaxEditing() and _SaveAjaxEditing() as suggested.
When I define a hidden column (e.g. Id) on the grid, upon rebinding it will shift the
grid data contents one column to the left, i.e. ommitting the first displayed column
after returning from both function when rebinding the model to the grid
(i.e. return View(new GridModel(repository.GetAll()));)
Is this behaviour by intention and if yes, why?
Kind Regards
Stephan
I have implemented _InsertAjaxEditing() and _SaveAjaxEditing() as suggested.
When I define a hidden column (e.g. Id) on the grid, upon rebinding it will shift the
grid data contents one column to the left, i.e. ommitting the first displayed column
after returning from both function when rebinding the model to the grid
(i.e. return View(new GridModel(repository.GetAll()));)
Is this behaviour by intention and if yes, why?
Kind Regards
Stephan