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
375
Ultragrid will not display data
posted

I have manually defind a schema for a grid and specified that it will be bound at runtime. At runtime I fill a data table using a SQL statement being sure that the grid column keys match the data field names and then set the grid datasource to the datatable with the SetDataBindings method. I have also tried just setting the datasource. After the datasource is set, I can query the rows and columns of the grid in the immediate window and they contain data, the row count for the grid is correct and the keys and captions are correct. The problem is that all that displays on the grid is a blue background. No columns and no data.

I'm an old vb6 coder but new to .NET and the Ultragrid control so I assume I missed something in the setup. Can someone help, please?

 

 

Parents Reply Children
No Data