Search Results

Type: Posts; User: prost

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. This solved the problem, thanks Daniil!
  2. Dear Support team,


    I ran into issue, the update method of any container throws a java-script error in any version of IE. The same code works well in any other browser.
    Also, I found that the...
  3. Sometimes it is so simple, thanks!
  4. Hi Ext,
    Is it possible to make the Text of a LinkButton selectable for copy/paste?
    Thanks,
    Sander
  5. Thanks for your excellent support!
  6. Hi Daniil,

    In Chrome it seems to work, unfortunately in IE11 not. When in IE11 the page renders, the font is correctly set to 'verdana' in the font combo. When I focus the editor to type, the font...
  7. Hi Ext,

    Setting the default font of a HtmlEditor does not work for me. The combobox with available fonts is emptied.

    Sample:


    <html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1"...
  8. Following worked for me:

    Mode = ParameterMode.Raw


    Thx!
  9. Hi,

    When I use a ComboBox as editor in a PropertyGrid, the selected Text is not displayed correctly. I found a post which explained to use a render function for displaying the correct text.
    ...
  10. That worked... good to know...
    Thanks
  11. Works, Thanks!
  12. Hi,

    I've got a problem with the HtmlEditor. I need to store the text of a HtmlEditor in a DirectEvent. In the code sample below, it does matter which control calls the DirectEvent. When using the...
  13. Hi,
    I need to populate a combobox during a DirectEvent (it must also be possible that it is a custom image instead of an Ext.NET icon).

    Following sample does not work:


    <%@ Page Language="C#"...
  14. It works, thanks!
  15. Hi Daniil, Thanks for your answer. I made a small change to my sample. It almost works as I would like, hope you can help with the last pieces...
    I now use a DirectMethod instead, and update the...
  16. Hi Daniil,

    The blur worked for the TextField. A bit strange it must be specified like:

    CheckChangeEvents="blur"

    And not the notation used with the NumberField (which I tried myself)
    ...
  17. Here a simple sample to change order rows. You can change the qty or price cell, which should result in a calculation on the server to update the total (for the sample only the total is updated, but...
  18. Works perfect, thanks!
  19. Hi,

    Is it possible to 'reset' a dynamic menu to force the reload of dynamic items again (after the initial load)?

    https://examples2.ext.net/#/Toolbar/Menu/Dynamic_Items/

    Thx,
    Sander
  20. Hi Daniil,
    I already tried that sample. My problem is that when the user changes a cell, I can't do a call (DirectEvent) to the server and update multiple changed cells as a result, without losing...
  21. Hi,
    Hope someone can advise me on following (or provide link to sample I missed):
    - I need an editable grid (text/number/combo editors).
    - Change of a field (on blur, not while typing) should...
  22. The fix works, thanks Daniil!
  23. I do not get the error anymore, but no text is inserted with the sample code. Is the sample correct?
  24. With the latest version from SVN I do not get the error anymore when clicking in the editor.
    When I however try to insert text in the editor using javascript I get a similar error:



    0x800a138f...
  25. Hi, I started migrating to V2.5 but get errors with the HtmlEditor control in IE11 (in Chrome it works).

    When I click in the editor area of the HtmlEditor control I get a javascript error:


    ...
Results 1 to 25 of 70
Page 1 of 3 1 2 3