[CLOSED] Loading UserControls with UserControlLoader --Version Ext.NET.MVC.Pro.2.1.1

Page 2 of 3 FirstFirst 123 LastLast
  1. #11
    Hi Daniil,

    Thanks for clarification!

    I've checked out the svn trunk...

    Click image for larger version. 

Name:	ext.net dll image.png 
Views:	123 
Size:	88.6 KB 
ID:	5582

    but is that the latest version ??
  2. #12
    If you got the sources from this link, then yes, it is the latest version.
    http://svn.ext.net/premium/trunk/
  3. #13
    Could you test it with the Ext.NET sources from SVN trunk?

    There were some improvements regarding this part.
    these changes are there?
  4. #14
    Yes, there are.
  5. #15
    The current version has not fixed the problem.

    I think that I need to look for other solutions....

    Is there a control, which can be passed to finshed hmdl code ?

    My idea is to generate this code on the server side and add this to a container or panel !?
  6. #16
    Quote Originally Posted by ontiv View Post
    The current version has not fixed the problem.
    We would be happy to investigate a sample which reproduces the problem.

    Quote Originally Posted by ontiv View Post
    Is there a control, which can be passed to finshed hmdl code ?

    My idea is to generate this code on the server side and add this to a container or panel !?
    Sorry, the requirement is unclear for me. Could you elaborate?
  7. #17
    Thanks for your help!

    Sorry, the requirement is unclear for me. Could you elaborate?
    Sorry my mistake, I mean html code. Is it possible to add html-code at runtime to a
    panel with a finished item collection ?
  8. #18
    Setting up the Panel's Html property can help. It applies a string.
  9. #19
    How can I check if a panel scroll down ?

    like this :

     $(window).scroll(function () {
                if ($(window).scrollTop() == $(document).height() - $(window).height()) {
                    alert();
                }
            });
  10. #20
    This question seems not to be too much related to the intial topic.

    Could you start a new forum thread, please?
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [CLOSED] UserControlLoader with properties
    By softmachine2011 in forum 2.x Legacy Premium Help
    Replies: 7
    Last Post: Apr 08, 2013, 5:49 AM
  2. [CLOSED] Loading userControls dinamically inside tabs
    By RogerioAquino in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jan 03, 2013, 4:20 PM
  3. Replies: 6
    Last Post: Dec 06, 2012, 4:03 PM
  4. Replies: 4
    Last Post: Feb 01, 2012, 8:37 AM
  5. Replies: 7
    Last Post: Oct 28, 2011, 4:25 PM

Tags for this Thread

Posting Permissions