Announcement

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

    BUG REPORT: Unable to select row when required field present

    Using the attached code you have two very distinct behaviors:
    1. With the setRequired(true) it is not possible to select the newly added rows
    2. Without setRequired selection works as expected even in new lines

    Click image for larger version

Name:	with_reqired.PNG
Views:	146
Size:	6.9 KB
ID:	254844
    Click image for larger version

Name:	without_required.PNG
Views:	124
Size:	5.1 KB
ID:	254845
    Attached Files

    #2
    Please see the Handling Unsaved Records overview. The difference here is simply that the required validator prevents saving, so the records are not yet saved, and while in this state they have the limitations documented in the Handling Unsaved Records overview. The same overview covers alternate approaches.

    Comment


      #3
      Originally posted by Isomorphic View Post
      Please see the Handling Unsaved Records overview. The difference here is simply that the required validator prevents saving, so the records are not yet saved, and while in this state they have the limitations documented in the Handling Unsaved Records overview. The same overview covers alternate approaches.
      Adding link, future generations will be grateful:
      https://www.smartclient.com/smartgwt...edRecords.html

      Comment

      Working...
      X