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
595
Question about UltraGrid
posted

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.

  • 7695
    Offline posted

    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,