Announcement

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

    Insertion of rows at any index in a List Grid

    Hi,

    We are using GWT 2.8.1 and SmartGWT 6.1 power version.
    We have a requirement where a user would want to insert an empty row at any index in a ListGrid. By index I mean the row position.

    This implies that the user would want to add an empty row before or after any existing row. Is this achievable in the ListGrid?

    Currently when we add a new row in the ListGrid, it is always added at the end.

    How can we do this?

    Thanks,
    Sidharth.

    #2
    See Grid Editing overview, specifically the special section on Handling Unsaved Records for an extensive discussion of possible approaches.

    Comment


      #3
      Hi,
      We've checked the grid editing overview but there is no such concrete information available as how to achieve this functionality. We didn't find anything like providing an insertion index while creating a new row. Do we have this functionality in list grid implementation ? If not then can you guide us to the possible solution?

      Comment


        #4
        It sounds as though you read the Grid Editing overview and simply ignored our comment that it is very important to read the Handling Unsaved Records overview.

        Next step is to actually read the Handling Unsaved Records overview.

        Comment

        Working...
        X