Create a Button in a TopBar with Direct Events usin ExtJS

Page 2 of 2 FirstFirst 12
  1. #11
    Ok... i'm working on it... but take some days because all was created dinamically.

    Can you tell me about this question?

    Quote Originally Posted by equiman View Post
    If I create the Button ExtJS how can I launch this event?
    I'm a little confuse why use a Direct Method instead a direct event, or is because ExtJS don't have direct event?
  2. #12
    Quote Originally Posted by equiman View Post
    Ok... i'm working on it... but take some days because all was created dinamically.
    Yes, a sample would clarify everything for sure.

    But I have a guess for now. I guess you create the GridPanel like this:
    new Ext.grid.GridPanel(...)
    But the getRowsValues method defined in the Ext.net.GridPanel class.

    Quote Originally Posted by equiman View Post
    Quote Originally Posted by equiman View Post
    If I create the Button ExtJS how can I launch this event?
    I'm a little confuse why use a Direct Method instead a direct event, or is because ExtJS don't have direct event?
    Can you tell me about this question?
    DirectEvents appear in Ext.NET and it is designed to be used for the server controls. Well, they can be used on a client via JavaScript as well, but a DirectMethod is more comfortable since it is designed for that.

    Hope this helps.
  3. #13
    I create more simplified version, but doesn't work. I'll try creating the grid previouslly with ext and modify the column model.

    If found solution with this change I'll post it.

    Thank!!!
    Last edited by equiman; Mar 04, 2013 at 7:29 PM.
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Direct Events with Razor
    By gdog_5021 in forum 2.x Help
    Replies: 3
    Last Post: Aug 15, 2012, 10:46 AM
  2. Replies: 2
    Last Post: Jul 29, 2012, 12:19 PM
  3. Dynamic UserControl + Direct Events
    By Zdenek in forum 2.x Help
    Replies: 4
    Last Post: Jul 22, 2012, 5:51 PM
  4. Direct Events dynamic Url
    By Tallmaris in forum 1.x Help
    Replies: 1
    Last Post: Aug 18, 2011, 1:26 PM
  5. Calendar - EventEditForm - Direct Events
    By vwagoner in forum 1.x Help
    Replies: 4
    Last Post: Jun 17, 2011, 5:27 PM

Tags for this Thread

Posting Permissions