How to reload dataprocessor

hi all,

How to reload the dataprocessor.

Regards
narinas.

can any one show me the example how to reload dataprocessor after initilization.

What you mean by “reloading” ?
Dataprocessor used to manage data saving between any of dhtmlx components and server side, it doesn’t do any loading operations

I want to send the values to the url after taking the input from the user.

i mean reInitialization.

how to reinitialize dataprocessor after sending values to url

I want to send the values to the url after taking the input from the user.

dp.sendData();

how to reinitialize dataprocessor after sending values to url
normally dataprocessor resets self to correct state automatically. If it doesn’t occurs in your case - there can be a problem with server side response. ( it must be in specific format )

docs.dhtmlx.com/doku.php?id=dhtm … e#response