Search Results

Type: Posts; User: martin.mosimann

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Hi Daniil,

    Hmm, is this the only solution to get around this problem? Are there no properties where we can take influence on how or where the windows are rendered to?

    The problem is, we have...
  2. Hi,

    How can i show a modal window (centered within Viewport) with a "fullscreen" mask, instead of just a mask covering the Panel where the Window is placed in?



    <%@ Page Language="C#" %>

    ...
  3. The example you provided is kind of what I'm looking for.

    How would you set the default sort field in this TreePanel? How is the Store accessible when it's not explicitly declared?
  4. Hi,

    is it possible to set and indicate the sorted column/field of a GridPanel or TreePanel without using a Store? e.g. when rendering the nodes of a TreePanel directly from Code-Behind.

    Thanks...
  5. Thanks for your example.

    I've found an other solution that works quite well (at least for my needs). It's not anymore real collapse/expand behavior but at least it works without any wrapper...
  6. Hi,

    I'm trying to toggle (collapse/expand) the body part of a GridPanel only. The GridPanel contains no header, just a Toolbar with a Button to collapse/expand and some other buttons.

    A similar...
  7. Hi Daniil,

    thanks for the quick reply and the workaround. This works absolutely fine. Keep up the great work!

    Best Regards,
    Martin
  8. Hi,

    Since the update to release 2.2.0 the navigation by keyboard (up and down keys) as well as custom key bindings on TreePanels are not working anymore. The problem seems to be on every TreePanel...
  9. April 8 was two days ago. Are there any updates/news about when release 2.2.0 will be ready?
  10. Hi Daniil,

    Whow, I didn't expect that it would be that easy. ;-)

    It works perfectly!

    Thanks a lot for the quick and great answer,
    Martin
  11. Hi,

    I'm trying to override the onDblClick event of the TreeNodeUI to disable the expand/collapse behaviour according to the following instructions:...
  12. Cool, the HideMode="Offsets" did the trick.

    But, can you explain what it does behind the scenes?

    Thanks, Martin
  13. Hi,

    I have a rendering issue with a GridPanel inside a collapsible BorderLayout Panel. If the collapsible Panel is set as expanded on PageLoad, then the GridPanel inside renders fine. But if the...
  14. Hi,

    Is it possible to write out the value of a server side property in the way we can do it in normal ASP.NET controls with inline tags <%= ... %>?

    For example inside a listener:


    ...
  15. Note: The rendering of the DateField is fine when IE 9 is used in "Compatibility View", but not otherwise.
  16. Looks good. Tanks a lot for the quick fix!
  17. Hi,

    It seems that the position rendering of the IndicatorIcon on the SpinnerField control is not correct.

    Tested on IE 9 and Chrome 10.

    Cheers, Martin
  18. Actually this was all I needed:




    function getDropPoint(e, n, dd) {
    var tn = n.node;
    return tn.allowChildren !== false ? "append" : false;
    }
  19. The custom DropConfig section together with the getDropPoint JavaScript function did the trick. Maybe I'll try to simplify this function even further, but it's working great so far. Problem solved!
    ...
  20. In fact I've used this example for my implementation.

    Dropping any Node on a (normal) Folder-Node works fine. The problem is that you can't drop a Node on a Leaf-Node.

    It should be possible...
  21. Hi,

    Is it possible to Drag&Drop a Node onto a Leaf-Node in the TreeGrid control? I've set the option AllowLeafDrop="true" but it doesn't change anything.

    If I don't set the Leaf-Nodes as...
  22. Hi,

    I have a NumberField which should show a value with 2 decimal places. Whether i set the DecimalSeparator property to "." or not, the separator is always displayed as a comma ",".

    The exact...
  23. Is it possible to render a property of type List<T> in a GridPanel column as a comma separated list?

    For example:
    A User object contains a list of Roles ("user.Roles"). How can the Roles be...
  24. Perfect! Works like a charm.

    Many thanks!
  25. Is it possible to open a new browser window (window.open(...)) as a response from a call to a server side method handled as a AjaxEvent (not full PostBack).



    <ext:MenuItem ID="btnPrintArticle"...
Results 1 to 25 of 33
Page 1 of 2 1 2