Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
can anyone tell me the datepicker value from datagridview is not showing in my datepicker

showing only the default date value (8/10/2013)

and even when updating the datepicker the value is shown in my
datagridvierw (example 10/12/2015) updated but onclick of mouseclick event the value is not showing instead of updated date it is showing the default date value
(8/10/2013)
gain
not showing updated one

What I have tried:

and even when updating the datepicker the value is shown in my 
datagridvierw (example 10/12/2015) updated  but onclick of mouseclick event the value is not showing instead of updated date it is showing the default date value <pre>(8/10/2013)
gain
not showing updated one
Posted
Updated 10-Oct-17 7:02am

1 solution

Hi,

Try see this example How to: Host Controls in Windows Forms DataGridView Cells | Microsoft Docs, may be can help you.
The datepicker component change with mouseclick event.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900