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
220
Multiple bands and data binding
posted

Hi,

I've got a webgrid with 2 bands in it.  I've put a single column containing checkboxes in the first band and the second band I just want to able to bind a datatable to and have it dynamically generate the column headers.

However when I bind the data to the grid it's binding it into the first band not the second.

Is there any way to force the data to bind to the second band?

Specifying the column headers at design time isn't an option for me.

Thanks.