How to create a dynamic(programatically) webgrid editable.
Hello Goutam, In order to apply gridEditing feature for Dynamic WebGrid, please include below code snippet in initGrid() method in backing bean.
grid.getTemplateItemsBehaviors().getFacets().put(GridView.FACET_GRID_EDITING, new HtmlGridEditing());
Thank you!
Swetha
How to add CellValueChangeListener on dynamic webgrid code snipplet mentioned above?