How to create a dynamic(programatically) webgrid editable.
How to add CellValueChangeListener on dynamic webgrid code snipplet mentioned above?
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