Search Results

Type: Posts; User: mattwoberts

Page 1 of 7 1 2 3 4
Search took 0.02 seconds.
  1. Hi,

    Just wondering if there is any update re: an exptected release date (or beta) for ext.net v2?

    Since ExtJS4 is very different in terms of application structure (since it's using the MVC...
  2. Thanks

    The server this runs on is set to default UK locale settings. Based on that date format provided in the sample above, I managed to work around the issue for now by adding this code:



    ...
  3. Hi,

    In my app I am adding a new row manually to a grid, like so:


    updateGridWithNewChange: function (newRow) {

    var row = new ChangesStore.recordType(newRow, newChange.Id);
    ...
  4. Ah that's interesting, I should check out the rendered script more often.

    Out of curiosity, is there a setting I can use to non-minify my ext.axd output, mine renders all one one line in a...
  5. Thanks, that works (had to tweak to the code below).

    So, the "e" in that markup refers to the argument that would have been passed to a Function handler if I was using Listeners instead of...
  6. Hi,

    Can you tell me the simplest way to save a row after it's been edited in the Grid Panel (in MVC)?

    I thought that a "DirectEvent" would work like this:




    <DirectEvents>
  7. Sorry for the late response.

    I would use the ColumnLayout as suggested, but I am already in a RowLayout, so that combination doesn't work. Is there anyway I can get the splitter with this layout?...
  8. Hi Danni.

    It's almost working (again) for me. The issue remaining is that because I need to be able to collapse either the right or the left panel, I need to use a East and West region - your demo...
  9. Thanks Danni, I'll try that, hopefully I can use that for the graph on the left (West) and right (East) in my markup
  10. Here is the markup as good as I can get it - I've had to add a "center" panel with nothing in and a East panel for the right-hand graph. Problem is the width issue I explained previously. Please...
  11. Hi.

    Thanks for your response.

    Unfourtunately I still cannot get this working - I'm pretty close though. I've changed the "GraphsContainter" to use a BorderLayout as per your suggestion. This...
  12. Hi,
    Thanks for the response.

    I forgot to mention that the hbox layout is itself within a RowLayout - so I can't do that I think. My full layout:


    <ext:Viewport ID="Viewport1" runat="server"...
  13. Hi,

    I have 2 panels inside a container with a HBox layout like this:



    <ext:Container Split="true" ID="GraphsContainer" runat="server" RowHeight="0.5" Layout="hbox">
    ...
  14. Hi,

    I have a Button in a Toolbar, and I want to set the Menu to a menu I've already created. When I try to run, I get a JS error:

    Cannot set property 'ownerCt' of undefined

    The error is...
  15. I thought that was looking like the case.

    Thanks for the Panel css, I'll take that as a starter and see how I get on :)
  16. Hi,

    We've been asked to make our web app work on an IPad. Most of the app is working well enough, but it's hard to interact with the icons such as the collapse icon on a panel..

    I know you...
  17. It cost me too much time I'm afraid, so I'll leave it there.

    Thanks
  18. Aha, you're right :)

    I added


    FloorMapStore.load();

    to the js in body load, and it now works. What is weird is how without this, I can still see the items in the dropdown, but setValue...
  19. Hi

    I tried using setValue first, but that makes the actual value (46) appear in the combo, not the associated text. Does that mean it couldn't find the assocated item? 46 is the valid id, and the...
  20. Trying to select a combo box entry by value, and I can't get it working.

    The code for the ComboBox:



    <ext:ComboBox AutoDataBind="True"...
  21. I do use ControlToRender, so I think that will help me out.

    One more thing I think I need to be able to do with this - can you show me how to do the equivalent of loading a panel into a tab from...
  22. Hi,

    Please could you advise on the best way to achieve the following in Ext.NET:

    I have a tabPanel, and I add tabs when the user right-clicks on a tree node. So the tree might have 5 nodes, and...
  23. Thanks for the input, I'll take a look at the ExtJS source code as you suggest.

    The issue I had with testability was not that I didn't know about the testing frameworks available, but more that...
  24. Hi,

    I've been using Ext.NET for a few months now, and I'm finding that my javascript files are starting to get heavy and quite brittle, so I was thinking about refactoring them a bit. I've been...
  25. Ah, I didn't notice that there, left over from a copy paste of another panel!

    Thanks
Results 1 to 25 of 153
Page 1 of 7 1 2 3 4