Search Results

Type: Posts; User: plok77

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Fabricio

    Thanks for your response. I wasn't aware that Ext.NET.Utilities 2.5.0 wasn't compatible with Ext.NET 1.7.0. The package dependences for Ext.NET 1.7.0 state that any version greater than...
  2. Package versions:

    Ext.NET: 1.7.0
    Ext.NET.Utilities: 2.5.0


    I've come across an odd error that appears to be related to the latest version of the Ext.NET.Utilities Nuget package. We recently...
  3. Fabricio

    So far, I haven't encountered any problems updating our projects to target .NET 6 and Ext.Net v7.3. So, it's positive feedback from me.

    Regards

    Paul
  4. Fabricio

    Please can you provide me with an update on when you expect to release a new version of Ext.NET that targets .NET 6?

    Microsoft have said that official support for .NET 5 will end on...
  5. Fabricio

    I created a new .NET 6 Ext.NET application through the following steps:


    Create a new Ext.NET 7.2 project by executing the command dotnet new extnet from the command line
    In the...
  6. Official support for .NET 5 is due to end on May 8th 2022, in 3 months time

    https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core

    When can we expect a new release of Ext.NET v7...
  7. Thanks. We've checked your sample and it has solved our problem.

    Regards

    Paul
  8. Can I get an update on this issue please?

    Thanks

    Paul
  9. We're having trouble making use of the Row Widget Plugin. We want to display a grid of child rows when a row in the main grid is expanded. The v7 Examples Site doesn't have an example of how to do...
  10. There seems to be a problem with the v7 Examples site (examples.ext.net). Opening any page brings up the following error:



    Is this a known issue?
  11. Thanks, setting maxColumns to 5 had the desired effect.

    Regards

    Paul
  12. The following code fragment should display a Dashboard component where the 5th column (the one that contains 'Widget 5') should span the entire width of its container. However, instead it only spans...
  13. Fabricio

    Yes, it did help. I ended up attaching a JavaScript listener to the button click event, and using the listener to trigger the submission of a HTML form element on the page that invoked...
  14. How would a file download that is initiated via a DirectEvent work in Ext.NET v7?

    This forum post explains how it worked in a previous version. I can't find any 'IsUpload' property for a click...
  15. Thanks, removing Live Reload fixed it
  16. How to reproduce:


    Create a new Ext.NET Core web application from a developer command prompt using the command 'dotnet new extnet'
    Change one of the pages (e.g. GridPanel.cshtml.cs) to throw...
  17. Thanks, we'll take a look at the Tag component and see if it meets our needs.
  18. Ext.NET v5 Web Forms had a MultiCombo control (https://examples5.ext.net/#/Form/ComboBox/MultiCombo) which operated like a combo box but with multi-select capabilities. What's the equivalent to this...
  19. Is it possible to add a new part to a Ext.JS dashboard instance at runtime? Without having to destroy the current instance and create a new instance in its place?

    We want to allow users to...
  20. Thanks, I was able to work around the problem by defining the store inline in the chart, and assigning it a store id so that it could be referenced by the grid. This solution works so I think I'll...
  21. Thanks, adding
    this.GetCmp<CartesianChart>(string.Empty); ensured that the chart script was loaded. The page will always contain at least one chart, so this seems like the best approach.
    ...
  22. I tried the approach of using a loader, as per the example recently added to the Ext.NET 7.2 Examples Explorer. However, I'm having a problem when one of the controls that I am attempting to...
  23. Thanks, I'll take a look at the examples you have mentioned
  24. FabrÃ*cio

    The following two pages from the 5.3 Examples website were of interest:

    https://mvc5.ext.net/#/Viewport_Basic/Built_as_Class/...
  25. FabrÃ*cio

    Thanks, I tried your approach using View Components and this works. One further question: can Ext.NET partial and section components be created in code-behind? Or can they only be...
Results 1 to 25 of 32
Page 1 of 2 1 2