see my attached UI design as reference, How can I change the sentence 'Drag a field here to group by that field' and restyle the ultradatagrid as above image? Please give me some advice and any code example will be appreciated.
Thanks,
Hello,
It seems to me that the grid on the picture is using some style. At the following links you could find how to create and use own styles :
http://help.infragistics.com/Help/NetAdvantage/WinForms/2010.2/CLR2.0/html/AppStyling_Getting_Started.html
http://help.infragistics.com/Help/NetAdvantage/WinForms/2010.2/CLR2.0/html/AppStyling_Creating_a_Style_Library.html
http://help.infragistics.com/Help/NetAdvantage/WinForms/2010.2/CLR2.0/html/Win_Setting_Up_Your_Application_for_Styling.html
also please look and on following link for more information about styling of WinGrid:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2010.2/CLR2.0/html/WinGrid_Styling_WinGrid.html
About the text you could use the following property :
this.ultraGrid1.DisplayLayout.GroupByBox.Prompt = "Desired text here";
Let me know if you have any further questions.
Thanks for your reply. It does help me. Any suggestion about the image button in datagrid?