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

RadGrid inside Multipage

3 Answers 85 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Madrinha
Top achievements
Rank 1
Madrinha asked on 24 Sep 2009, 09:52 AM
Hi,

I have several webforms using radgrid's inside radmultipage. I have notice a stange beahaviour: If a change columns definition everything seems ok but when you run the code or go to the aspx file the changes are not saved.
As a workarround i change the aspx directly.

Sample:

<telerik:RadMultiPage ID="RadMultiPage1" runat="server" Width="100%"
        SelectedIndex="0">
        <telerik:RadPageView ID="RadPageView1" runat="server">
            <asp:Button ID="BtExportGridExcel" runat="server" class="button_export_excel_absolute_invoice_listing"
                OnClick="BtExportGridExcel_Click" />
            <telerik:RadGrid ID="RadGridInvoiceList" runat="server" AllowFilteringByColumn="True"
                AllowMultiRowSelection="True" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False"
                DataSourceID="SqlDataSourceGrid" GridLines="None" OnDataBound="RadGridInvoiceList_DataBound"
                Skin="Web20" Width="100%" AllowAutomaticUpdates="True">
                <ExportSettings ExportOnlyData="True" FileName="ListagemFacturas" IgnorePaging="True"
                    OpenInNewWindow="True">
                </ExportSettings>
                <MasterTableView ClientDataKeyNames="INVOICE_ID,ENTITY_ID" DataKeyNames="INVOICE_ID"
                    DataSourceID="SqlDataSourceGrid" EditMode="InPlace" NoDetailRecordsText="Não existem registos"
                    NoMasterRecordsText="Não existem registos" RetrieveAllDataFields="False" RetrieveDataTypeFromFirstItem="True"
                    ShowFooter="True" TableLayout="Fixed">
                    <Columns>
......
Best Regards
Eduardo Barbosa


3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 24 Sep 2009, 10:31 AM
Hello Eduardo,

Based on the provided information, it is very hard to pinpoint the cause of the problem. If the issue persists, you can open a formal support ticket, and send us a small working project, demonstrating the logic of your setup.
We will review it locally, and get back to you with additional information.

All the best,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Andrew
Top achievements
Rank 2
answered on 21 Jan 2010, 02:35 PM
I've noticed the same thing when using the RadGrid designer.  I've also seen OutOfMemoryExceptions when working in Split mode or Designer mode in a solution
0
Pavlina
Telerik team
answered on 21 Jan 2010, 04:49 PM
Hi Andrew,

I'm afraid we have not seen similar report before. Can you please submit regular support ticket where attachments are allowed and send a sample which replicates the design-time error? We will gladly look into it and will get back to you right after we determine the cause for the error.

Thank you!

All the best,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Madrinha
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Andrew
Top achievements
Rank 2
Share this question
or