How to filter DataGrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In this topic "Walkthrough: Using a DataGrid Web Control to Read and Write Data" updates/edits of a table are covered for all data and column(s). However no topic or section dedicated to explain on how to filter for specific record(s) or row(s).
Any help appreciated.
Peter
 
Hi Peter,

Filtering in the datagrid, happens by adding "datagridstyles" for columns to
the datagrid or by filtering using the "dataview" for rows have a look for
that

(This is just in general of course lot of others methods)

I hope this helps?

Cor
In this topic "Walkthrough: Using a DataGrid Web Control to Read and Write
Data" updates/edits of a table are covered for all data and column(s).
However no topic or section dedicated to explain on how to filter for
specific record(s) or row(s).
 
Back
Top