[CLOSED] widget - Ext.Net.Column

  1. #1

    [CLOSED] widget - Ext.Net.Column

    Zdravtsvuite,
    I have a column set locked="true". i need it to be locked.
    however when the locked attribute is removed, the function of the button is working.
    I need the locked attribute but after clicking the button, i am having an exception
    please find attached a snap about the exception

    Click image for larger version. 

Name:	error msg.png 
Views:	21 
Size:	30.9 KB 
ID:	7538

    <%@ Page Language="C#" %>
    
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <script runat="server">
              [DirectMethod]
            public void testColumnName()
            {
                clnTest.Text = "Test";
            }
    </script>
    <!DOCTYPE html>
    <html>
    <head id="Head1" runat="server">
       </head>
    <body>
        <form id="Form1" runat="server">
     <div>
            <ext:ResourceManager ID="ResourceManager1" runat="server" Namespace="testNS">
            </ext:ResourceManager>
            <ext:GridPanel Icon="ApplicationViewColumns" Height="420" AutoWidth="true" ButtonAlign="Right"
                ID="gridPanelTest" runat="server" StripeRows="true" TrackMouseOver="true"
                Title="testGrid" Frame="true">
                <TopBar>
                    <ext:Toolbar ID="Toolbar1" runat="server">
                        <Items>
                            <ext:ToolbarFill ID="ToolbarFill1" runat="server" />
                        </Items>
                    </ext:Toolbar>
                </TopBar>
                <ColumnModel ID="ColumnModel1" runat="server">
                    <Columns>
                        <ext:Column ID="clnTest" Locked="true" Text=" test column" runat="server" />
                    </Columns>
                </ColumnModel>
                <SelectionModel>
                    <ext:RowSelectionModel ID="rowSelectionModel" Mode="Single" runat="server" />
                </SelectionModel>
                <BottomBar>
                    <ext:PagingToolbar ID="PagingToolbar1" runat="server" HideRefresh="true">
                    </ext:PagingToolbar>
                </BottomBar>
            </ext:GridPanel>
            <ext:Button runat="server" Text="test Column Name">
                <Listeners>
                    <Click Handler="testNS.direct.testColumnName()" />
                </Listeners>
            </ext:Button>
        </div>
        </form>
    </body>
    </html>
    Last edited by Daniil; Feb 10, 2014 at 5:57 AM. Reason: [CLOSED]
  2. #2
    Hi @FpNetWorth,

    Probably, it has been fixed, because I cannot reproduce it with the latest Ext.NET.

    Please clarify what Ext.NET version are you using?
  3. #3
    version 2.4.0.3091
  4. #4
    I cannot reproduce with v2.4 as well.

    I have no idea how that Exception could be thrown, if the Column does have the ID actually.

    I feel we are testing different samples...
  5. #5
    spasibo bolshoj Daniil.
    you can mark it as closed i guess.
    the problem was in my environment.
  6. #6
    @FpNetWorth, could you, please, share any details what was the problem? Seems other member is facing the same problem.
    http://forums.ext.net/showthread.php?27996
  7. #7
    I reproduced the issue with
    <authentication mode="Forms">
    It is probably a bug in Ext.NET. We are investigating.
  8. #8
    It has been fixed in the SVN trunk, revision #5658. It will go to the v2.5 release.

    Thank you for the report!

Similar Threads

  1. Replies: 5
    Last Post: Jun 04, 2013, 2:32 AM
  2. Ext Core Rating Widget
    By sbarnes in forum 1.x Help
    Replies: 0
    Last Post: Jul 23, 2009, 8:03 PM
  3. Adding Widget in Coolite Example Deluxe.
    By sunilaecs in forum 1.x Help
    Replies: 0
    Last Post: Apr 21, 2009, 6:08 AM

Posting Permissions