Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by karel on Jun 02, 2008 06:58
open dhtmlx forum
Grid - filtering on server side

Hi,

I have the scenario where I need completely use paging, filtering, sorting on server. I don't use the paging built-in functionality.
I always read the actual page from server...

I'd like to ask if I can use filtering built functionality somehow to get the filter values on server.
(I mean something like attachHeader("#text_filter") method but with the behaviour to get
filter values on serverside... just idea)


In the grid version 1.6 there is mentioned new feature paging without linear buffer to be able to get
on the concrete page without pre read previous pages. I tried to lokk for some examples and knowledge issues
without success. Do you have any example?

(I have professional version)

Thanx a lot.
Answer posted on Jun 02, 2008 07:59
>>Do you have any example?
This mode doesn't require any special commands to be enabled. Paging works in such mode by default.
The next sample
    http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/loading_big_datasets/50000_paging.html?un=1212419720000
works in paging , but the data of each page loads dynamically from server on page select

The sample also has ability to sort and filter dataset on server side.