Hi everyone! I'm trying to create a Grid that uses a datatable as datasource; i have defined a wcf service whose GetDataAndCount method returns datasource from a datatable when the page is loaded; now, i would like to define within this method the logic that determines which data must be returned when columns of the grid are filtered; my idea is to make filter on datatable within GetDataAndCount method, the question is how can i read from this method the filter applied to each column (and then use it to filter data in datatable)?
Regards, thanks in advance.
Regards, thanks in advance.