Search Results

Type: Posts; User: bsnezw

Page 1 of 7 1 2 3 4
Search took 0.01 seconds.
  1. I have a need to download large files. While the file is downloading I would like to use the taskmanager to check if the download is complete. If the download is complete then I need to refresh a...
  2. I am at the end of a dev cycle and unable to update from SVN. I went with option 2 and that worked fine. In the next dev cycle I will try suggestion 1.

    Thank You!
  3. Following the examples, I have added a <span> tag to the text on tree nodes that I would like to have a New indicator. I have also added the css and the nodes are showing with New as expected.


    ...
  4. I can run the code as copied. I've done it a couple times. I am unable to recreate the error you are getting. It's been a while since we've gotten latest from svn and I'm at a point in our cycle...
  5. I just copied and pasted the code from my original comment into a new aspx and I did not receive and error. I added the new aspx page in...
  6. I am working on a multilevel grid and have run into 2 issues:

    Issue #1 in the rowexpander grid the header css is over written by grid body div. Using the following code and firebug or IE dev...
  7. You are awesome! I kept trying different combinations of adding the template and adding . in front of ID and HTML but that one never occurred to me. I was sure it had to be something simple but I...
  8. I am working on a multi-level grid panel being dynamically created in codebehind. I am converting your example: https://examples1.ext.net/#/GridPanel/RowExpander/MultiLevel_GridPanel/ to VB.net.
    ...
  9. I confirmed that we do not have gzip=false in the web.config

    Thank you for the additional information on how to find the exception being thrown. I will need to wait a few weeks until we finish...
  10. What is the general support email and I can send you public access URL to the 2 different servers so you can see using fiddler both a working server and non working server.

    Thank You~
  11. We have multiple servers that our site is deployed to.

    On most of the servers the js and image files correctly render using ext.axd

    On 2 servers the js files correctly render using ext.axd...
  12. I knew it had to be simple.

    As always... Thank You!
  13. I have a user control that when set to visible = false it causes an undefined error. I only care about the control if it is defined. I have tried adding Ext.isEmpty(), Ext.isDefined(), Ext.getCmp()...
  14. Perfect - thank you!
  15. Yes I can reproduce it with IE7
  16. Forgot to mention browser. Based on your question I tried it with different browsers:

    Result like screen shot

    IE 8 compatibility mode
    IE 8 in IE 7 mode


    Does Not remove Padding but...
  17. attached find 2 examples.

    Example 1 is the result of the code I included. Works as expected.

    Example 2 is what happens to the string after I resize the column.

    Thank You~
  18. I have a grid that I need to indent a string in a cell. It works fine using renderer. However, if the column is made smaller then the padding is stripped. What I need is for the padding to stay and...
  19. Yes thank you. I also found where the examples for iFrame were which was also helpful. I thought it would be in the Window examples. Next time I will search source code too.

    Thank You!
  20. I am finding a lot of questions asking how to communicate from a modal window back to the calling page but none of them have been answered.

    I have a Page with a grid #{grid1}.
    #{grid1} has a...
  21. I don't seem to have any issues with it. I was trying to figure out if it was by design or if it was something that I was doing incorrectly when extending the controls that would cause issues I am...
  22. I'm stepping through code of an extended Ext.Net.Hidden Field. In the Resource property I am adding a js script. It works fine but I have noticed that the Property gets called 3 times for every...
  23. This when can be marked as solved. I edited my original post after I remembered the ResourceManger.RegisterControls. I thought I changed the title but it only fixed it in my post - not the entire...
  24. I had the same question before. This post has an example of adding the icon to the grid column header.
    ...
  25. Is there a way to force all of the ext net scripts to load on a page other then including a control that uses that script AND is there a way to force the order?

    I have a project that has many...
Results 1 to 25 of 151
Page 1 of 7 1 2 3 4