Hi,
It seems to me that the fixed cell separator line is displayed within a grid row. Is there a way to force the fixed cell separator line to be drawn through row spacing?
Thanks,Shaolin
Hello Shaolin,Thank you for posting in our forums.While the UltraGrid doesn’t have a built in way to do this, you can use the DrawFilter interface. You need to find the coordinates of the highest and lowest cell in the grid and then use the DrawLine method of the grid’s graphics. For more information of the DrawFilter interface, please follow this link:http://help.infragistics.com/Help/Doc/WinForms/2012.2/CLR4.0/html/Win_Draw_Filter.htmlI have attached a small sample which demonstrates this suggestion.Please let me know if you have any additional questions.
Hi Dimitar,
Thanks so much!
Shaolin