I'm very new to Infragistics, and I'm trying to use a simple UltraGrid setup that displays three columns with x number of rows. I figured out how to get the columns each to be a particular size at design time and for all the columns to span the control; however, as soon as the data source property is set (at run time) on the grid, the columns revert to being all the same widths.
How can I make it so they keep their "default" widths which are given to them at design time?
Yep. Most people get the column names right, but they don't realize they also need to match the name of the Band. :)
That worked, thanks. The problem was that I had to set the column key values to replicate the field names in my dataset.
This should help:
HOWTO:How can I define columns in the grid at Design-time and bind them at run-time so that some fields of the data are excluded from the grid?