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
730
Problem with webdatepicker
posted

Hello All,

I am using some webdatepicker controls inside webtab.

when i am clicking on webdatepicker to select date all controls disappear from page and it comes back after refreshing.

Please tell me how to solve this. It's very urgent.

Parents
No Data
Reply
  • 24497
    posted

    Hi,

    Thank you for report. I tested following and it worked ok.

    <ig:WebTab ID="mainTab" runat="server" style="background:cyan;" Height="200px"
       Width="400px">
       <Tabs>
        <ig:ContentTabItem runat="server" Text="Tab 1">
         <Template>
         <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
         <ig:WebDatePicker ID="WebDatePicker1" runat="server"></ig:WebDatePicker>
         <ig:WebSlider ID="WebSlider1" runat="server"></ig:WebSlider>
         </Template>
        </ig:ContentTabItem>
        <ig:ContentTabItem runat="server" Text="Tab 2">
        </ig:ContentTabItem>
       </Tabs>
    </ig:WebTab>

    If you can not figure out why that happens, then I suggest you to build a simple sample, which can be used to reproduce that behavior, and submit it at http://ko.infragistics.com/support/ask-for-help.aspx

    You also may attach that sample in zip format within Options tab

Children
No Data