[CLOSED] [MVC] Graphic Render

  1. #1

    [CLOSED] [MVC] Graphic Render

    Hi guys,

    I have DevExpress version 13 with ext.net mvc.

    i have a graphics bug with radio, combo and checkbox with ext.

    TestView

    @using Ext.Net;
    @using Ext.Net.MVC;
    
    @Html.X().ResourceManager(ViewBag.ManagerConfig as MvcResourceManagerConfig)
    @(Html.X().Viewport()
        .Layout(LayoutType.VBox)
        .Items(
            Html.X().Radio()
            .BoxLabel("test1"),
            Html.X().ComboBox()
            .Width(150),
            Html.X().Checkbox()
            .BoxLabel("test2")
        )
    )
    i join a screen shot.

    Click image for larger version. 

Name:	Component.png 
Views:	11 
Size:	1.8 KB 
ID:	6851

    Regard
    Last edited by Daniil; Sep 05, 2013 at 3:58 PM. Reason: [CLOSED]
  2. #2
    Hi @Tactem,

    Do you mean that it doesn't happen if exclude DevExpress?
  3. #3
    Hi daniil,this is always the case and in all browers (IE, firefox and chrome)

    i have a ext.version svn of last month

    Regards
  4. #4
    Quote Originally Posted by Tactem View Post
    this is always the case
    I am not sure what you mean. Is it reproducible with DevExpress and without?

    I cannot reproduce it without DevExpress using your code snippet. I didn't try without DevExpress because I don't have it.

    Probably, DevExpress and Ext.NET CSS styles conflicts.

    By the way, do you have your own CSS styles applied? If so, please try to turn it down.
  5. #5
    Hi daniils,

    i have a conflict with default css in mvc, i remove this css and it's ok

    Regards

Similar Threads

  1. Replies: 9
    Last Post: Aug 30, 2013, 10:11 AM
  2. Replies: 0
    Last Post: Aug 23, 2013, 11:16 AM
  3. Replies: 3
    Last Post: Aug 11, 2011, 11:07 AM
  4. [CLOSED] Toggle Render? Refresh Render?
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 08, 2011, 3:13 PM
  5. Lag Before Render
    By simonmicheal in forum 1.x Help
    Replies: 3
    Last Post: Oct 08, 2009, 5:12 PM

Tags for this Thread

Posting Permissions