In an ultragrid, I have repeating groups of columns for a variable list and would like to have a thick vertical line when the variable changes. The columns would be like
Var1, Var1_a, Var1_b,Var1_c , Var2, Var2_a, Var2_b, Var2_c, etc. I would like a column separator to the left of Var2. The number of columns per variable is the same. What's the best way to do this?
Thanks,
Ron
Hi Ron,
This could be achieved using a DrawFilter. Please take a look at the following links:
http://ko.infragistics.com/community/forums/p/61035/313304.aspx#313304 and
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=1054.
Please feel free to let me know if a question about our tool set comes up on your mind.
I followed your first example and have the separators except for the very last column. My app is different in that it doesn't have column groups, it's multi-band with only Band[0] showing column headers, but all columns are the same for each band so they line up.