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
60
WebHierarchicalDataGrid - Please provide VB example code
posted

I was quite disappointed when I found out that the [WebHierarchicalDataGrid] component didn't use the same StyleSet assignment syntax as the rest of your .NET controls (Please correct me if I'm wrong btw - but trying the usual [EnableAppStyling=True and StyleSetName="" properties in the *.aspx] didn't work.

In any case, I eventually found your example page that describes the way to assign a StyleSet [here - http://labs.infragistics.com/aspnetctp/Samples/WebHierarchicalDataGrid/WebHierarchicalDataGrid_BandStyling.aspx?View=Run].

Unfortunately, we're a VB.NET shop and your StyleSet example is C# only. We've done some initial C#-to-VB translation but so far we can't get the example working.

So - could you please create a VB code example of this page?

http://labs.infragistics.com/aspnetctp/Samples/WebHierarchicalDataGrid/WebHierarchicalDataGrid_BandStyling.aspx?View=Run

Thank you