Title: hope treegrid can realize validateRow method Post by: kingor2001 on February 18, 2016, 06:42:07 AM Datagrid realizes the method of validateRow, so, hope that the treegrid can also use validateRow method, thank you
Title: Re: hope treegrid can realize validateRow method Post by: stworthy on February 19, 2016, 02:31:03 AM The 'validateRow' method of treegrid inherits from datagrid plugin, you can use it to validate your editing row.
Code: $('#tg').treegrid('validateRow', idvalue); Title: Re: hope treegrid can realize validateRow method Post by: kingor2001 on February 19, 2016, 09:46:00 AM so treegrid always have inherited methods of the datagrid?
|