[성현모] 버그수정
This commit is contained in:
@ -99,6 +99,9 @@
|
||||
if (args.Column.Property == null)
|
||||
return;
|
||||
|
||||
if ((args.Column.Property.ToLower().Equals("testdate") || args.Column.Property.ToLower().Equals("host")) == false)
|
||||
return;
|
||||
|
||||
int index = DataList.ToList().FindIndex(x => x.Equals(args.Data));
|
||||
|
||||
//testdate 컬럼일때 날짜 병합
|
||||
|
||||
Reference in New Issue
Block a user