SVN r306
SVN-Revision: r306
This commit is contained in:
@@ -916,9 +916,15 @@ namespace Lskj.ProductiSched
|
||||
if (obj != null)
|
||||
{
|
||||
foreach (GridCell gridCell in SelectCells)
|
||||
{
|
||||
if (gridCell.Column.Tag != null && gridCell.Column.Tag is DateTime dateTime)
|
||||
{
|
||||
if (dateTime.Date >= DateTime.Now.Date)
|
||||
{
|
||||
bandedGridView.SetRowCellValue(gridCell.RowHandle, gridCell.Column, obj);
|
||||
}
|
||||
}
|
||||
}
|
||||
bandedGridView.PostEditor();
|
||||
e.Handled = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user