Problem building usercontrol with combos in codebehind

  1. #1

    Problem building usercontrol with combos in codebehind

    Hi

    Any hints on how to build the windowsEditor in sample using codebehind
    https://examples1.ext.net/#/GridPane...Window_Remote/

    The stores does not like me very well atm :(
    During initial load I get an error in FF saying that it can find a control with same ID as my store
    I have tried to build around a asp:Pladeholder but the problem is a bit persisting
    Is it even possible to do this in current public version (0.7.0)?

    Can I reference the stores I have in for the edit fields I have created for my datagrid?
    Content and numbers of stores do match with the ones I need in my usercontrol

    I have posted the question earlier :)
    http://forums.ext.net/showthread.php...=9964-4-1.aspx


    Thanks in advance

    - Peter
  2. #2

    RE: Problem building usercontrol with combos in codebehind

    Ach finally got after browsing through the forums :cool:

    <asp:PlaceHolder ID="editorContent" runat="server">
    </asp:PlaceHolder>
        <ext:Window ID="rowDetails" runat="server" Icon="Group" Title="Details"
            Width="440" Height="400" AutoShow="false" Modal="true" ShowOnLoad="false"
            Shadow="Drop" ShadowOffset="5" AnimCollapse="true">
            <Body> .....
    I need to add an asp.placeholder above my layout controls
    And ofcourse check for Ext.IsAjaxRequest and skip building the combos in this case
    Looks like it's working - at least I can see the correct content in the combos :)

    - Peter

Similar Threads

  1. [CLOSED] [#84] Problem when building svn project
    By RCN in forum 2.x Legacy Premium Help
    Replies: 39
    Last Post: Feb 01, 2013, 10:52 AM
  2. [CLOSED] usercontrol id problem
    By lonely7345 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 03, 2012, 4:03 PM
  3. Coolite XTemplate Building
    By AlphonsoT in forum 1.x Help
    Replies: 7
    Last Post: Jul 23, 2009, 3:12 PM
  4. Building in code behind (VB)
    By Filip Beunens in forum 1.x Help
    Replies: 2
    Last Post: Mar 24, 2009, 2:28 PM
  5. Replies: 0
    Last Post: Mar 11, 2009, 5:06 AM

Posting Permissions