Hi all !
I want to display a hierarchical data in a WebGrid using the WebHierarchicalDataSource component associated with two LinQ Data Sources. For that purpose I've created an working example as descibred in the article
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/WebHierarchicalDataSource_Getting_Started_with_WebHierarchicalDatasource.html
with two LinQDataSources instead two SQLDataSources. But how can I hide or remove columns in the WebGrid ? In WebGrid's designer mode neither bands nor column will be displayed ?
Thanks in advance.
Regards,
Claus
Yes, unfortunately this is a new component and we have yet to implement some functionality for it. Reading the schema from WHDS in design time for UltraWebGrid is not supported for now, but we will do our best to introduce it asap.
Please, excuse us for the inconvenience.
Meanwhile, you can probably hook the InitializeLayout event of the grid and remove the column from there.
Hi !
When using WebHierarchicalDataSource as data source for the WebGrid, bands and columns are not accessible ! Neither at design time nor at runtime.