Announcement

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

    Validator that is non-blocking

    Is it possible to have a FormItem validator that will still allow the form to be submitted?

    We use implicitSave as well, not sure if that impacts solution.

    SmartClient Version: v10.0p_2015-12-02/Pro Deployment (built 2015-12-02)

    #2
    We don't have something like a validator that can be not valid. However if you're basically trying to show a kind of warning message, that's pretty easy to accomplish: just add a BlurbItem with the warning message, have it initially hidden, and show it from a change handler after running whatever kind of validity check you want.

    Comment


      #3
      Hi ESutherland, did you see this thread https://forums.smartclient.com/forum...or-dynamicform ?

      Comment


        #4
        Hi all,

        wanted to link that one as well. You beat me at it, claudiobosticco :)

        Best regards
        Blama

        Comment


          #5
          Hi Blama :) , did you ever try that code or wasn't it useful?

          Comment


            #6
            Hi,

            no never tried it so far. So many ideas, so little time...

            Best regards
            Blama

            Comment


              #7
              Originally posted by claudiobosticco View Post
              I appreciate your help, however we do not use smartclient server side, only javascript.

              Comment

              Working...
              X