Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataGrid DatePicker Column

Status
Not open for further replies.

ccshadow

Programmer
Jan 29, 2004
33
US
I have a datagrid that is filtered via a DataView based upon a DateTimePicker value external to the grid. I also have a DateTimePicker column in the grid that allows editing. When I edit the date in the grid as soon as I move to another row the edited row automatically disappears since it no longer fulfills the RowFilter criteria. Is there some way to keep it from re-filtering the DataView until perhaps the Save button is clicked or another date from the external DateTimePicker is selected??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top