Search Results

Type: Posts; User: Wellington Caetano

Search took 0.01 seconds.
  1. Hi guys, how can i sort a grid groupingview by a diferent field of GroupField in store.

    Eg My store is grouped by column "A" which by default is sorted by column "A". But I need to keep the group...
  2. Owww ... That's exactly my problems too.
  3. Ext.net version: 1.1 final
    Browser: IE8 and Firefox 3.6.18

    Hi, I'm using a GridPanel with a GroupingSummaryColumn and I need horizontal scrrolbar is visible. When I do not use the...
  4. Sorry guys i made a mistake on line 102.
  5. Hi, i have a GridPanel with GroupingSummary and I'm trying to call a DirectMethod but is not fired.

    Could someone help me?

    Thanks!



    <%@ Page Language="C#" %>
  6. Anyone could help me?
  7. Hi, how i get the new value of TreeEditor TextField on server side??

    I'm trying to pass the value by using DIrectEvent and ExtraParams, but on the server side I can only get the old value, before...
  8. Hello, how do I call the RemoteAppend passing an array of nodes?

    My TreePanel is set mode="remote" and i have the Listner BeforeNodeDrop.



    var beforenodedrop = function (e) {
    ...
  9. I would like to know if the intellisense of VS2010 with extjs has been fixed?

    Thanks!
  10. Hi Vladimir, is now working. I changed "grid.StoreID = store.ID" by "grid.Store.Add()". Thanks!
  11. Could you show me an example? Because the store is being added to the page at line 55. Thanks!
  12. Could anyone tell me what am I doing wrong? Please I would really appreciate it! Thanks!
  13. Hello, I'm trying to render a gridpanel in a Dynamic Panel after the fire event "expand ".
    The properties "Collapsible" and "Collapsed" are true.
    For some reason the grid is not being rendered....
  14. Hi, I used an example posted earlier on this forum to create a dynamically gridpanel with a toolbar and a button dynamically created.

    When I click the button, the click event (Click_Event) runs...
Results 1 to 14 of 14