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
565
Column Headers Not Showing With Empty DataTable
posted

Hello,

When binding a datatable to a wintree everything is displayed as it should, in a grid style fashion.

The problem is when the datatable doesn't contain any rows (it does contain datacolumns), so the wintree column headers aren't displayed.

I checked to see the Columns in the ColumnSet and they are populated as they should be but still the wintree will not display the column headers.

How can I display the Column Headers when the data table doesn't contain any rows ?

Thanks.