or

| <telerik:GridButtonColumn ConfirmText="<%#Eval("TOPICNAME")%>" ConfirmDialogType="RadWindow" ConfirmTitle="BPM System" ButtonType="ImageButton" I mageUrl="../Images/Trash.gif" CommandName="Delete" Text="Delete" UniqueName="DeleteColumn"> </telerik:GridButtonColumn> |
| <Columns> |
| <telerik:GridTemplateColumn UniqueName="SetDescription" DataField="SetDescription" |
| HeaderText="Criteria Type" ReadOnly="true"> |
| <ItemTemplate> |
| <asp:TextBox ID="txtCriteriaSet" runat="server" Text='<%# Eval("SetDescription") %>' /> |
| </ItemTemplate> |
| <FooterTemplate> |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> |
| <tr> |
| <td align="right"> |
| <table cellspacing="0" cellpadding="0" border="0"> |
| <tr> |
| <td> |
| <asp:Label ID="lblTotalLeft" runat="server" Text="Total Left:" /> |
| </td> |
| <td> |
| <asp:TextBox ID="txtTotalLeft" Text="0" runat="server" Width="80px" ReadOnly="true" /> |
| </td> |
| <td> |
| <asp:Label ID="lblTotalUsed" runat="server" Text="Total Used:" /> |
| </td> |
| <td> |
| <asp:TextBox ID="txtTotalUsed" Text="0" runat="server" Width="80px" ReadOnly="true"/> |
| </td> |
| </tr> |
| </table> |
| </td> |
| </tr> |
| </table> |
| </FooterTemplate> |
| </telerik:GridTemplateColumn> |
| </Columns> |


Hi team,
1) I need a help in outlook style radgrid(Group by expression grid). in which by default GroupsDefaultExpanded="false" so all groups are collapsed, suppose if end user expand any one group and goes to another page all the groups should be expanded unless collapsed.
2)In the same above grid i will have groups with status:approved(5),status:submitted(5),Status:sent(20) with pagesize:20. In first page status:sent with 10 records will be visible suppose i expand,if i navigate to 2nd page i want remaining 10 records with expand mode not any other group.
is it possible? if pls give an example
Advanced thanks for any help