Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by jiha on May 18, 2009 19:49
open dhtmlx forum
row status, add data loading

Hi
We are looking for Grid using my application.

so I need some function in grid.

But I didn't find yet that function In Grid.

1. row status

we send data(insert row, update row, delete row) to server.
so
do Grid have row status?

2. add data loading.

ex)
first loading 100 data(xml or text) to Grid,
second loading 100 data(xml or text) to Same Page In Grid.

Is there 200 data? or 100 data last loading.
Do you have adding function?

3. support

If I buy grid, Can I get support and more sample?
(support is jsut same QnA page?)

If your team modify grid we need, I will pay extra charge.
can You?
Answer posted by Alex (support) on May 19, 2009 03:09

Hello,

>> do Grid have row status?

Did you mean Data Processor ? 

In this case the row status is passed to the server automatically. Please, take a look at the arctile http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Dataprocesor_usage.html.

The sample is http://dhtmlx.com/docs/products/dhtmlxGrid/samples/dataprocessor/savedata_grid.html

>>  Is there 200 data? or 100 data last loading. Do you have adding function?
You can load more than one xml. But you should set the position in the each next xml.

For example, if you want to load 2 xml files and the first one contains 10 row, the xml of the second one should be started with:

<row pos="10">....

Moreover grid supports  Dynamic Smart Rendering http://dhtmlx.com/docs/products/dhtmlxGrid/doc/step-by-step/ch_biggrid.html 

http://dhtmlx.com/docs/products/dhtmlxGrid/samples/loading_big_datasets/pro_srnd_load_notification.html

>> If I buy grid, Can I get support and more sample?

In this case you can contact us directly at support@dhtmlx.com.  Sometimes we send samples when it's necessary for better explanation.

>> >>If your team modify grid we need, I will pay extra charge. 
If problem caused by incorrect component behavior - it will be fixed for free.
If you need to have some heavy customization of existing functionality - please contact sales@dhtmlx.com and provide more info.