IS
Ivan Siew
November 2, 2007 12:54 PM UTC
Hi, I am rephrasing this question.
Basically, in the gridgrouping control, how would you enable the monthcalendar control to automatically show today's date during edit mode, just like when you are adding a new row. But instead this is in edit mode of a blank column.
THanks.
Ivan
IS
Ivan Siew
November 2, 2007 04:49 PM UTC
Ok, I found out how to go about this.
If you are using monthcalendar in the grid, set the CellValueType="System.DateTime". This currently resolves my issue.