Categories | Question details Back To List | ||
use DataProcessor in Treegrid How to set _waitMode to 0 in DataProcessor? When i add/delete the first row in the treegird manually, it's successful;but deal the second row,it's failed. Answer posted by Support on Apr 09, 2009 06:47 _waitMode flag used to send next data request only after response on previous received ( it critical for tree and treegrid which uses parent-child relations ) The flag set back to 0, as far as valid XML response will be received from the server. You can try to include dhtmlxdataprocessor_debug.js and check, that server correctly respond on first command. |