Hi,
I have a question about UltraGrid. When splitting rows scroll region in a grid for more then one, can each region have different DataSource? Or all regions using the same data source that was set by:
ultraGrid1.DataSource = myBindingSource.
Thanks.
Hi Ziv,
No you cannot have differing data sources for different scroll regions. If you want that effect, I would suggest just using multiple UltraGrids and splitter bars. The closest you can do is for ColumnScrollRegion is to define ExclusiveColumnScrollRegion property on a column object to an active ColumnScrollRegion. Which that can show split but linked data in separate scroll regions.
Hope that helps,