How to give the property of type ReadOnlyCollection to the radzen datagrid column?

Could you please let me know how to give the property name to the radzen datagrid column if it is a type of ReadOnlyCollection or list of list.

Hi @bhavya,

RadzenDataGrid can only display properties of simple type. For collections you need to use the Template and specify how it should render. Check this thread for tips: DataGrid with multiple elements for one column