Search Results

Type: Posts; User: MarzioPat

Search took 0.01 seconds.
  1. Hi Vladimir,
    thank you for your tip, now I am able to add header filter plugin via js.
    However any filter is display, I guess it depends on headeritems/ileter field. Do you have an example showing...
  2. I finally found the answer debugging, however it seems that filters are not properly ...

    Any ideas?




    ...
    var filterheaderPlugin = Ext.create('Ext.net.FilterHeader'); //...
  3. Hi,
    for handling custom purposes I created a custom js class (DynamicGridPanelOData) that extends 'Ext.grid.GridPanel'.
    I am able to use this class in js and now I want to add GridHeaderFilters...
  4. Hi Simone,
    maybe this could help you http://erhanabay.com/2009/01/29/dynamic-grid-panel-for-ext-js/
    Basically the controller returns the 'columns' model, and the DynamicGrid builds the column...
  5. Solved!
    Debugging the patch from the link I posted before I found some other issues, and here the code that definitely solved the problem with EXT JS 4.1.

    Hope this post will be useful for other...
  6. Hi,
    does anyone have issue on storing filter settings using StateProvider?

    I have a grid wich stores settings (columns position, sorting, hidden, width) via Cookies Provider. This grid has...
  7. Great!
    It works!!!

    Thank you very uch for supporting me,
    Marzio.
  8. Thanks Daniil,
    your suggestion has solved the initialization issue.
    Now settings my Custom Cookie Provider (a State provider still based from cookies) the grid layout is saved and restored...
  9. After the call onDocumentReady it seems that the grid is unable to retrieve the state from statemanager!
    I cannot explain the reason of this...


    @X.ResourceManager().Listeners(ls => {...
  10. The issue I am experiencing is the same explained here, however I am not using sencha architect, obviously!
    However I am wonderind if the initialization of ResourceManager in Ext .Net compromises...
  11. Hi,
    my question is simple: I am using Ext Net 2.5 via Razor syntax (MVC 5.0), where is the right place to set a custom StateProvider?

    Now I go in details in order to better explain the problem I...
  12. Hi guys,
    I am trying to migrate from Ext .Net 1.x to 2.x. I encountered the following Issue: I have a Form containing a SelectBox with fixed values that are specified by ListItems. At runtime the...
  13. Hi,
    I have the same issue, did you find a way to fix it?

    Marzio.
  14. Hi,
    I am migrating our Application from Ext .Net 1.x to Ext .Net 2.2.

    Basically I have a SelectBox and a javascript part that retrieve the SelectBox value. Everything is properly working on Ext...
  15. Hi,
    I am trying to migrating my ASP Application from Ext .Net 1.x to Ext .Net 2.x framework and I have the following issue.

    I have the Site.Master page displaying a Menu on the left and the open...
  16. Okay, so why removing it from my .aspx page the generated HTML code is different (as you can see in my previous attachment) and the txtUserName and txtPassword are not properly passed into...
  17. Okay, I got it moving AutoEl outside the FormPanel!



    <ext:Window
    ID="LogOnWindow"
    runat="server"
    Closable="false"
    Resizable="false"
    ...
  18. This is my LogOn code


    <body>
    <ext:ResourceManager ID="MainScriptManager" runat="server" />

    <ext:Window
    ID="LogOnWindow"
    runat="server"
    Closable="false"
  19. Hi,
    I have the same issue, I added the AutoEl but this doesn't fix... Do you you have other suggestion?
Results 1 to 19 of 19