SVN-Revision: r500
This commit is contained in:
cyf
2025-04-18 10:25:17 +00:00
parent 006deaa14c
commit 1cbed9fd73
10 changed files with 233 additions and 111 deletions
@@ -249,8 +249,9 @@ namespace Lskj.Control
this.EditValue += rowItemText[ValueMember] + ",";
}
}
this.Text = text.Trim(',');
this.EditValue = EditValue.Trim(',');
this.Text = text.Trim(',');
}
else
{