SVN r388
SVN-Revision: r388
This commit is contained in:
@@ -936,12 +936,12 @@ namespace Lskj.ProductiSched
|
||||
if (!TreeMultiHeader)
|
||||
{
|
||||
MergeMainDataWithDayPlan(dataMain, dataDayPlan, dateTime, typeDate);
|
||||
bandGcTop.BandedView.GridControl.DataSource = dataMain;
|
||||
bandGcTop.SetGridViewDataSource(dataMain);
|
||||
OnBandedViewRowCellClick(bandGcTop.BandedView, null);
|
||||
}
|
||||
else
|
||||
{
|
||||
treebandGcTop.TreeListObj.DataSource = dataMain;
|
||||
treebandGcTop.SetGridViewDataSource(dataMain);
|
||||
}
|
||||
}
|
||||
string query = @"
|
||||
|
||||
Reference in New Issue
Block a user