What is the actual ifference between bound and unbound column in ultragrid ?
Hello,
I have been looking into your question.Bound columns represent the data from UltraGrid's DataSource.Unbound columns allows us to define columns that are not directly bound to a field in the underlying data source.
Following is an example of bound and unbound columns usage.
Data source is bound to the grid in the designer, by using the ultradatasource component and it is populated with some records. These records will appear in the UltraWinGrid Designer in "Band and Column Settings" and they won't be removable from there because they are bound. These columns can only be removed in code or by accessing your data source again. However, if they were unbound removing would have been possible.
IsBound property indicates whether a column is a bound column or an unbound column.
Please let me know if you have any additional questions regarding this matter.
Sincerely, Teodosia Hristodorova Associate Software Developer
Thanks a lot for this delightful explanation.
Thank you