<telerik:RadFormDecorator ID="FormDecorator1" runat="server" DecoratedControls="Buttons" >
</telerik:RadFormDecorator>
and below is the button in Hierarchygrid,
| <CommandItemTemplate> |
| <input type="Button" runat="server" value="MoveDown" onclick="moveRowDown()"> |
| <input type="Button" runat="server" value="MoveUp" onclick="moveRowUp()"> |
| </CommandItemTemplate> |
Please find the screenshots to get clear idea about the problem.
Give suggestions to solve it.
Regards,
Maha
When the button is clicked, the Grid is correctly (all rows) exported to Excel, but when I perform an action (after the export) on the Grid itself (sorting,paging,etc.) de AllowPaging property of the Grid is set to False and all rows in the Grid are shown on the Page.
When I set the AllowPaging property back to True, after the Export, still all rows in the Grid are shown on the Page.
Offcourse when I set the IgnorePaging property to False, this problem does not occur!
Can anybody help me with this problem?
Thanks,
Danny
P.s. I am using Telerik Controls versie 2009 Q2




| div.RadScheduler_[skinName] .rsMonthView |
| { |
| background-color: #CCFF00; |
| } |