Search Results

Type: Posts; User: sveins12

Page 1 of 7 1 2 3 4
Search took 0.02 seconds.
  1. I figured out now. It was missing this:
    [assembly: WebActivatorEx.PreApplicationStartMethod(typeof(AspApp.ExtNetConfig), "Start")]
  2. Hi, I opened a project that I haven't touched for a while, and there is three URLs that are not loaded. They return status 404. All other URLs related to Ext.NET seems to get loaded correctly.
    ...
  3. Is it possible to configure that focused overlay-elements prevents mouse-interaction with other elements on the page? Preferably a click outside the focused should only close the focused, and not...
  4. Seems like the same issue is in version 5.0. The strange thing is that the opposite direction is only in Ext.NET, not in ExtJs (demos). I have some user interfaces which are heavily dependent on the...
  5. Ext.NET 4.8.1

    When using mouse wheel in number fields, the behavior has changed. Earlier when scrolling up, the value in the field would increase, and when scrolling down, it would decrease. In...
  6. It's working! :)

    Thank you for the very fast response and fix!
  7. There is a warning though, I don't know if it has to do with the issue:

    [W] XTemplate evaluation exception: Cannot read property '$className' of undefined
  8. Also, this example is broken:

    https://mvc.ext.net/#/GridPanel_Selection_Models/Checkbox_Selection/
  9. I found that this is causing it:

    .SelectionModel(Html.X().CheckboxSelectionModel())


    Removing this line, and all data shows. So it has to do with the CheckboxSelectionModel.
  10. Strange, the paging toolbar says "Displaying 1 - 3 of 3".

    Checking the HTML, all the rows are empty.

    Is it a known issue?
  11. Any plans?
  12. For the reference, what I did was I linked to online font awesome stylesheet and put the classes in the treenodes. Icons are showing fine if I disable the style in the attached image. But I found no...
  13. By the way. It is better not to wire up external icons, because they will cause conflicts.

    For example the version of FontAwesome icons that is wired up with the Triton-theme is not complete. So...
  14. Will there be an update of Ext.Net mobile ?
  15. Thank you for the clearification. I was just curious. The lightweight widget is just what I need.

    By the way, the expander-icons seems to disappear when using other themes than Triton.
  16. That is the good news that I have been waiting for!

    I am testing the component now, but I cannot find a Render-listener like on the other components. Is this by design or is it going to come?
    ...
  17. Any news on this?
  18. Here's an example scenario:
    A panel inside a window has a drop-down menu inside it.
    We move the panel to a different window.
    Then the drop-down menu appears behind the window.
    If the first...
  19. I have now tried to return false on all focus-events on TreePanel and it's TreeView, but with no luck.



    x.TreePanel()
    .Listeners(l=> {
    ...
  20. Is it possible to remove the blue rectangle around focused/clicked/selected row in a treepanel or gridpanel?
  21. Now I suddenly get a bunch of these errors:

    ItemTag validation (_tkn_3): Reference token (ext.net.global.script.before) was not found.
    ItemTag validation (_tkn_1): Reference token...
  22. Is there a way to add items to a container (Panel for example) by using RenderBody in a layout view?
  23. I am using Ext.NET 4.2 and Ext.NET.Mobile 4.1. I pointed to the DLLs directly without using Nuget package.

    Here are the config sections:


    <extnet scriptMode="Release"...
  24. I actually got it working by setting cleanResourceUrl="false" on both configs (extnet and extnetmobile).

    ( And handling some conflicts in namespaces by using includes and mvc-areas )

    :)
  25. Ok. Looking forward to version 4.2.
Results 1 to 25 of 156
Page 1 of 7 1 2 3 4