AD
Administrator
Syncfusion Team
July 12, 2006 11:59 AM UTC
I am not sure why your ShowCaption is not working. Below is a sample where it seems to be working OK. You might check your code to see if you might be resetting it to True after code that set it to False was hit.
Regarding your second question, you can use QueryCellStyleInfo to set that caption text, but you can also do it by just setting a property. The sample below has this property set and it also shows the code you can use in QueryCellStyleInfo to set the value if you want to do it that way.
this.gridGroupingControl1.ChildGroupOptions.CaptionText = "{Category}";
http://www.syncfusion.com/Support/user/uploads/WindowsApplication17_bebbdfb.zip