My client wants to have a datetimepicker in his datagridview.
I tried example from MSDN(CalendarColumn) but it doesnt fit some of my client's needs. I also tried example where you replace textbox with datetimepicker but it has same problems.
So i dumped idea of datetimepicker and started working with just a textboxfield Control is almost done but some details are missing, can you help me with solving them?
Can i have multiple input fields inside one cell like datetimepicker does?
Can i enter edit mode on textboxfield and go straight to it? currently it first selects all data that are in the cell. can i skip it and go straight to editing where mouse cursor was?
Can i have some kind of maskedtextbox functionality? so that my client enter only numbers, and for him it will show with separators. (i solved it via text changed event but maybe there is a better way)
Thank you for your time!