Hi
How can I assign the bounds for the ColumnManagerRow ? I want to do this because , i want that the header of grid to have borders. Is there another way for this ?
Thank you
It is only possible to modify the borders by deriving from the ColumnManagerRow class as I showed in your other thread (http://xceed.com/CS/forums/thread/16923.aspx).
You can use the following sample to learn how to modify row borders, and do the same for the ColumnManagerRow or for whatever row you need to modify the borders.
http://www.xceedsoft.com/cs/download/XceedGrid/CSharp/Custom%20Row%20Cell%20Derivation.zip