Search Results

Type: Posts; User: kevinhwang

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Hi Vladimir,

    Thanks for your solution and I checked that it works fine.
    Do you have any plan to update this code on Ext trunk so I don't need to put any override code on my page level?
    ...
  2. Hi Support Team,

    I want to use file upload feature and put it inside ext:window.
    I got a JavaScript error message when I click "Browse..." button.
    I attached a captured image with this post.
    I...
  3. I found out the problem but I don't know how to resolve. This is not Ext.Net problem but related to IE Browser Setting's problem.
    Even though the web browser is IE8 intranet sites run as IE7...
  4. Hi Support team,

    I have a problem with JavaScript on IE Web Browser.
    It only happens on the page with Ext.Net.
    This was fine with old version of Ext.Net.

    theForm.__EVENTARGUMENT undefined ...
  5. Never mind. The problem was Newtonsoft.Json.dll file was not included when I published application.

    Kevin
  6. Hi Support team,

    On my dev machine it is fine. But I don't know that it suddenly displays an error message after I released it on App Dev Server.

    Version Info
    Ext.Net 2.3.1
    Newtonsoft.Json...
  7. Thank you!!

    Kevin
  8. I didn't install Jaon.Net I got all Ext.Net libraries from nugget gallery so the version must be up-to-dated like 2.3 for Ext.Net and 5.0.8 for Newtonsoft. I only use Ext.Net not for MVC.
  9. Hi Daniil,

    It displays the same error message like before.
    I attached an image file.



    at Ext.Net.JSON.get_CopyCurrentSettings()
    at Ext.Net.JSON.Serialize(Object obj, IList`1...
  10. Hi Daniil,

    After I used WebForm build I didn't need to have MVC and it worked fine.
    I'm curious about the function, get_TraceWriter() which is public property based on their documentation....
  11. Hi Daniil,

    I got ext.net from trunk and commented the line(TraceWriter = s.TraceWriter) out and referenced the Ext.Dll and Ext.Utilities.Dll.
    I got some error about MVC 3.0 so I had to install...
  12. Hi Daniil,

    OS is Windows 2008 Server Standard 64 bit, VS is 2010 Premium and .NET is 4.0.
    I'll follow your direction.
    But if you want to do further investigation you can remote to my dev machine...
  13. I forgot to attach an image file for the library from my VS 2010.
    You can see the function get_TraceWriter() is not available on this library.

    7064
  14. Hi Daniil,

    I upgraded Newtonsoft.Json to 5.0.8 but still I get the same error.
    I didn't setup any configuration for JSON and even I don't know how to setup.
    You want me to create same scenario...
  15. Hi Support team,

    I upgraded Ext.Net today using Package manger in VS 2010 and error is displayed on page.
    So I found a link to downgrade Json dll to 5.0.6 from 5.0.7 but still it displays error...
  16. Thanks Daniil,

    It works fine!!
  17. Thanks Daniil,

    I can see number field works fine but trigger on search box inside gridpanel doesn't work.

    6948

    Regards,

    Kevin
  18. Hi Daniil,


    <?xml version="1.0" encoding="utf-8"?>
    <packages>
    <package id="Ext.NET" version="2.2.0.1" targetFramework="net40" />
    <package id="Ext.NET.Utilities" version="2.2.1"...
  19. Hi Support team,

    I'm working on one web application with Neptune theme but IE 8 has some rendering issues with this theme.
    I used a number field with hidetrigger option as true and I can't see...
  20. Hi geoffrey.mcgill,

    I tried both way but it didn't work.
    X.Panel13 is 'undefined' and this.up('panel').getHeight() returns 16 which is not actual size of the panel.
    I don't know whether I used...
  21. Hi Support team,

    I try to get a height from parent panel to setup child gridpanel's height on the event "BeforeRender".
    But I got an error message saying undefined method getHeight().
    I captured...
  22. Hi Baidaly,

    I found the problem coming from the gridpanel of the original page not from print page.
    I saw both scrollbars on actual page so that cut off the contents.
    After I adjust the column...
  23. Hi Baidaly,

    Thanks for letting me know about CallBack property for the loader in window.
    But I have an one more problem about scroll bar inside window.
    Firefox is fine to render properly but IE...
  24. Hi Baidaly,

    Thanks for your replying.

    I changed it and it worked fine with firefox but not on IE.
    I had an JavaScript error message on printGrid function and I captured a screenshot below.
    ...
  25. Hi Support team,

    I try to print out a grid panel and followed the link below.

    http://forums.ext.net/showthread.php?14585&p=61460&viewfull=1#post61460

    But I got a error message below.
Results 1 to 25 of 49
Page 1 of 2 1 2