Issue with RadzenDropDownDataGrid: Label Not Displaying for Selected Items Beyond Initial Load

The RadzenDropDownDataGrid cannot display the label during editing if the selected value is in the 20th position of the grid, as it only loads the first 10 records. Consequently, it appears as though no item is selected.

To address this, if the item is not in the initial list, it would be better to indicate “one item selected” based on the number of IDs passed in bind-Values

any suggestion on this ?

There is a property called SelectedValue that can be used for such cases - you need to assign the item in order RadzenDropDownDataGrid to perform the lookup.