Search Results

Type: Posts; User: drkoh

Page 1 of 6 1 2 3 4
Search took 0.02 seconds.
  1. Great, it works. Thanks.
  2. Hi Daniil,

    I added the script to the <head>, as following and still get the items[0] is undefined error.




    <head> <script type="text/javascript"> Ext.app.PortalPanel.override({ ...
  3. Hi,

    I try to create a dynamic PortalColumn and run into the error "TypeError: items[0] is undefined.

    items[0].addCls('x-portal-column-first');".

    I wonder what is the issue.

    Following is...
  4. Hi Daniil,

    nvm, i think i got it. I use ContentResult.

    Thanks.
  5. Hi Daniil,

    I tried the following code and no luck, i must be missing a lots of things...

    ServerStatusView.cshtml

    @{
    ViewBag.Title = "Server Status Center"; var X = Html.X();}...
  6. Hi,

    Thanks for reply, is not quite what i am looking for.
    Lets say i have a Portal control with pre-defined PortalColumns (i.e. 2 columns)
    and I want to dynamically (through DirectEvents) create...
  7. Hi,

    I have been looking for clue on how to add portlet dynamically using MVC Razor Controller and Javascript, but no luck.
    Do you have example on how to do it?

    Thanks
    DK
  8. Hi Danill, yes, it seems like it.
  9. So looks like it doesn't fix the memory issue,

    Below is the memory footprint after around 1 hour of reload every 3 seconds with around 150 rows.
    notice the JavaScript memory column is using...
  10. So looks like it doesn't fix the memory issue,

    Below is the memory footprint after around 1 hour of reload every 3 seconds with around 150 rows.
    notice the JavaScript memory column is using...
  11. Ya, I am running a long test and will post the result.
    Thanks Danill for help.
  12. Hi, i tried the following and these are the result


    public ActionResult GetTest() {
    return new JsonResult()
    {
    Data = new
    {
    ...
  13. HI Daniil,

    If I have a collection of data, how would I manually generate the string for the data member?

    thanks.
  14. Hi sorry for the late response, I still can't get it to work, below is my sample in MVC

    View Page

    <%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<dynamic>" %>

    <%@ Register...
  15. Hi Danill,

    Ya, i tried the
    Ext.util.JSON.decode = jsonParse;
    Ext.decode = jsonParse;

    and I got the following error when ever store reload the data

    5510
  16. Hi,

    FYI, i am using 1.6 from the branch. (so the Ext version i think is 3.x? and Ext.JSON is in ext 4.x)

    Sorry, i think i am almost there.. this is what I have


    <head id="Head1"...
  17. Hi,

    I tried putting the following the
    <Head><script src="/Resources/js/json_sans_eval.js" type="text/javascript"></script> <script>
    Ext.JSON.decode = jsonParse;
    Ext.decode...
  18. So, some update. Some how if I set the
    Ext.decode = jsonParse;, i got the request failure. I tried just set the
    Ext.util.JSON.decode = jsonParse; but leave the
    Ext.decode = jsonParse; and the...
  19. Hi Danill,

    Just tried that (Put that in the header) and got Ext.util is not define. Then i put it in the body after
    <ext:ResourceManager ID="ResourceManager1" runat="server" /> no more...
  20. Hm.. looks like we are at the mercy of ExtJs... we are using Ext.Net for realtime trading and all records are update every 3 seconds (with ~99% new records). So your suggesstion will not work for...
  21. It is happening to us as well, is there any other work around?
  22. Hi, ya i tried that and does not seems to work either...
  23. Actually, one last question, I tried setting the delegate to .x-grid-hd-Company, is this the right value if i want to show Tooltip for the 1st column?

    Thanks.
  24. Great! Thanks alot.
  25. Hi, Below is a sample code (MVC), if you hover to the column, the tooltip display the regular text


    <%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<dynamic>" %>

    <%@ Register...
Results 1 to 25 of 146
Page 1 of 6 1 2 3 4