Basic Date Picker : DataGrid
Example
| First Name | Birth Date | |
| Kelly |
12/13/2011
| Edit |
| Neil |
12/16/2011
| Edit |
| Nelson |
12/31/2011
| Edit |
| Dollie |
9/14/2010
| Edit |
| Max |
1/4/2013
| Edit |
| Darren |
| Edit |
Remarks
Bind a Basic Date Picker control to a DataGrid column. When the user edits the
Column, the SelectedDate will be set with the Birth Date. A check is made to
determine if a valid birth date exists in the XML file before setting the
SelectedDate property.
In this Sample the data is coming from an XML file, although it could come from
any DataSource.
When the row is updated the SelectedDate is saved back to the XML file.
Download sample
|
|