Search Results

Type: Posts; User: matt

Page 1 of 7 1 2 3 4
Search took 0.02 seconds.
  1. Thank you Daniil,

    I just went through my code where I was extending the comobox a bit and noticed that record.raw was removed and record.data must be used.



    beforeselect: function...
  2. Hi,

    There is a problem with selecting item from Combobox dropdown.
    Please use one of the example codes to reproduce the problem:


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

    <script runat="server">
    ...
  3. Thank you,

    I will try this approach.
  4. Thank you,

    You are right;
    Unfortunately ImageCommandColumn cannot have drop down menu (or can it have ?)
  5. The CSS patch works! Thank you.

    Based on your patch a I have added the same for Default (Gray) and Blue themes.




    .x-grid-with-row-lines .x-grid-item:first-child,
    .x-theme-blue...
  6. Hi,

    When you add menu command into Grouping Header like in the example:

    https://examples3.ext.net/#/GridPanel/Commands/Group_Command/

    then if you expand and collapse group headers (not the...
  7. Thank you,

    Once released I will confirm and then we close this one.
  8. Hi,

    It is only tiny cosmetic issue but would be nice to fix it.

    Please, use the example to reproduce it:

    https://examples3.ext.net/#/GridPanel/Plugins/GroupingSummary/

    When first row...
  9. Thank you Oleg,

    That works well, although password text field is still affected after using the "postBlur" patch.
    The CSS patch fixes both issues.
  10. Hi,

    I am sure in which revision this problem was created but I am pretty sure it was not there from the beginning of v3.

    24013

    You can try it on any text field example e.g:
    ...
  11. Hi,

    There is a message " when AutoCancel is set to false.

    Is there a way to change alignment of the error message in RowEditing plugin ?

    23711
    ...
  12. Thank you, please close.
  13. Hi,

    Can you please help, I can't get my head around the problem right now. The data binding issues has something to do with "dynamic user control pattern" which I am using to load my views.

    I...
  14. I'd like to add something for anyone looking for similar solution...

    In my project I allow user to have multiple windows (tabs) with different views within the same session. Using...
  15. Hi Danill,

    Awesome! I was aware about UserControl recreation requirement but was "fighting" around OnLoad for hours :)
    Until now all my direct events and direct methods were working fine until...
  16. Hi,

    I am experiencing odd behavior. When DirectMethod (in case of my project) or DirectEvent (I have reproduced the problem based on UserControl pattern presented in this example...
  17. Thanks Danill,

    Sorry for repeating Sencha's reported bugs... sometimes "I go with the flow" :). Next time I'll will try check there first.

    Best Regards,

    Matt
  18. Hi,

    Please use following example to reproduce problem:


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

    <!DOCTYPE html>
    <html>
    <head runat="server">
  19. Hi Danill,

    Thank you for your thoughts and hints. I have already dealt with timeouts and web config.
    Unfortunately, in my project 2GB or even 4GB it is still not enough. My requirement for...
  20. I think it is related to the different APIs You have mentioned above.


    When "dnd" method is used then every time you press "Start Upload" the all files are begin uploaded again. In "swfupload"...
  21. Hi,

    I am aware about server limitations regarding upload files (no more than 2GB).
    I am goggling for a solution at moment, but I decided to ask about it here too.

    1. Is there a way to chunk...
  22. Hi Danill,

    Thank you, in other words there is no way to "force" upload files one by one if they were dragged and dropped ?

    Simultaneous upload after drag and drop multiple files ...

    22401...
  23. Hi,

    In my SPA I use ext:Container to load my views (in my case these are User Controls .ascx). On the client side I use ext:Container.removeAll(true) to destroy everything in loaded user control. ...
  24. Hi,

    In the following example https://examples3.ext.net/Examples/MultiUpload/Basic/Grid/

    when multiple files are selected from "Browse..." dialog then all are being uploaded sequentially (one...
  25. Back on track... works correctly again !

    Thank you
Results 1 to 25 of 156
Page 1 of 7 1 2 3 4