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
4110
WebDateChooser Month dropdown
posted

I have a WebDatechooser in an UltraWebGrid, inside an update panel on a content page for a master page. My controls are Infragistics 3.5 v10.3. My problem is that when I click on the Month or Year dropdowns, it closes the RowEditTemplate. I am initializing this in javascript. What do I need to do to stop this? Thanks.

<igsch:WebDateChooser ID="igDueDate" runat="server" EnableAppStyling="True"
 Section508Compliant="true" DisplayModeFormat="d" EditModeFormat="d"
 StyleSetName="Office2007Blue" StyleSetPath="~/ig_res/" NullDateLabel="Select a Date"
 ClientSideEvents-InitializeDateChooser="igDueDate_InitializeDateChooser"
 Format="Short" AllowNull="true" >
</igsch:WebDateChooser>