EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: kissmoon on December 29, 2014, 05:18:25 PM



Title: How can I get the validate status of datagrid's rows
Post by: kissmoon on December 29, 2014, 05:18:25 PM
If the form, I can use $("form").valid() before save.
When use datagrid, what can use?


Title: Re: How can I get the validate status of datagrid's rows
Post by: stworthy on December 29, 2014, 06:24:53 PM
You can call 'validateRow' method to determine whether the row data is valid.


Title: Re: How can I get the validate status of datagrid's rows
Post by: kissmoon on December 29, 2014, 06:37:38 PM
OK, thanks.