Announcement

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

    Add new record at any position in listgrid

    Hi,
    I have one requirement to add the Record at any position in the list grid. Is there any api like listgrid.addRecord(int rowNo, Record rec)

    #2
    listgrid.getRecordList().addAt(Record record, int pos)

    Comment

    Working...
    X