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
990
How to create sub bands created automatically by the datasource
posted

Hi!

I use wingrid 10.3 to show data from DataSet. On some field change in the grid, some code add a child table in the dataset to read information and then the wingrid show this new datatable as a child band. How can I tell the WinGrid to hide all cilhd bands except the first one.

I tried to use SetDataBinding(MyDataSet, null, true, true); with to last paramater is to hide new bands but it does not works. If possible, I don't want to hide these new bands created manually after my event is executed.

Best regards,

Benoit

Parents Reply Children
No Data