SVN r1047

SVN-Revision: r1047
This commit is contained in:
cyf
2025-11-20 09:01:11 +00:00
parent 6c0f72cb62
commit 2616d5dbad
23 changed files with 741 additions and 202 deletions
+3 -3
View File
@@ -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++;