LookupGrid: show value when only one value is selected, if new value is added in multiselect, select it automatically
This commit is contained in:
@@ -159,7 +159,7 @@ Public Class RepositoryItemLookupControl3
|
||||
Case 0
|
||||
NullText = _R.GetString("LookupControl_NoRecords")
|
||||
Case 1
|
||||
NullText = _R.GetString("LookupControl_OneRecord")
|
||||
NullText = Values.FirstOrDefault()
|
||||
Case Else
|
||||
NullText = String.Format(_R.GetString("LookupControl_NRecords"), Values.Count)
|
||||
End Select
|
||||
|
||||
Reference in New Issue
Block a user