Search Results

Type: Posts; User: AnFil

Search took 0.01 seconds; generated 18 minute(s) ago.
  1. Hello Fabricio,

    This helps clear things up a lot.
    I will experiment and see how far i get with porting out ExtNet3 code :)

    Thank you very much for your help.
  2. Hello again,

    sorry for persisting on the subject.
    In our current Ext.Net 3 architecture we rely heavily on calling Direct Methods from client JS functions.
    I appreciate the Direct Event example...
  3. Thread: Sencha

    by AnFil
    I think congratulations are in order for the Ext.Net team in achieving to secure a deal with Sencha that mainly maintains the current single-developer licensing provisions for Ext.Net users but also...
  4. Thread: Sencha

    by AnFil
    Does this mean that there is a now a possibility of having the Sencha add-ons like the Pivot Grid and the Calendar included in Ext.Net as add-ons?
  5. Hello Fabricio,

    this is great news. Looking forward to seeing how Direct Methods will be implemented in razor pages.

    You are correct, there is no issue in renaming the file. Theoretically...
  6. Hello Fabricio,

    thank you very much for your reply.

    Let me offer some insight on how the code is structured: I just use Web Forms because I have to use something. The solution does not rely on...
  7. Hello all,

    Referring to this very helpful blog post : https://ext.net/v7-0-preview-for-asp-net-core/

    Can we please have an example how porting would work in cases where we create components...
  8. Hello all,

    Assuming EXT.NET Core becomes available later on, how will licensing work?
    Is it safe to assume that if one already holds a EXT.NET 4 or 5 license, ASP.NET core will be added on in a...
  9. Hello all,

    - are there any plans for incorporating Sencha Pivot Grid from Ext JS 6 into Ext.Net 4 or to some other future version of Ext.Net ?


    Thank you,
    AnFil
  10. Hello Z,

    - in my case I have reached the conclusion that if one wants a fully dynamic single page application what works best is using Asp.Net Web Forms in a minimal fashion (i.e. put code only on...
  11. Dear Ext.Net team,

    - Bryntum states that in order to use Ext Gantt / Ext scheduler you need to have an Ext JS commercial license : http://www.bryntum.com/store/gantt/ (look at the FAQ section)
    ...
  12. Hello all,

    - minor nitpick: in Ext.Net.3.1.2 at line #64 above var g = this.getFeature('grouping'); returns that .getFeature is undefined.

    - replacing with var g = this.features[0]; seems to...
  13. Hello Daniil,

    - you can close the thread.
    - Thank you very much for your help.


    Regards,
    AnFil
  14. Hello Daniil,

    - I have completed the tests (without an iframe for now) and I have good news.
    - Everything works as expected in all browsers tested(IE11,FF,Chrome).

    Observations:
    1. In debug...
  15. Hello Daniil,

    - just a quick trivial question.
    - Can a container like the one you suggest participate in the Layout of a parent panel for instance (in italics):




    <ext:Panel ID="pnl_main"...
  16. Hello Daniil,

    - That is a very interesting suggestion. I assume that it will be loaded as an iframe.
    (Weren't there some memory issues back in Ext JS 4.x with iframes?)

    - I will thoroughly...
  17. Hello Daniil,

    - I think that during one of several tests I had the Update Panel removed and I was still getting the same behavior.
    - I will also test if removing the update panel causes problems...
  18. Hello Daniil,

    - I made that quotation because I observed that the compiler intervened after the Report Viewer had executed a report. Since in my posted example there was no actual report for the...
  19. Hello Daniil,

    - thank you for your reply.
    - It is expected that the function appears empty in the screenshot since i removed all Js code and Direct Methods removed to make things simpler. Same...
  20. Hello Daniil,

    I have done several more tests and I do not think that you will be able to reproduce the error just with the sample i provided.

    Nevertheless, I think that I have pinpointed the...
  21. Hello Daniil,

    Please select : File / New web site
    From Project Wizard select : Installed / Templates / Visual C# / ASP.Net Reports Web Site
    A new asp.net website will be created and the Report...
  22. Hello Danil,

    thank you for your prompt reply.

    Please find below a basic web.config to use with sample code above.

    I am using MS VS 2012 Premium Edition. I think that the ReportViewer Server...
  23. Hello all,

    I have come across the exact same problem with version 3.2.1

    It is on a WebForms page containing Report Viewer / Update Panel / Script Manager embedded within Viewport / Panel /...
Results 1 to 23 of 23