Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3550
Web dialog window borders
posted

Why does the dialog window has this ugly borders?

 
 
%@ Page Language="C#" AutoEventWireup="true" CodeBehind=" WebForm1.aspx.cs " Inherits="WebApplication22.WebForm1" %>


<%@ Register assembly="Infragistics4.Web.v11.2, Version=11.2.20112.2159, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.Web.UI.LayoutControls" tagprefix="ig" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">

<html xmlns=" http://www.w3.org/1999/xhtml ">
<head runat="server">
    <title></title>
</head>
<body dir="rtl">
    <form id="form1" runat="server">
    <asp:ScriptManager ID="ScriptManager1" runat="server">
    </asp:ScriptManager>
    <div>
   
    </div>
    <ig:WebDialogWindow ID="WebDialogWindow1" runat="server" Height="300px"
        InitialLocation="Centered" Modal="True" Width="400px">
        <Resizer Enabled="True">
        </Resizer>
    </ig:WebDialogWindow>
    </form>
</body>
</html>

 

Parents
No Data
Reply
  • 37874
    posted

    Hi drpoalim,

    I am not able to reproduce this issue. I tested the dialog window under IE, Firefox and Chrome with the version you have specified - 11.2.20112.2159, but the borders was correctly displayed. Can you please provide me with a sample, demonstrating the issue, in order to be able to investigate it further? Thank you.

Children