Search Results

Type: Posts; User: craigthames

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Anybody out there have a suggestion? I think my biggest hurdle with this approach is that we haven't located an EXT.Net implementation of the PartialViewResult in this version of EXT (before we were...
  2. In our application, we were using Html.RenderAction to add partial views to specific regions in the ViewPort of the main page. Since we just moved to Ext 7.2 (and consequently .Net Core). This...
  3. My team loves the new Spotless theme, but our users are asking for more colors. We built/maintain 3 sites... 2 have been around a bit and use Neptune and Triton. While those color schemes do look...
  4. That wasn't what I was having trouble with. It was actually the code that was needed in _ViewImports.cshtml that I was missing. If anyone else runs into this question, this link should help:
    ...
  5. Hi, my team is migrating from EXT.Net 4.7 (.Net Framework) into EXT.NET 7.2 Classic for Core. We have been using the MVC/Razor syntax for views for years and hoped we would find the same syntax...
  6. @fabricio

    Thank you so much for the help. Using what you sent, I was able to figure out a usable solution. I just called a change listener on the badge to be able to set it how I wanted.

    ...
  7. <taps on microphone>

    Is this thing on?
  8. Nobody has any suggestions on this? I would've thought it was a quick answer and I just am missing something.
  9. Any help on this? I'd love to be able to change the color of it from code behind. I'd even settle for being able to change the UI property from JavaScript.
  10. It appears that any attempt to update the UI property from code behind results in it getting a "Danger" UI.
  11. I'm trying to change some of the properties of a badge from code behind. The badge shows number that corresponds to the number of results if someone were to trigger a filter. I am not having any...
  12. My team has recently begun using a TreeList for a navigation menu, but given how new it is, we're having trouble finding many questions in the forums here (or with Sencha). We'd like to reset the...
  13. I was able to get this working by doing the following. However, I'm not sure why the control wasn't doing this natively since the demo did.


    .x-treelist-item-expander {
    color: #fff...
  14. Thank you for moving the discussion Geoffrey.

    Ultimately, what Ryan is trying to achieve is building a navigation menu that looks just like the MVC4 TreeList example. We are dynamically adding...
  15. @Fabricio

    I work with Ryan. He is new to EXT.NET, and didn't realize that this question is in the wrong area. We are currently working in EXT 4.7.1 (not 5.0). I'll try to monitor this thread in...
  16. Is there a good way to implement a slide menu (like the menu you get on Amazon when you click the Hamburger button in the top-left)? I'd like to have it so that every click just slides the menu to...
  17. Is there an ETA for version 5.x to be released? My team currently uses EXT.NET 4.x, but are getting a few new programmers over the next couple of weeks. Just trying to see if it is better to buy...
  18. I was able to find a solution to my issue. By setting QueryMode to Local, I started getting the desired behvior.


    Html.X().ComboBox()
    .ID("cboDrafts")
    ...
  19. I'm hoping that someone has an idea of a workaround without having to post an example as my current page is somewhat complex (but the issue itself isn't).

    I have a page where users can create new...
  20. Worked like a charm. I'm surprised I didn't find that earlier. Thanks so much for the help!
  21. I'll give that a try. I got the applyEmptyText from a few different suggestions in forum posts. But as I mentioned, those were a little dated, so I figured it might be obsolete.
  22. Am I missing something here? I've done a lot of searching in the forums and the solutions I've found haven't worked for me (most of the posts are a few years old so maybe the syntax has changed).
    ...
  23. I'm not the OP, but I am going through the same attempt to setup. I am going to take a look at the prior suggestions and see if I can get it working for my application. I'll report back if I'm able...
  24. I appreciate you chatting with me about it. Unfortunately a <textarea> won't get us all of the functionality we need (without investing significant time into building it out ourselves... which we...
  25. So I have figured out what the difference in the sites is that is causing the different behaviors.

    The site that was working "correctly" was configured with the X-UA-Compatibility meta tag, but...
Results 1 to 25 of 36
Page 1 of 2 1 2