Announcement

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

    validate ListGrid on fetch

    SmartGwt 3.0p 2/16 nightly
    Gwt 2.4
    Firefox 6.0

    Here is my scenario,

    I previously had an addressbook/ListGrid were each record that was added contained 5 fields/columns. Each field was required, explicitly set by ListGridField.setRequired(true).

    I had my users input their information into the addressbook. However, some 2000 entries later, I've decided to add a 6th field to the database/ListGrid.

    Is there a way, upon the fetch of the data to flag each record's missing field as "invalid" with an error icon, so that the user can know that they need to input the information in that field for that record to become "valid" again?

    Any help is much appreciated, thank you in advance!

    #2
    Still looking for guidance on this issue if anyone else has a solution or an idea that might be able to help me out.

    Comment

    Working...
    X