Announcement

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

    Force validation on all listgrid rows

    Is there a way to force validation on all listgrid rows, even the non-edited ones? Here's the scenario, I want to pull up a grid that will be connected to a datasource has some data based on parsing a document. So we'll have existing rows that will be pulled into the grid from the datasource, but some fields on each row may still be missing. I'd like to present the data that we do have and force them to fill in the missing columns.

    #2
    You could call listGrid.startEditingNew() with each record. This will cause all records to be considered user-entered unvalidated data.

    Comment

    Working...
    X