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
80
How can I bind data to UltraGrid without lose my columns set at design time
posted

 Hi!

 I have a form with an UltraGrid wich columns have been set at design time, I also have a BindingSource assigned to the grid's DataSource. I create manually each column, and then Add a Range of this columns. The problem is when I assign the BindingSource to the DataSource, the collection of columns that I seted up in design view is replaced with the columns of the BindingSource. What I want is that the Grid keeps the columns I set and only assign the data that I am passing to it. Is any property that help my do this? (I guess it should exists a property like AutoGenerateColumns that can be set to false, but I cant find something like this... :S)

 Greetings!