GridPanel -> Editable -> Master Page issue

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    GridPanel -> Editable -> Master Page issue

    Hello. I just installed Ext.Net 5.2.0.

    I was trying to implement the GridPanel - > Editable - > Editor with DirectMethod.

    I copied the example and it worked fine with a standalone .aspx page (.net 4.7.2)

    When I tried to implement the example using Master page - it did not work.

    My child TestMaster.cs file has the exact copy of server side stuff from the example.

    My child TestMaster.aspx has GridPanel defined within <asp:Content...>

    <asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
            
            <h1>Editable GridPanel With Save To [DirectMethod]</h1>
    
            <ext:GridPanel
                ID="GridPanel1"
                runat="server"
    ..........................

    My Master SiteMaster.aspx Page has the following:

        <form runat="server">
            <ext:ResourceManager runat="server" SourceFormatting="true" />
            <asp:ScriptManager runat="server" EnablePageMethods="true" EnablePartialRendering="true" >
                <Scripts>
                    <asp:ScriptReference Path="~/Scripts/ExtNet/PageFunctions.js" />
                </Scripts>
            </asp:ScriptManager>
    ....................
    Where "PageFunctions.js" has the java script from example that calls CompanyX.Edit

    I verified that the js code is being called (by putting alerts) when the cell in GridPanel is changed/tabbed out.

    It looks like it is having trouble calling CompanyX.Edit(xxx) function.


    I also tried to add GridPanel to existing application page (using same Master etc). Getting a different error there.

    I will attach both errors.

    Thanks in advance.
    Attached Thumbnails Click image for larger version. 

Name:	Screen Shot 2020-05-22 at 1.21.09 PM.png 
Views:	235 
Size:	35.6 KB 
ID:	25344   Click image for larger version. 

Name:	Screen Shot 2020-05-22 at 1.05.55 PM.jpg 
Views:	239 
Size:	89.8 KB 
ID:	25342   Click image for larger version. 

Name:	Screen Shot 2020-05-22 at 1.06.07 PM.jpg 
Views:	219 
Size:	97.6 KB 
ID:	25343  
    Last edited by fabricio.murta; May 25, 2020 at 4:04 PM. Reason: Format message

Similar Threads

  1. Replies: 1
    Last Post: Jul 15, 2013, 1:35 PM
  2. Replies: 4
    Last Post: Feb 25, 2013, 9:23 AM
  3. Gridpanel undefined in Master page
    By gustavordgz in forum 1.x Help
    Replies: 2
    Last Post: Sep 08, 2010, 8:56 PM
  4. Replies: 2
    Last Post: May 05, 2010, 10:23 AM
  5. Master page issue Coolite + UpdatePanel
    By mthakershi in forum 1.x Help
    Replies: 4
    Last Post: Apr 03, 2008, 2:20 AM

Tags for this Thread

Posting Permissions