Hi all,

how can i sort and filter data in table. I will use sql as source of the data, so i can use where clause as filter, but is there something as data holder (similar to dataadapter, datareader or dataset in .net) which i can operate with, without to fetch the data every time from the sql server?

Also some reference on sorting filtering would be helpful.

Thanks!