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
530
WebDateChooser inside UltraWebGrid
posted

Hi,

I have a webdatechooser control in a webgrid column which should drop down to show a calendar in edit mode. Here're my issues:


First time I click on the corresponding cell, the calendar pops down and flickers (then closes by itself) , and I have to click randomly at least 5-10 times for it to show the calendar and stay opened.

I am not sure I am making a lot of sense here but the webdatechooser doenst pop out the calendar when the cell is in edit mode.

Parents
No Data
Reply
  • 10
    Suggested Answer
    posted

    i had the below styling in my aspx. After i took out the bold, underlined,striked out lines in the below code, it fixed the problem.

    body {

    margin: 0px;

    background-color: #fff;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 13px;

    height:100%;

    max-height:100%;

    overflow: hidden;

    }

Children
No Data