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
1155
bind ultraMonthViewMulti to grid cell
posted

Hello,

I am searching for a solution to show a calendar in an ultragridcell with included week numbers. I already tried to take an ultraMonthViewMulti control and also monthcalendar which comes with microsoft but I cannot add these ones as an editor component on the ultragrid cell.

I also tried to find properties directly on the ug cell but cannot find sth. about week numbers.

Do you have any ideas how to get this behavior?

Thanks in advance,

Alex

Parents
  • 469350
    Offline posted

    Hi Alex,

    Do you want a cell in the grid with a dropdown calendar? If so, then I think what you want is the UltraCalendarCombo control.

    Or do you want a calendar embedded directly in the cell that the user can interact with?

    For the latter case, what behavior do you want? I assume the cell will contain a date and you want the calendar to show / highlight that date. Does the user need to be able to change the date?

Reply Children