[CLOSED] MVC combo remove validation syntax

  1. #1

    [CLOSED] MVC combo remove validation syntax

    Hi, Could you give me a sample MVC syntax for remote combo validation configuration ?
    I need to call a direct method from server to validate the selected value. I found some sample code in webForm format(https://examples4.ext.net/#/Form/Val...te_Validation/), not sure how to convert to MVC.

    Thanks
    -szhang
    Last edited by fabricio.murta; Nov 01, 2016 at 1:13 AM.
  2. #2
    Hello Susan Zhang!

    Check you this forum thread, I am pretty confident it is the sample you need with remote validation for combo boxes!
    - Remote validation question

    In that case, the user created the combo box while returning the view (not in Razor syntax), but that shouldn't change anything, what you will need is the CheckComboxValue() and also the settings around line 70 of the controller code (which sets up remote validation).

    Of course, pay attention for Daniil's reply to the thread, which adds a missing piece for the remote validation to work.

    Let us know if this still doesn't help you and we'll see to it! :)
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Great! This is exactly what I need. You can close the ticket now.
    Thanks
    -szhang
  4. #4
    Glad it helped, thanks for the feedback!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. Replies: 1
    Last Post: Aug 21, 2015, 12:45 PM
  2. [CLOSED] combo remote validation has invalid json error
    By susanz in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 06, 2015, 8:22 PM
  3. [CLOSED] How to remove the Refresh icon from the Combo control
    By Fahd in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 12, 2012, 7:50 PM
  4. Replies: 3
    Last Post: Jul 11, 2011, 9:43 AM
  5. Remove Combo Box Item
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 0
    Last Post: Dec 10, 2008, 5:41 AM

Posting Permissions