Data grid with dynamic data

I need to render the data grid dynamically. I get data as a List of dictionaries(List<Dictionary<string, object>>) from API. How to bind RadzenDataGridColumn Property from the data set in my case?

For example, think a Dictionary ->
new Dictionary<string, object>(){
{"fname", "Ibrahim"},
{"lname", "Washington"},
}.
There is a list of dictionaries. So how to bind RadzenDataGridColumn Property to fname?

urgent, very very thankful if someone gives a solution quickly