How to add Ajax validation in a master where I have fields for other tables based on jqrelcopy?

Posted by AravindRaj on Stack Overflow See other posts from Stack Overflow or by AravindRaj
Published on 2012-10-26T04:41:12Z Indexed on 2012/10/26 5:01 UTC
Read the original article Hit count: 248

Filed under:
|

In a master page(_form) I want to save three fields

  1. drop down
  2. text box
  3. Option list and if a certain option from the option list is selected I need a JQrelcopy to appear and the user can add many values using JQrelcopy. The values, which are stored in JQrelcopy has to be saved in some other table.

    Now the problem is I want to give AJAX validation like the field cannot be blank, Only alphabetical characters are allowed for the fields which are inserted through JQrelcopy. I thought about creating a scenario, but I can't get it right

© Stack Overflow or respective owner

Related posts about yii

Related posts about yii-extensions