Search Results

Type: Posts; User: Daniil

Page 1 of 20 1 2 3 4
Search took 0.55 seconds.
  1. Hello Emidio,

    Please clarify why is a regular remote paging functionality not okay for you?
    http://mvc.ext.net/#/GridPanel_Paging_and_Sorting/Remote/

    Could you, please, also clarify which...
  2. Yes, the Fit Layout is for a single child. A simplified code sample would clarify the exact scenario and help us to help you.
  3. Hello,

    Agree, it is easier to build something with an example. We add new examples over time, but we usually don't have any time frame and cannot guarantee one or another example appears.
    ...
  4. Hello,

    Yes, I am afraid that with this scenario preventing a DropDownField from being collapsed is the only solution we can provide.

    As for the "auto collapsing" issue I could not reproduce it...
  5. Hello @edip,

    I could not reproduce.



    Please clarify, are you cloning the repo from GitHub, right?
  6. Please give this a try. That is the same sample, just with small adjustments within Ext.grid.feature.Grouping.override({ ... }) and events.GroupChange.Handler = ...;

    I didn't comprehensively test,...
  7. Hello @susanz,

    Please give this sample a try. Does that behave as you need?

    I have simplified the initial sample and made it standalone to be able to focus on the key things.

    The solutions...
  8. Yeah, that is an overhead to constantly poll a TagField's input element. It should be only polled when it is focused and polling should be stopped one it loses focus. As well, I think 50 ms interval...
  9. Hello,

    A DirectEvent searches for a <form> or a <ext:FormPanel> for auto-submitting up the hierarchy starting from the control owning that DirectEvent.

    So, in the case with the Button inside...
  10. The issue duplicates #320.
  11. Sencha opened a bug.
    https://www.sencha.com/forum/showthread.php?319858
  12. We have a talk within the Team on this topic. We conclude that developers should not really rely on client side approaches on security. It is not going to be secure anyway. Everything should be...
  13. Hello,

    I've reported it to Sencha:
    https://www.sencha.com/forum/showthread.php?319858

    As a workaround I can suggest setting this for the Grid:

    .ItemHeight(45)
    or running this code after...
  14. Well, but ExtJS docs on encodeHtml option stays:

    which is also something to keep in mind.

    Maybe, it should not render HTML by default in Ext.NET as well.
  15. Hello,

    I've found this topic on the Sencha forums.
    https://www.sencha.com/forum/showthread.php?304101

    It turned out that the rendered text is encoded by default in the ExtJS Modern toolkit -...
  16. Hello,

    The change has been committed to GitHub. Now setting a Column's Editor is enough to get the Column editable.

    Thank you for raising it.
  17. Hello,

    Yes, unfortunately, a vertical slider is not presented in Ext JS Modern toolkit and therefore it is not presented in Ext.NET Mobile as well.

    As well, CSS rotating is not enough to get...
  18. Agree, it is confusing. We've decided to set up the default Width for Grid's Columns. Now it is 100 by default if not explicitly set up.

    As for editing, please start a new forum thread.
  19. Hello,

    In Ext.NET Mobile a Grid's Column requires an explicit Width setting. If you add Width, all is good.

    <ext:Column runat="server" Text="Name" DataIndex="name" Width="100" />
    <ext:Column...
  20. Hello @sveins12,

    The builder override applying a TreeStore instance has been added. That will be included into the next release or you can grab it right away from GitHub.

    Thank you for the...
  21. The link has been corrected.

    Thank you for the notice and I am sorry for the hassle!
  22. Some time ago Sencha Touch has been sort of merged into Ext JS 6 and now it is available as Ext.NET Mobile Beta.
    http://forums.ext.net/showthread.php?61329
  23. Some time ago Sencha Touch has been sort of merged into Ext JS 6 and now it is available as Ext.NET Mobile Beta.
    http://forums.ext.net/showthread.php?61329
  24. Thread: Sencha Touch

    by Daniil
    Some time ago Sencha Touch has been sort of merged into Ext JS 6 and now it is available as Ext.NET Mobile Beta.
    http://forums.ext.net/showthread.php?61329
  25. Some time ago Sencha Touch has been sort of merged into Ext JS 6 and now it is available as Ext.NET Mobile Beta.
    http://forums.ext.net/showthread.php?61329
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4