Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
Infragistics grid Design Issue
posted

Hi,

I am new to Infragistics, I have noticed when I drag a infragistics grid from the toolbox and put it to the form... I am able to see some background text on that... " Drag a colum ....to group by

THis text is coming during runtime also, I need to remove this... during design time and run time.... 

 

I would highly appreciated if anyone could help me out to get rid of this issue.

Thanks

Mohan

Parents
No Data
Reply
  • 2636
    Verified Answer
    posted

    Goto the properties window for the wingrid and under DisplayLayout you will find GroupByBox

    If you want to hide the groupbybox you can say Hidden=True but if you want the group by box and
    want to change and/or remove the caption change the "Prompt" value to "" or "Whatever caption you want to appear"

    Inside that same area you can change colors etc.

    You can also get to this from code via webgrid.displaylayout.groupbybox.hidden = true etc.

Children
No Data