Filtering Columns in dataview
is it possible to edit some fields / filter some of the columns in DataView object.
SCENARIO:
After i fetched the table from DataSet in DataView either by using default view or passing the dataset Tables collection, can i filter out some of the columns in that tables?
Suppose table has four columns and after getting the tables in dataview (not dataset ), can i show only any for example two columns in DataGrid by using the DataView
ramesh
|