Hi,
I want to know if there is a way to transfer data from tree control to server side similar to that in Grid Control form data sending in dhtmlxgrid_form.js.
Best Regards,
Bulent Yakub
Hi,
I want to know if there is a way to transfer data from tree control to server side similar to that in Grid Control form data sending in dhtmlxgrid_form.js.
Best Regards,
Bulent Yakub
There is no native integration
You can assign some custom code to onSubmit handler of form, and from it call some tree’s API to get necessary values and store them in hidden inputs of form.