Announcement

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

    Reg:ListGrid Editing problem

    Hi,

    In ListGrid, While editing records If I am not changing any value in the row then even the mandatory validation is not happening. But If I change any field in the grid then other fields validations are happening.

    Could you please suggest me what to do for the above issue.

    We are working in below environment:

    Smartclient version : Isomorphic SmartClient/SmartGWT Framework (9.1p_2014-09-04/PowerEdition Deployment 2014-09-04)

    Browser : IE9

    Thanks in advance

    #2
    By design, data provided to the grid via setData() or retrieved from the server via fetchData() is considered already correct and not validated.

    To have data instead treated as user input that requires validation, it should be provided via setEditValues() and similar APIs. See the Grid Editing overview for more information.

    Comment

    Working...
    X