Announcement

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

    Summary row and remove icon

    Hello,

    I'm wondering what is the purpose of remove icon that shows on summary row of ListGrid??
    Code:
    ListGrid queueList = new ListGrid();
    queueList.setCanRemoveRecords(true);
    queueList.setShowGridSummary(true);
    Clicking this icon ends up with error call to IDACall.
    I'm using custom RestDataSource optimized to php on server side.

    How can I hide this icon or add custom functionality to this??
    I don't see anything in docs

    Best regards

    // EDIT
    This shows when you use custom DataSource for fetching summary information by:
    Code:
    queueList.setSummaryRowDataSource(dsSummary);
    Last edited by pH4Lk0n; 23 Mar 2012, 07:58.
Working...
X