This is a migrated thread and some comments may be shown as answers.

Alter Group Panel text

1 Answer 169 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Richard Boarman
Top achievements
Rank 1
Richard Boarman asked on 25 Jun 2010, 04:22 PM
Is it possible to alter the text that appears in the Group Panel? ("Drag a column header and drop it here to group by that column")?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 28 Jun 2010, 06:31 AM
Hello,

You can easily change the text by setting the " RadGrid.GroupPanel.Text " property.

aspx:
 
<telerik:RadGrid Skin="Outlook" ShowFooter="true" AllowPaging="true" ID="RadGrid1" 
    runat="server" ShowGroupPanel="true" DataSourceID="SqlDataSource1" GridLines="None""> 
    <GroupPanel Text="Drag to here"
    </GroupPanel> 


-Shinu.
Tags
Grid
Asked by
Richard Boarman
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or