Hi,
I'm using an UltraGrid widget to visualize a row-based report with several aggregation layers.This is layouted by using multiple bands with identical columns (without displaying their headers).
Now, I would like to set the padding in the top column header, so that the caption is not too closeto the sparator. How can I do that?
Thanks in advance for your answer.
kind regards, olivier
Hi Thomas,
thoms31 said:Do I need to keep control of which is the first visible row, remove rowspacing from the previous, and set to the new first visible row, every time the user perform a sort
That's pretty much what you would have to do, yes. You could use the AfterSortChange event for this.
There's no easier way as far as I know. You can Submit a feature request to Infragistics
Hi Mike,
Is this really the only way to do this? When you set RowSpacingBefore in the first row, and after do a sort, the space is no longer at the first visible row. Do I need to keep control of which is the first visible row, remove rowspacing from the previous, and set to the new first visible row, every time the user perform a sort, or is there a more elegant way to handle this?
Thanks in advance,
Thomas
Hi Olivier,
I'm not really sure what you are asking. You want a space between the column headers and the first row? I don't think there is any padding property for the column header, but you might have able to acheive what you want using the RowSpacingBefore property of the row. You could set this on the first row to create a space between the first row and the column headers.