Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
570
WebGrid & LinQ
posted

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 ?

WbGrid 

Thanks in advance.

Regards,

Claus

 

Parents
No Data
Reply
  • 28464
    posted

    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.

Children