SVN r1047
SVN-Revision: r1047
This commit is contained in:
@@ -1090,6 +1090,7 @@ namespace Lskj.Control
|
||||
this._Handed = true;
|
||||
try
|
||||
{
|
||||
if (obj == null) return;
|
||||
AutoGridPopup popupObj = obj as AutoGridPopup;
|
||||
string[] columnsWidth = Model != null && Model.LookUpFieldsWidth != null ? Model.LookUpFieldsWidth.Trim().TrimEnd(',').Split(',') : null;
|
||||
if (Model != null && !string.IsNullOrWhiteSpace(Model.LookUpFieldsWidth) && columnsWidth.Length > 0)
|
||||
@@ -1215,8 +1216,9 @@ namespace Lskj.Control
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (Exception)
|
||||
catch (Exception ex)
|
||||
{
|
||||
string Message = ErrorMessage.PromptErrorMessage(ex);
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user