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.
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://es.infragistics.com/support/ask-for-help.aspx
You also may attach that sample in zip format within Options tab