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
1560
UltraDataSource and DateTime column
posted

 I have a datetime column, so when the user can enter a date using the calendar pop up. How can I set a default value for the calendar that is being poped? 

Is it possible to have control over that calendar? 

Parents
  • 469350
    Offline posted

    Hi,

    The selected date in the dropdown is determined by the current Value of the cell in the grid. You might be able to change the selected value inside the AfterCellDropDown event of the grid, but this would also alter the value of the cell, just as though the user had selected a value, so I don't think that's what you want. 

Reply Children