I have a code sample for this in C# but not VB .NET.
See Windows forms DataGridView dates and numeric columns (C#) article and source code for using in C#.
Here is a starter project on GitHub.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello
On following document show how to define the DataGridView Column Type, and define calendar column,
Could please help, after that how to show the "CalendarColumn" type to appear in the Column types list of DataGridview column types to choose it where required, as shown on following photo
I have a code sample for this in C# but not VB .NET.
See Windows forms DataGridView dates and numeric columns (C#) article and source code for using in C#.
Here is a starter project on GitHub.
many thanks karenpayneoregon for reply,
one question only, when I have the CalendarColumn Class added to project,
what else should do to let Calendar Column type appear in the list,?
thanks
Here is a full code sample, took about 10 minutes to write. To run requires a SQL-Server database (I don't have another database e.g. MS-Access, Oracle, MySql ready)