Hi,
I noticed a strange behaviour after the update to Studio 1.60:
<RadzenDropDownDataGrid Data="@tblLandesbankensForFkLb" TextProperty="Landesbank" ValueProperty="LbId" AllowClear=true style="display: block; width: 100%" @bind-Value="@tblDepot.FkLb" Name="@L["FkLb.Name"]" SelectedValue=@tblLandesbankensForFkLbValue Count=@tblLandesbankensForFkLbCount LoadData=@tblLandesbankensForFkLbLoadData FilterOperator="Radzen.StringFilterOperator.StartsWith" />
FilterOperator is “StartWith”, but in the dialog it works like “contains”.
In other dialogs I have the problem the other way around: “Contains” works as “StartWith”, but not always.
I a little bit confused… What happend? It works correct in the past…
Sincerely
Ralf
