This is a migrated thread and some comments may be shown as answers.

Textbox Validation is not working with Template

1 Answer 142 Views
Templates
This is a migrated thread and some comments may be shown as answers.
Atul
Top achievements
Rank 1
Atul asked on 24 Jul 2014, 02:14 PM
Hi All,

I have a textbox inside template which i want to display on Kendo Popup, everything is working except validation. 

 <script type="text/x-kendo-template" id="popup-template">
     <div>
           @Html.TextBoxFor(m => m.Address)
        </div>
</script>

which will render below html tag for textbox 

<input class="k-textbox" data-val="true" data-val-length="Address  must have a length between 1 and 100 characters." data-val-length-max="100" data-val-length-min="1" data-val-regex="Address must only contain alpha-numeric characters." data-val-regex-pattern="^[A-Za-z\d]*$" id="Address " name="Address " placeholder="Type Address " type="text" value="">

Any specific reason why validation is not working here. Please correct me if I am doing anything wrong here.

Thanks-

1 Answer, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 28 Jul 2014, 07:15 AM
Hi Atul,

This post will be closed as it is duplicate of the thread in which I already replied.

Regards,
Alexander Popov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Templates
Asked by
Atul
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Share this question
or