SVN-Revision: r253
This commit is contained in:
tdx
2025-02-07 08:46:30 +00:00
parent fd1afec7b0
commit d7f99b80f4
2 changed files with 3 additions and 3 deletions
+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) && model.Visible)
if (!string.IsNullOrEmpty(model.SqlSource))
{
Task<DataTable> sourceTask = new Task<DataTable>(() =>
{