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
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 andwant 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.