Search Results

Type: Posts; User: elector

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Thank you very much Fabrizio
    I was thinking of using Playwright for testing UI but that will not be possible then.
    Do you have maybe some examples of how the EXT.NET components are tested? A...
  2. The fields in the grid have dynamic names like #ext-gen1583. I would like to add some automatic tests and for this, I need to have fixed names for fields in the grid.

    Is this possible and how to...
  3. 25599

    I have this window. Based on what is selected in the drop down in the grid, I execute this script

    Ext.getCmp('ExchangeRateBankPayment').setReadOnly(comborec[0].get(true));

    and when I...
  4. It works! You're a star! Thank you!
  5. Thank you very much Fabrizio, this seems like an example that can help.
    Let me give it a try in my code.
    I appreciate your help!
  6. Thank you Fabrizio but the problem is that, when I tried to translate this to MVC, it didn't work.
    First I couldn't add Resource Manager to the page with the progress bar because there is one on...
  7. Is there an example where I can see Progress bar with backend controller update?
  8. I didn't know how to define one in the MVC cshtml view with fluent style.
    After some research and fiddling around, this is how to open a window when clicking the accordion panel title before...
  9. Thanks. I found that one but what I would like is to have a click on the title segment. Actually, on Expand of the panel there would be an action triggered.
  10. Can you define a click event for the Panel title? And how, if it is possible?

    Thank you
  11. If a window is created client side - javascript



    new Ext.window.Window({


    and you define
  12. Here is the short version. Top panel has the height of 80 and AutoScroll true. You can see that the horizontal scroll appears. Can the horizontal be turned off please?



    @(Html.X().Panel()
    ...
  13. Working on your examples MVC solution, can you add a listener to a panel title click the same way as the tree items have it (onTreeItemClick) ?
  14. Hi Daniil

    It is not an aspx page. It is your examples MVC solution. You can just wrap the tree view in _West.schtml the way I have described bellow in one of the panels.
    It can be done as you...
  15. Thank you. Will give it a try.
  16. How should I restrict the value to only two decimals in a grid cell when using ModelFieldType.Float?
  17. It needs a using Ext.Net.MVC!
  18. I have added Ext.NET (MVC 4) to the project through NuGet.
    I have a call to this.Store(model) in the controller method.

    And I get:
    ListController does not contain a definition for 'Store' and...
  19. How should I do that please? Send you the project or paste the code here?
  20. I have tried. And it works. But for some reason I get the horizontal scroll as well. Can this be turned off so only the vertical will stay?
  21. Thank you.

    How would you suggest sorting this out please? I need those two panels. And the items in them should scroll...

    Any ideas please?
  22. I am working on a project based on your examples project in MVC and I have two panels stacked vertically using


    .LayoutConfig(new VBoxLayoutConfig() { Align = VBoxAlign.Stretch })

    Each panel...
  23. Thank you!
  24. I would like to create an accordion layout with two vertically stacked panels in each accordion panel. I have managed to create this based on your MVC examples project.
    My question is, is it...
  25. No luck. Sorry.
    Although the project builds and runs fine I keep getting the error:

    'System.Web.WebPages.Html.HtmlHelper' does not contain a definition for 'X' and no extension method 'X'...
Results 1 to 25 of 30
Page 1 of 2 1 2