Search Results

Type: Posts; User: anup

Page 1 of 20 1 2 3 4
Search took 0.03 seconds.
  1. Hi,

    Just noticed that the link on the SignalR example page (https://examples3.ext.net/#/SignalR/Basic/StockTicker/) to the blog post is broken.

    It links to:...
  2. Hi,

    I don't think that is possible? Unless there is a mechanism I am unaware of I think it would be a security violation to be able to set cookies on any other web site other than your own?

    You...
  3. @PatrickMBS



    Could one approach be to subclass the Store class so that all this definition code (the same model fields etc) is written in one class, and use that in place of Store? It is a bit...
  4. Hi,

    Two thoughts:

    1) Is it not possible to use the existing DateField or DatePicker as that offers a lot more flexibility and usability benefits compared to 3 separate dropdown fields?...
  5. Hi,

    This certainly seems to have fixed the issue.

    One my team members finds that he gets this problem intermittently on non fixed columns (even with this update) but I cannot reproduce it...! I...
  6. Many thanks for looking into this. I will try to look at this at my earliest (though I may be reassigned to something else for a few weeks again, unfortunately), so will try to update you when I...
  7. Many thanks for looking into this. I will try to look at this at my earliest (though I may be reassigned to something else for a few weeks again, unfortunately), so will try to update you when I...
  8. Please note I can reproduce this problem in Chrome (latest) and IE (I was using IE11 - didn't check the earlier versions at the moment). Firefox seemed okay.
  9. Hello,

    This is the same problem as described in more detail on this forum post which is about Ext.NET 3.x
    http://forums.ext.net/showthread.php?59679

    To reproduce this issue in 1.x, it is a bit...
  10. Hi,

    I have an odd problem in both Ext.NET 1.x and 3.x.

    It has taken a while to reproduce in a standalone example, but it seems to require a grid with enough columns to reproduce it (and even...
  11. Thanks for updating here. I can confirm with latest code removing the manual workaround things work fine.
  12. Hi all,

    Been looking at this thread very briefly but there was something that stuck in my mind - you mentioned that you were struggling at around 10 concurrent users?

    I remember a few months...
  13. I meant to say Raphael's original post in this thread specifically talked about using
    RenderScripts="File"

    I had Ext is undefined with or without that.

    So maybe Raphael, if you can confirm...
  14. That's right Daniil - not expecting any changes from you.

    (I don't know if I ended up hijacking the original issue or if it was the same thing - if that can be confirmed, this post could be closed)
  15. Hi,

    Thanks for looking into this. What you is fine. I too expect it is not trivial to introduce these changes, so moving to a feature request to consider for future is fine.

    I am personally...
  16. InstanceOf will be used by the Ext.NET framework code to instantiate an instance on the client side, e.g. when it generates the required initialization scripts.

    But sometimes, it will use xtype...
  17. The online examples explorer is Ext.NET 3.0.0.

    SVN is now 3.1, and the underlying update to Ext JS 5.1 I believe has fixed this issue? I am away from my desk to verify for sure, but I have been...
  18. I just realised you have ResourceManager's RegisterClientScriptInclude instance method, and the static ResourceManager.RegisterGlobalScript method both of which can take a script URL as a parameter....
  19. One possible quick fix I think might be this:



    Ext.define('overrides.Ext.grid.filters.filter.List', {
    override: 'Ext.grid.filters.filter.List',

    destroy: function() {
    if...
  20. Hi,

    If you configure a GridPanel with a column that has a ListFilter where there list filter is populated via a Store (not just a simple options list), then, if the grid is destroyed, an error...
  21. Thanks once again for an amazingly quick response! Really appreciated.

    I've confirmed icons also load (I think that was related to the other issue we have been tracking which I resolved:...
  22. By the way, the only workaround I can think of at the moment for this would be to unfortunately discard this approach for complex components that may have plugins (come to think of it, I don't know...
  23. I finally got a moment to look into this further.

    I have resolved it now. What I found was this:

    I went back to view source on the browser for the page failing to load the Ext JS and Ext.NET...
  24. Hi,

    I am struggling to use ComponentLoader when the component has plugins.

    Here is a sample text page:



    <%@ Page Language="C#" %>
  25. Hi,

    I wrote a post about how you can do this for Ext.NET 1 quite a while back:
    http://forums.ext.net/showthread.php?11896-Export-to-excel-csv-etc-by-posting-to-another-page

    I think it is still...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4