Hi,
Is it possible to draw rectangle(s) on a continuous rows in UltraGrid control? Is there any sample or KB that could help me with this? I've been looking for samples on how to use DrawFilter but I'm not sure it can be used to solve the problem. Thanks.
It sounds like this should be fairly easy to do using a DrawFilter. But I'm not sure exactly what you mean by:
2cool said:draw rectangle(s) on a continuous rows
Can you explain what you mean in a little more detail exactly what you want to draw rectangles around?
Thanks Mike for your respond. The image below is a sample result I'm looking for. I'm trying to create grouping feature that a rectangle will be drawn on rows that are selected continuosly, for example rows index 2,3,4. In the image below, there are 3 groups presented using different color of rectangles. The second rectangle (red) has another grouping (green) in it and I need to make sure that when drawing the red rectangle, it won't overlap the green one. Many thanks.