Announcement

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

    Defect faced in ListGrid about validation error icon

    I am using ListGrid bound with datasource.
    I have cell validators and rowExitEditorHandler defined.
    When I exit the row editor using 'Enter' key or clicking outside, all the validations work fine as all the validation errors are shown properly.

    I have a Save column in list grid (Containing 'SAVE' text) with a recordClickHandler defined for this column. When I click on this field, all validators & rowExitEditorHandler are called automatically as expected but the error is not shown. Validation are working properly and i user enters wrong value, it remains in editor mode but the validation error is not shown. Infact validation error icon appears in the failed column but only for a split second.

    please suggest remedy. This is part of a feasibility study for usage of smartGWT in our project.

    #2
    Please read the FAQ for the information you need to provide if you are hoping for a response.

    Comment

    Working...
    X