Hi,
Ive been working with a grid which has a combo box multiselectable with custom values.
After selecting a few values and closing the editor the rows are added, the dataSource seem fine.
But when I try to edit the new rows, they pop up empty.
So my questions are:
1- how can I refresh the grid $("#MyGrid")?
2- Where/When should I refresh the grid? so the values show up inside the edit panel on the new rows.
Thanks
Hello Joao,
Thank you for posting in the community.
Given that the row editing template of the igGrid is successfully configured, with each editor being setup for the respective column via a column setting, the values of both regular rows and the newly added one. More information regarding configuring igGrid's row editing template may be found at:
http://help.infragistics.com/NetAdvantage/jQuery/2013.1/CLR4.0?page=igGrid_Updating_RowEditTemplate.html
A live sample illustrating the template's capabilities in practice may be found at:
http://es.infragistics.com/products/jquery/sample/grid/row-edit-template
I am also attaching a small sample used to test this scenario. If you continue to experience and issues, please feel free to modify it in order to illustrate any unwanted behaviors.