Click here to Skip to main content
15,885,630 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am trying to integrate jqgrid to my asp.net application,my application is not MVC,and I am struck with edit dialog validation,Could you help me by giving solution for Validating the Edit Dialog form in JQGrid.Thanks in advance.

by

Abdul Salam
Posted
Comments
salamkudru 30-Jan-13 8:46am    
Solved my self,thanks to all :)
the solution was
<trirand:JQGrid ID="JQGrid1" runat="server" Width="600px">
<columns>
<trirand:JQGridColumn DataField="Url" Editable="true">
<editclientsidevalidators>
<trirand:RequiredValidator />
<trirand:UrlValidator />

</trirand:JQGridColumn>

</trirand:JQGrid>

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900