Search Results

Type: Posts; User: thebadcodeguy

Search took 0.01 seconds.
  1. Hi.

    I ended up being able to do this and it worked quite well. I didn't have to override or extend anything.

    What I ended up doing is putting a handler on the grid panel for when it loaded,...
  2. The code is just a throwaway example to show you the functionality of having an option which selects all other options. What I want to know is if it's possible to add that option to the list filter.
  3. Thanks for the reply.

    Basically, I want this option to act as a shortcut. For example, say you have a listfilter with 20 choices. You want to display every choice except for one. With the default...
  4. Hi,

    I've got a custom menu in my code which contains menu check items. There is also another item which acts as a Select All button. This all works great.

    Now, I want to add this same Select...
  5. Just whipped up a complete example showing the error. Task should take 5 seconds and then it should change the label from "not finished" to "FINISHED"

    index.aspx


    <%@ Page Language="C#" %>
    ...
  6. Hi Guys,

    I've got an MVC application where I'm attempting to apply your server-side progress bar example. However, instead of using ThreadPool I'm using Tasks.

    My Long Action is being run in a...
  7. I just tried setting the module window to hidden and then un-hiding it when you click out of the pop-up window, but that seems to minimize the window to the task bar. And when you click on it to...
  8. Hi Guys,

    I've got a desktop application built with Ext.NET. There is a particular module that I want to show a popup window the first time they open it.

    I've got all the controller actions...
  9. Thanks Daniil, that works.

    Yes, I think I was trying to do your alternative approach for a bit, but I couldn't figure out what to use to return the gridpanel from the controller.

    You can close...
  10. Thanks,

    I changed my Render Mode for the component loaded tab to 'InsertTo' with index of 0 instead of AddTo, and now the tab loads to the left.
    But the local tab is still the active tab, even...
  11. Hi guys,

    I've got a tabpanel with a local tab and a dynamically loaded tab; example here:


    Items.Add(new TabPanel()
    {
    TabPosition = Ext.Net.TabPosition.Bottom,
    ...
  12. Hi guys,

    I've got a list of <objects> as a record in a store alongside other records (strings/ints).
    I was wondering if there is a way to access/use this list in the store, ultimately to display...
Results 1 to 12 of 12