Datagrid/Dropdown questions

Hi !

I have a few questions, I am using Radzen Blazor directly as a library.
How can one set the current page programmatically for a given RadzenGrid ?

Also how can we preselect an item in a RadzenDropdown ? Right now I can bind fine to a collection of classes, with display text and id ... But initially the dropdown has no selection...

Hi @Bernhard_Gluck,

You can use GoToPage() of the DataGrid. For DropDown you can use Value property - check our demos for reference.