I have a problem with the RadzenDataGrid component.
I have working code which gets values from my database and puts it in an array. I have tried to display an array value inside a in a but multiple rows with the same value are created.
I should also mention that I have specified the Data attribute in and have set TItem to object (as I have an array of type object). TItem inside the is also set to object as well.
What I have also noticed is that when I set Property inside one to anything other than an empty string, all array values are displayed in seperate rows in that column.
I have found my problem. I didn't realise that DataGrid works almost the same way as in WPF!
Anyways, I have a new problem:
I have a self-referencing datagrid which is expandable, but when I expand a row, I can't collapse it anymore.