DirectEvents are not available at all for any control

  1. #1

    DirectEvents are not available at all for any control

    I was thinking that TreePanel doesnt have a DirectEvents property but when I use the intellisense with any coolite control , none shows directevents as a valid property.

    Im using VS 2008 Professional Edition, .Net 3.5 SP1

    I followed the steps in http://www.ext.net/download/README.txt

    What can be wrong in this setup?

    <ext:TreePanel ID="tvTables2" runat="server" MaxDataBindDepth="3" ExpandDepth="2"
    Visible="true">
    <directevents>
    <click onevent="TP_Click">
    <ExtraParams>
    <ext:Parameter Name="nodeId" Value="node.id" Mode="Raw"/>
    <ext:Parameter Name="nodeText" Value="node.text" Mode="Raw"/>
    </ExtraParams>
    </click>
    </directevents>
    </ext:TreePanel>

  2. #2

    RE: DirectEvents are not available at all for any control

    The <AjaxEvents> property has been renamed to <DirectEvents> with the v1.0 release. You are using version 0.8.x.

    NOTE: Please post technical support questions in the "Help" forum.


    http://forums.ext.net/forumdisplay.php?forumid=4-1.aspx


    Geoffrey McGill
    Founder
  3. #3

    RE: DirectEvents are not available at all for any control

    When and where is the v1.0 released ?
    thanks



  4. #4

    RE: DirectEvents are not available at all for any control

    Is there a sample that shows how to get the node of a TreePanel with a full postback?

Similar Threads

  1. [CLOSED] User Control DirectEvents wiring issue
    By deejayns in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 18, 2012, 4:38 PM
  2. DirectEvents get queued.
    By jorge2esteban in forum 1.x Help
    Replies: 4
    Last Post: Oct 25, 2011, 1:54 PM
  3. Problems with DirectEvents
    By FAFNER in forum 1.x Help
    Replies: 2
    Last Post: Apr 06, 2011, 2:52 AM
  4. Not Find 'DirectEvents'
    By sindevil0010 in forum 1.x Help
    Replies: 2
    Last Post: Aug 12, 2010, 2:36 AM
  5. Replies: 2
    Last Post: Apr 23, 2010, 8:36 PM

Posting Permissions