Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by soms on Oct 22, 2008 05:23
open dhtmlx forum
Dynamic SmartRendering Not Working :(

I am currently working on v.1.6 Standard edition. The example given regarding dynamic smart render method does not seem to work for me... the posStart and count properties are not being sent to the server when i perform
mygrid.enableSmartRendering(true,50);

can anyone help me please???? ..... i call an asp page and inturn that calls a webservice.....
isnt dynamic smart rendering supported in standard edition?

please guide

thanks in advance
Answer posted by Support on Oct 22, 2008 08:22
The enableSmartRendering just inform grid that it will need to work in dynamic mode. The loading must be started same as in common init with 
mygrid.enableSmartRendering(true,50);
mygrid.load("some.php"); 

The first XML loaded from server must contain rows@total_count with count of expected rows. 

>>isnt dynamic smart rendering supported in standard edition?
yes

If problem still occurs - please provide more details, is it doesn't load anything, show js error, or not load additional data while scrolling?

( you may try to use debug version of dhtmlxcommon.js to get more details about server side response - http://dhtmlx.com/docs/products/kb/index.shtml?cat=search&q=2545&ssr=yes&s=dhtmlxcommon )