Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
260
How to create a dynamic(programatically) webgrid editable
posted

How to create a dynamic(programatically) webgrid editable.

Parents
  • 1765
    Suggested Answer
    posted

    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

     

Reply Children