Hi,
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....
to remove the text we can by setting the below property.
webgrid.displaylayout.groupbybox.hidden = true
But, by setting the above property, i am ended with one more problem... there is GAP..see the below snapshot...for the same.
It would be highly appreciated if anyone can help me out in this issue.
It sounds like you don't want to remove the text, you want to turn off the OutlookGroupBy feature.The easiest thing to do is to go into the grid designer (click the Start button on the grid) and go to the Basic Settings -> Feature Picker. Look at the setting for OutlookGroupBy and uncheck the Active option.
Of, if you want to deal with the property settings directly, set grid.DisplayLayout.ViewStyleBand to Vertical.
Thanks for your quick response!!!
I have already tried out by setting the displaylayout to vertical... but ultimately that leeds to another problem which I was not able to do scrooling with the scroll bar...
So, basically I need to have groupbox but at the same time.. i need to filll the gap...which i have show in my earlier mail...
Is there any possibility to achive the same????
Awaiting for your response...
Thanks,
Mohan