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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top