Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

  • svjard
    replied
    See ListGrid.addData(), you need to add ListGridRecords, what you are trying is defining the listgridfield's editor.

    Leave a comment:


  • smartgwtuser
    started a topic How to add statis data to listgridfield.

    How to add statis data to listgridfield.

    Hi ,
    I want to add static data to the list grid field. Please let me know how can I do it.

    I tried like this.

    ListGridField s = new ListGridField();
    s.setValueMap("a","b","c");

    but it is not showing any data in the grid. Please let me know how can I do it.

    Thanks
Working...
X