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.
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.
Comment