DataGrid question
-
Hello, I have a datagrid: this.dataGridRevenues.DataMember = "LotYields"; this.dataGridRevenues.DataSource = this.dataset; is there a way to display only certain rows in the grid, when loading the dataset? Thank you.
Try this this.dataset.Tables("Products").Columns("Name").ColumnMapping = MappingType.Hidden Alomgir Miah Live Life King Size
-
Hello, I have a datagrid: this.dataGridRevenues.DataMember = "LotYields"; this.dataGridRevenues.DataSource = this.dataset; is there a way to display only certain rows in the grid, when loading the dataset? Thank you.
-
Hello, I have a datagrid: this.dataGridRevenues.DataMember = "LotYields"; this.dataGridRevenues.DataSource = this.dataset; is there a way to display only certain rows in the grid, when loading the dataset? Thank you.
you can also create your select statement to only return the rows you want. Which to me would seem to be the easiest. Tom Wright tawright915@yahoo.com