Search Results

Type: Posts; User: PhilG

Page 1 of 3 1 2 3
Search took 0.02 seconds.
  1. Hi

    I have a combo box:



    <ext:ComboBox LazyInit="false" AutoDataBind="True" StoreID="FloorMapStore" Selectable="true"
    runat="server" FieldLabel="Switch To" LabelWidth="70"...
  2. That did the trick for me, thanks for the help!
  3. Hi,

    I have a button with a menu that contains a form panel, which contains data pickers and time pickers. When I bring up the date picker and choose a date, the date picker hides as you'd expect...
  4. Cheers, that does help, it allows me to swallow the issue and stop it from being a problem.

    Weirdly, these buttons don't seem to ever go away. I modified your code as such:

    ...
  5. I have some code that manually adds a extjs button and associated menu onto a div which is acting as a popup. When a normal non-ext button is clicked,
    I dynamically create a button and menu and...
  6. That's great, I thought it was an ext.net 4 thing because I didn't see it in the extjs docs.

    Thanks.
  7. Thanks for the suggestions. I knew the first 2, but wasn't aware that using Handler would behave in that way - I like that solution - thanks!

    Matt
  8. Hi,

    Is there a way to "Scope" all ext.net handler functions to use the object you're send it to, without setting Scope everywhere?

    For example, if you have a object literal that contains...
  9. If I have a window which has the default behaviour of hiding when closed, I want to avoid that unpleasant UX experience when it's reopened - what happens currently is that you see the old content for...
  10. Thanks. Your example also worked for me, so I dived into it a bit more and found that a js error was occuring, which looked unrelated but was causing this problem. I was calling this code in the...
  11. Hi,

    I have some JS code that checks the window.parentAutoLoadControl to see if a page was loaded into a window or not. It all works fine the first time the window is loaded, but then if the window...
  12. Thanks for the pointer - I was wondering if there was a simpler way.

    For anyone else who wants code, it's pretty much as simple as this code, added to the Page_load:


    IEnumerable<int>...
  13. Hi,

    I'm using the Multi-select tree panel (http://forums.ext.net/showthread.php?10022)

    I'd like to fire some code on the selection change, but I'm not sure how to do this - if I add a...
  14. Hi,

    I have a gridpanel on a page that is used to display the roles a user is attached to. I load the roles from Json set in the controller:




    if...
  15. Hi yes you are right the onBlur was not needed, thanks :)
  16. Hi,

    I managed to fix this by adding this code to the onSelect and onBlur events on the combo (not sure if this was the best way):




    var onSelect = function (combo, record, index) {...
  17. Hi,

    I have a view that renders a list of dates in a ComboBox. I want to controll how that dropdown renders those dates, so I do this:



    <ext:ComboBox ID="ResultsSetCombo" runat="server"...
  18. I'll try to get one together for you - it happens in a lot of places so I was wondering if there was a general rule change about referencing Ext.net components in javascript..
  19. Hi,

    I'm getting a lot of issues in the code I'm trying to migrate to ext.net 2 with reference errors caused by namespace issues. For example, I have a menu that contains this click handler:


    ...
  20. Of course - I should have noticed this! Thanks
  21. Aha - that sorted it, thanks very much for the assistance.
  22. Hi,

    the new PartialViewResult does not contain a constructor that takes 3 arguments - so I can't assign the containerId or RenderMode.

    Also, none of these properties exist:

    ...
  23. No problem, had to edit slightly to remove business functionality, but here it is



    public ActionResult GetPhysicalStructure(string type, string node, PhysicalStructureOptions options =...
  24. Hi,

    As part of migrating to ext.net 2, I have in my MVC app some code that uses a PartialViewResult to render a view into an existing tab panel. My controller action for ext.net 1 looks like this:...
  25. Hi,

    I removed the <Reader> - still getting the issue. My json request looks like this:

    Header:


    Cache-Control:private
    Content-Length:135
    Content-Type:application/json; charset=utf-8
Results 1 to 25 of 56
Page 1 of 3 1 2 3