to generate xml for DHTML tree grid

I would like to ask you the followings:

  1. DHTML has a component to generate the xml file for the tree grid?
  2. regarding with the grid paging, currently DHTML is retrieve data from the xml file to proceed to the paging.
    My concern is that it may not be the latest data for the user. Let me explain with the following scenario:
    User1 is retrieving the data, it will populate the 10 records at page1.
    User2 is delete the 1 records at page 2.
    And User1 is going to the paging and this deleted record is showing at page1.

Note : Currently if we are using the datagrid , we have to call the related stored procedure for the paging.

Please let me know the solutions for the above issue.

  1. DHTML has a component to generate the xml file for the tree grid?
    You can use dhtmlxConnectors. Please find more information here dhtmlx.com/docs/products/dhtmlxC … ndex.shtml

User1 is retrieving the data, it will populate the 10 records at page1.
If row was already loaded to the client side, you should refresh the grid
If row wasn’t loaded to the client side, when User1 go to the page2, you should pass xml without deleted row