Hi, i have ultrawingrid like this one
and i want to put some rows with text on the summaryfooter where the black box is. Hope someone can help me.
One option would be to add extra summaries and use the SummaryFormat to specify some literal text.The down side of this is that these summaries would have to line up with a column.
Another way to do it would be to use a DrawFilter or a CreationFilter to draw the text yourself.
Thank u for the answere, i'll try it with the DrawFilter or CreationFilter.