Hi,
In one of my windows aplicaton I am using an infragistics ultra grid with two bands.I had to implement only column borders for band1 columns.That has been implemented by using draw filters for the grid.But the we need to have 3D appearence for the borders so that the content between two column borders will be more specific(In a booth).
I have tried with the below code
Dim aCellUIElement As CellUIElement = CType(drawParams.Element, CellUIElement)drawParams.DrawBorders(UIElementBorderStyle.Etched, Border3DSide.Left, Rectangle.Inflate(aCellUIElement.Rect, 0, 1))
Here is a provison to change the borderstyle to Inset,Rounded ......But the appearence is not as expected.
Any help would be appreciated.
Many Thanks,
Jithu
Hello Jithu,
I believe that your question has already been answered in the following forum thread - http://community.infragistics.com/forums/t/49957.aspx.
Please do not hesitate to contact us if you need any additional assistance.