Search Results

Type: Posts; User: vietdv

Search took 0.01 seconds.
  1. I got it, Thank you for your help :D
  2. Could you please send me a link about AbstractComponent's destroyFromDom function. I find at extjs document but it say that class is private utility and it has no destroyFromDom function :)
  3. Hello Daniil,
    Thank you for fast reply.

    Thank for your suggession, i'll give it a try with DOM objects, but seem like it have some complex :)
  4. Hi Daniil,
    My purpose is find all textfield (or other ext control) in the panel, not a single textfield (i don not even know control's ID).
    I want my result is an array as when i use...
  5. Hmmm... Its hard to explan to you.
    Just on our project, we use bootstrap to layout our control.
    If it cant, thank you for your help. You can mark this thread closed.
    Thank you again!
  6. I tried your code but its still return an empty array. I want use content because of i want to layout by my self
  7. Hello Daniil and Ext spport team,
    Could you please answer me that is possible to find controls as a content of the panel and how to do it if can?
  8. i cant give you a code, because of my company doesnt allow me to do it.
    It's so simple, just use firebug or something to find the default css class make this textfield to gray, then you override it...
  9. You can use


    <ext:TextField ID="tftamu" runat="server" FieldLabel="Show" Text="Show Only" LabelAlign="Top" Width="80" Disabled="true" />

    and use CSS to overrides the color of the textfield...
  10. Hello,
    Any help for me please!
  11. :)) i dont want to find the textfield in behind code. I want to find it in javascript. That why i used Ext.ComponentQuery.
    I want to find all kind of textfield in panel1 event i dont know the...
  12. OK, here is your sample

    <ext:panel runat="server" id="Panel1" title="1st panel">
    <Content>
    <ext:TextField runat="server"...
  13. How could i find all textfield as a content of each seperate panel?
    I was trying to use this query:
    Ext.ComponentQuery.query('#panel_client_id textfield') but it return an empty array.
    I debug...
  14. Ofcouse, that topic is done. My issue already fixed. Thank for your help and please mark it done.
  15. Thank for your help.
    Could i ask next question?
    How could i find all textfield as a content of each seperate panel?
    I was trying to use this query:
    Ext.ComponentQuery.query('#panel_client_id...
  16. Another quesion,
    What is the xtype of command column?
    Could i use componentquery to find each girdcommand in command column?
  17. the
    [gridpanel].getView().refresh() seem like it'll take alot of perfomance.
    but your solution works now. Thank you for your help.
  18. hmm...
    Your solution does not work for me, because of 2 reasons:
    1: My grid has it own Listeners/BeforeEdit. If i use BeforeEdit event when i change from EDIT mode to VIEW mode, i will not add...
  19. Hi Daniil,
    Thanks for your fast reply again.
    I use plugin to enable user can edit direct in the gridpanel.
    In my case, i wont want to hide that column.
    And [gridcolumn].setDisabled(true) really...
  20. Hi Daniil,
    Thank you for fast reply,
    My case is that i have a form with 2 modes: VIEW and EDIT. And they have multi controls in it (textfield, combobox, datefield, and gridpanel,etc...).
    The grid...
  21. Hello Ext.net team,
    I want to disable a gridcolumn and i find the [column].setDisable(true) function, but it only disable a header of column.
    I want to disable column's row, not it's header.
    Have...
  22. Thank you so much!
  23. I think this function is necessary for customer input data, why you don't support in ext.net or have some samples? Can you post a sample or suggest for me a solution?
    Thanks,
  24. Hello Ext.NET - Support Team,
    Please help me implement gridpanel it can move next cell, previous cell using navigate arrow key, press Enter key to move next cell, cell editmode always active so I...
Results 1 to 24 of 24