Hi,
Is it possible to configure column settings (like its visibility, caption etc) individually in different scroll regions in the same band? For example I would like to have a column visible in one scroll region and invisible in another.
Thanks,
Vitaly
Hi Vitaly,
Yes and no. You can use the ExclusiveColScrollRegion property on the column to have that column only display in one region. But you can't control the visibility of the column in a more specific way for each scroll region.
You can't change the column caption based on scroll region, either, although you might be able to acheive this with a DrawFilter or CreationFilter if you really want to.
Hi Mike,
I've tested this a little and figured out that setting ExclusiveColScrollRegion property doesn't work when the grid is in row layout mode, however I haven't found anything regarding not working this when the grid is in row layout mode in documentation. Am I missing something?
To clarify, I need this functionality in row layout mode.
Oh, I see. That's correct, there's no way to do this in RowLayout mode.