Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
310
Do your editors support remote validation?
posted

I am trying to follow the guide here to use remote validation with the ig controls:-

http://msdn.microsoft.com/en-us/library/gg508808(v=vs.98).aspx

However when the page is rendered, I cannot find any of the data-val-remote attributes in the markup.

Do the IgniteUI controls support remote validation? If not do you have any which would provide similar functionality?

Thanks,

Sean

Parents
  • 3995
    Verified Answer
    Offline posted

    Hello Sean,

    The editors currently don't support remote validation. I have sent your product idea directly to our product management team.  Our product team chooses new product ideas for development based on popular feedback from our customer base.  Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.

    If your feature is chosen for development, you will be notified at that time.  Your reference number for this product idea is PI13060114.

    If you would like to follow up on your product idea at a later point, you may contact Developer Support management via email.  Please include the reference number of your product idea in the subject and body of your email message.  You can reach Developer Support management through the following email address:  dsmanager@infragistics.com

     

    As a workaround you can try using Html.EditorFor() functionality, when you instantiate igEditor over an editor that provides that functionality.

    For example(referencing the guide):

    When @(Html.EditorFor(model => model.UserName)) is created, you can call $("#UserName").igTextEditor();

    Please let me know if this works for you.

     

    Sincerely,

    Deyan Kamburov

Reply Children
No Data