개정판 442bd51e
dev issue #000 : 유저 편의성 추가
Change-Id: I7c29a8b6b077dc05d686dc77f71608c54a41ecdf
DTI_PID/SPPIDConverter/ConverterForm.cs | ||
---|---|---|
521 | 521 |
row["colUnit"] = buttonEditDefaultUnit.Text; |
522 | 522 |
|
523 | 523 |
_ConverterDT.Rows.Add(row); |
524 |
|
|
525 |
if (document.Enable && document.Validation && document.MappingValidation) |
|
526 |
gridViewConverter.SelectRow(gridViewConverter.GetRowHandle(_ConverterDT.Rows.IndexOf(row))); |
|
524 | 527 |
} |
525 | 528 |
else |
526 | 529 |
{ |
... | ... | |
535 | 538 |
row["colTemplate"] = comboBoxEditDefaultTemplate.SelectedItem; |
536 | 539 |
if (!string.IsNullOrEmpty(buttonEditDefaultUnit.Text)) |
537 | 540 |
row["colUnit"] = buttonEditDefaultUnit.Text; |
541 |
|
|
542 |
if (document.Enable && document.Validation && document.MappingValidation) |
|
543 |
gridViewConverter.SelectRow(gridViewConverter.GetRowHandle(_ConverterDT.Rows.IndexOf(row))); |
|
538 | 544 |
} |
539 | 545 |
} |
540 | 546 |
if (!_DicDocuments.ContainsKey(fileName)) |
... | ... | |
712 | 718 |
validationFailDocs.Add(document); |
713 | 719 |
|
714 | 720 |
_DicDocuments[fileName] = document; |
721 |
|
|
722 |
if (document.Enable && document.Validation && document.MappingValidation) |
|
723 |
gridViewConverter.SelectRow(gridViewConverter.GetRowHandle(_ConverterDT.Rows.IndexOf(row))); |
|
715 | 724 |
} |
716 | 725 |
|
717 | 726 |
|
내보내기 Unified diff