Re: Hide DataGrid Row
Tech-Archive recommends: Fix windows errors by optimizing your registry
Steve B. wrote:
> How can I hide a datagrid row or set it's width to zero. I need to
> filter the grid and and show only rows with selected data.
>
> Steve
It is more a ADO.NET question, but I think you'll have to filter the
datasource, not the grid.
If you are using a DataSet, take a look at Select method of the
DataTable or the RowFilter in a DataView.
--
Erick Sasse
.
Relevant Pages
- Re: Hide DataGrid Row
... table to the dataset or something like that Thanks Erick ... >> How can I hide a datagrid row or set it's width to zero. ... >> filter the grid and and show only rows with selected data. ... (microsoft.public.dotnet.languages.csharp) - Hide DataGrid Row
... How can I hide a datagrid row or set it's width to zero. ... I need to filter ... the grid and and show only rows with selected data. ... (microsoft.public.dotnet.languages.csharp) - Re: Display if count = 5
... criteria line of the field that is being counted, ... And, if you count something in the design grid in a query, ... if you have designed a complicated filter. ... (microsoft.public.access.queries) - Re: what a crock!!!!!!!!!!!!!!!!!!!!!!!
... the knife repair and knife making as indexed by google. ... A quick scan will tell you who to filter out. ... Just filter out 'Steve Kramer' the troll who ... **You don't know ANYTHING about my life Steve! ... (rec.knives) - Re: SPGridView (mis)behavior...help!!!!
... on the first grid then it works. ... If i try to sort by using the dropdown (from the header ... SPGridView) on either of the other three grids, ... If I click to open the dropdown to sort or filter, ... (microsoft.public.sharepoint.portalserver.development) |
|