SVN r1047
SVN-Revision: r1047
This commit is contained in:
@@ -362,7 +362,7 @@ namespace Lskj.Control
|
||||
}
|
||||
finally
|
||||
{
|
||||
if (this.ParentControlEx != null) this.ParentControlEx.SearchGrid();
|
||||
if (this.ParentControlEx != null&& this.ParentControlEx.MainGridEx != null) this.ParentControlEx.SearchGrid();
|
||||
//gridEx1.SearchObj.SearchLastGrid();
|
||||
//gridEx2.SearchObj.SearchLastGrid();
|
||||
DataRow rowItem = this.ParentGridEx.GetViewFocusedDataRow();
|
||||
@@ -388,11 +388,11 @@ namespace Lskj.Control
|
||||
{
|
||||
if (i == 0)
|
||||
{
|
||||
gridEx1.SearchObj.SearchGrid();
|
||||
gridEx1.SearchObj.SearchLastGrid();
|
||||
}
|
||||
else if (1 == 1)
|
||||
{
|
||||
gridEx2.SearchObj.SearchGrid();
|
||||
gridEx2.SearchObj.SearchLastGrid();
|
||||
}
|
||||
}
|
||||
i++;
|
||||
|
||||
Reference in New Issue
Block a user