【问题标题】:Telerik DatePicker - how to change the position of the popup button?Telerik DatePicker - 如何更改弹出按钮的位置?
【发布时间】:2014-03-20 07:24:34
【问题描述】:

如何使 RadCalendar 控件 (http://demos.telerik.com/aspnet-ajax/calendar/examples/datepicker/custompopup/defaultcs.aspx) 中的弹出按钮的位置位于另一侧,例如:

【问题讨论】:

    标签: telerik raddatepicker


    【解决方案1】:

    我没有使用 Rad Telerik,所以我不确定是否有其他方法可以做到这一点,但可以通过使用 CSS 使其看起来像您所要求的那样。 我在演示页面上做了一些测试,这是一个可以帮助你的 CSS。

    div.RadPicker table.rcSingle .rcInputCell ~ td {
        position: relative;
        right: 113px;
        display: block;
    }
    
    div.RadPicker table.rcSingle .rcInputCell .RadInput {
        position: relative;
        left: 42px;
    }
    

    【讨论】:

      猜你喜欢
      • 2023-03-25
      • 2018-02-18
      • 1970-01-01
      • 2012-12-29
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-03-07
      相关资源
      最近更新 更多