SVN r252
SVN-Revision: r252
This commit is contained in:
@@ -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>(() =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user