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.