[CLOSED] Panel display & dropable problem in IE8 and IE7 in MVC

  1. #1

    [CLOSED] Panel display & dropable problem in IE8 and IE7 in MVC

    Attached Thumbnails Click image for larger version. 

Name:	pic1.png 
Views:	6 
Size:	35.5 KB 
ID:	7557   Click image for larger version. 

Name:	pic2.png 
Views:	8 
Size:	22.6 KB 
ID:	7558   Click image for larger version. 

Name:	pic3.png 
Views:	7 
Size:	28.5 KB 
ID:	7559  
    Last edited by Daniil; Feb 11, 2014 at 4:04 PM. Reason: [CLOSED]
  2. #2
    Hi @Tactem,

    Is there any JavaScript error?

    I am afraid we won't be able to help without a runnable test case.
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi @Tactem,

    Is there any JavaScript error?

    I am afraid we won't be able to help without a runnable test case.
    Without the dropable case there is no js error. I will try to give you a test case as soon as possible.
  4. #4
  5. #5
    Thank you.

    IDs must start from a letter, not a number.
    Container container = new Container() { ID = string.Format("a{0}_container", count), ... };
    Panel dashPanel = new Panel() { ID = string.Format("a{0}_panel", count), ... };
  6. #6
    Quote Originally Posted by Daniil View Post
    Thank you.

    IDs must start from a letter, not a number.
    Container container = new Container() { ID = string.Format("a{0}_container", count), ... };
    Panel dashPanel = new Panel() { ID = string.Format("a{0}_panel", count), ... };
    Thank you Daniil it works, and is it valid for all ext components ? Otherwise you can close the Thread.
  7. #7
    Yes, it is actual for all the Ext.NET components.

Similar Threads

  1. [CLOSED] Swap Dropable Panel in MVC
    By alscg in forum 2.x Legacy Premium Help
    Replies: 9
    Last Post: May 31, 2013, 11:42 AM
  2. [CLOSED] Display problem with IE10
    By Stefanaccio in forum 1.x Legacy Premium Help
    Replies: 17
    Last Post: May 29, 2013, 3:32 PM
  3. [CLOSED] Image display problem
    By Tactem in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Apr 23, 2013, 3:37 PM
  4. [CLOSED] [1.0] Display Problem IE 7.0
    By kemalyigit in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: May 18, 2010, 11:59 AM
  5. [CLOSED] Display problem on IE
    By Stefanaccio in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 17, 2010, 11:42 AM

Posting Permissions