SVN-Revision: r252
This commit is contained in:
tdx
2025-02-07 08:33:41 +00:00
parent d890e85c17
commit fd1afec7b0
+1 -1
View File
@@ -660,7 +660,7 @@ namespace Lskj.Control
/// <param name="item">The dr row.</param>
protected void InitEditColumns(GridColumn column, GridColumnModel model)
{
if (!string.IsNullOrEmpty(model.SqlSource))
if (!string.IsNullOrEmpty(model.SqlSource) && model.Visible)
{
Task<DataTable> sourceTask = new Task<DataTable>(() =>
{