中心Telerik弹出窗口 [英] Center Telerik popup window

查看:111
本文介绍了中心Telerik弹出窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,我在下面的代码中使用telerik conrtrol,默认情况下,它将在左侧角显示弹出窗口,但我希望它在"CENTER"上,这是Telerik Control plz的新手. />

Hi everyone i am using the telerik conrtrol in that below code it will shows the popup window by default it shows in the left side corner but i want it on "CENTER" i am new to telerik control plz...

</editformsettings><editformsettings insertcaption="Addnewitem" captionformatstring="EmployeeId : {0}">
CaptionDataField="EmployeeId" EditFormType="Template" PopUpSettings-Modal="True">
<FormTemplate>
<div>
<table id="Table1" cellspacing="1" cellpadding="1" width="300" border="0">
    <tr> 
    <td> 
    Employee Name:
    </td>
    <td>
    <asp:TextBox ID="textbox1" runat="server" ReadOnly="true" Text='<%# Bind("FirstName") %>'>
    </td>
    </tr>
    <tr>
    <td>
    To Date:
    </td>
    <td>
    
    <telerik:RadDateTimePicker ID="rdpToDate"  runat="server" DateInput-EmptyMessage="To Date"  SelectedDate='<%#Bind("CheckIn") %>'  Calendar-RangeMinDate='<%# Bind("CheckIn") %>' Calendar-RangeMaxDate='<%# Bind("CheckIn") %>' >
      
    </td>
    </tr>
     
</table>
</div>

 <table style="width: 100%">
        <tr>
            <td align="right" colspan="2">
                <asp:Button ID="Button1" Text="CheckOut" runat="server" CommandName="Update" CommandArgument="Update">
                 
                <asp:Button ID="Button2" Text="Cancel" runat="server" CausesValidation="False" CommandName="Cancel">
                
            </td>
        </tr>
    </table>
</FormTemplate>

推荐答案

请点击以下链接: http://www .telerik.com/support.aspx [^ ]
我们可以为您提供一般的编程问题,但不能为3.方工具更改某些属性.
Please, follow this link: http://www.telerik.com/support.aspx[^]
We can help you with general programming question, but not how to change some properties for 3.-party tools.


这篇关于中心Telerik弹出窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆