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

RadAjaxManager Problem WebUserControl

4 Answers 38 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Oguzhan
Top achievements
Rank 1
Oguzhan asked on 30 Sep 2011, 12:25 PM
Hello,

I have a problem.I Have 2 page and 1 usercontrol

Main.aspx
Gridview.aspx
Gridview.ascx


First page Main.aspx i have a html menu,onclick functions i call Gridview.aspx

Here :

callPage('Gridview.aspx','MENUID=" + MENUDT.Rows[j]["MENUID"].ToString() + "','contentdiv')

And my gridview.aspx:



 <telerik:RadScriptManager ID="RadScriptManager1" runat="server" />
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
    </telerik:RadAjaxManager>
    <div>
        <uc1:Gridview ID="Gridview1" runat="server" />
    </div>


And gridview.ascx(User Control):


<telerik:RadAjaxManagerProxy ID="AjaxManagerProxy1" runat="server">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="gridList">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="gridList" />
            </UpdatedControls>
        </telerik:AjaxSetting>
        <telerik:AjaxSetting AjaxControlID="btnGoster">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="lbl" />
            </UpdatedControls>
        </telerik:AjaxSetting>
    </AjaxSettings>
</telerik:RadAjaxManagerProxy>
<telerik:RadGrid ID="gridList" runat="server" AllowFilteringByColumn="True" AllowSorting="True"
    EnableViewState="false" CellSpacing="0" GridLines="None" Culture="Turkish (Turkey)"
    Skin="Vista" AllowMultiRowSelection="True" AllowPaging="True" PageSize="30">
    <HeaderContextMenu>
    </HeaderContextMenu>
    <MasterTableView>
        <Columns>
            <telerik:GridClientSelectColumn UniqueName="ClientSelectColumn" />
        </Columns>
        <NoRecordsTemplate>
            Listelenecek kayıt bulunamadı.
        </NoRecordsTemplate>
        <CommandItemSettings ExportToPdfText="Export to PDF"></CommandItemSettings>
        <RowIndicatorColumn FilterControlAltText="Filter RowIndicator column">
            <HeaderStyle Width="20px"></HeaderStyle>
        </RowIndicatorColumn>
        <ExpandCollapseColumn FilterControlAltText="Filter ExpandColumn column">
            <HeaderStyle Width="20px"></HeaderStyle>
        </ExpandCollapseColumn>
        <EditFormSettings>
            <EditColumn FilterControlAltText="Filter EditCommandColumn column">
            </EditColumn>
        </EditFormSettings>
    </MasterTableView>
    <ClientSettings EnableRowHoverStyle="True">
        <Selecting AllowRowSelect="True" />
    </ClientSettings>
    <FilterMenu EnableImageSprites="False">
    </FilterMenu>
</telerik:RadGrid>
<asp:Button ID="btnGoster" runat="server" Text="RadButton" OnClick="btnGoster_Click">
</asp:Button>
<asp:Label ID="lbl" runat="server" Text="Label"></asp:Label>


Button click and radgrid functions not work but when i call the page localhost/MyProject/Gridview.aspx?MENUID=10

all functions work.

Thanks for helps.

4 Answers, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 03 Oct 2011, 04:40 AM
Hi Oguzhan,

Can you elaborate on what the callPage() method does? And how it goes if you load the Gridview.aspx page as a stand alone paga, directly in the browser?

Best wishes,
Iana Tsolova
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Oguzhan
Top achievements
Rank 1
answered on 05 Oct 2011, 08:10 AM
Nevermind. I did not like Telerik Support,very slow so I gave up buying the Telerik Components and I will look the DevExpress Components.
0
Iana Tsolova
Telerik team
answered on 05 Oct 2011, 10:17 AM
Hello Oguzhan,

We are sorry to hear about your decision. However can you elaborate on what made you think our support service is not good for you and the supports is very slow? I checked your account and found that this is the only thread you have open. Furthermore, you opened it on Friday and we sent an answer at first chance on Monday.
Additionally note that forums are community resources and if you need contact the Telerik Support for urgent case, you can use our Priority Support option where you get answer for less than 24 hours.

Kind regards,
Iana Tsolova
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Oguzhan
Top achievements
Rank 1
answered on 05 Oct 2011, 01:11 PM
I've heard very good things about Telerik but now I do not think it will change my mind, your help is really slow.

Thanks.
Tags
Ajax
Asked by
Oguzhan
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Oguzhan
Top achievements
Rank 1
Share this question
or