The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Is it possible to use the datetime picker from the grouping grid standalone on a form?
The standard .net picker treats day/month/year as three separate fields, while the grouping grid picker seems to treat them as one. In particular, the .net picker fires the changed event three times while the user enters a complete date. I run an sql query after the date has been changed, but don''t want to repeat this three times while the user enters a complete date. Additionally, I want a consistent user experience between the grid and the standalone pickers.
ADAdministrator Syncfusion Team April 29, 2005 07:18 PM UTC
You cannot use the MonthCalendar CellType without a grid. You could derive a one cell grid and use that to get consistent behavior. Here is a minimal sample.
http://www.syncfusion.com/Support/user/uploads/DropDownCalendar_93169a75.zip