I have code:
RadGridView1.TableElement.GridViewElement.GroupPanelElement.Text = "Some Text"
RadGridView1.TableElement.GridViewElement.GroupPanelElement.TextAlignment = ContentAlignment.TopLeft
and I want to print my GroupPanelElement.Text along with my GridView. Is this possible? and if so can someone please provide the code to to do this.
I tried:
RadGridView1.TableElement.GridViewElement.GroupPanelElement.GridControl.PrintStyle.PrintGrouping = True
But that doesn't work.
Thank you in advance,
Curtis
RadGridView1.TableElement.GridViewElement.GroupPanelElement.Text = "Some Text"
RadGridView1.TableElement.GridViewElement.GroupPanelElement.TextAlignment = ContentAlignment.TopLeft
and I want to print my GroupPanelElement.Text along with my GridView. Is this possible? and if so can someone please provide the code to to do this.
I tried:
RadGridView1.TableElement.GridViewElement.GroupPanelElement.GridControl.PrintStyle.PrintGrouping = True
But that doesn't work.
Thank you in advance,
Curtis