Hi,
i am using the grid and have written a function that allow me to set all the viable rows to be edited using the inline edit method.
the grid is initially populated with 1000 rows by being bound to a data table, the grid has paging set at 25 lines per page and the user can edit all 25 items in one go, when they click update my code loops through the viable items and adds them to a new data table and this is returned to an update function.
the data table that is sent back only contain 25 rows but seems to be over a meg in size and this really kill the performance of the page when using it over a Normal ADSL connection.
can anyone tell me why the data table is so big as the data contained with in it should be a few K and i do not seem to have the same issue when the data is retrieved on load of the page.
i am using the grid and have written a function that allow me to set all the viable rows to be edited using the inline edit method.
the grid is initially populated with 1000 rows by being bound to a data table, the grid has paging set at 25 lines per page and the user can edit all 25 items in one go, when they click update my code loops through the viable items and adds them to a new data table and this is returned to an update function.
the data table that is sent back only contain 25 rows but seems to be over a meg in size and this really kill the performance of the page when using it over a Normal ADSL connection.
can anyone tell me why the data table is so big as the data contained with in it should be a few K and i do not seem to have the same issue when the data is retrieved on load of the page.