Hi everyone!
I'm trying to reproduce the example for ListView shown in
https://docs.telerik.com/devtools/winforms/controls/listview/getting-started
But instead of using a fixed DataTable, I'm connecting to a database. As I return a DataTable, everything was going ok until I found the word "MusicCollectionDataSet.SongsDataTableRow" and for example the line MusicCollectionDataSet.SongsDataTableRow songRow = row.Row as MusicCollectionDataSet.SongsDataTableRow; but as I have changed the DataSource to a DataTable from the Database, I don't know what is the script to replace those lines.
I attached an image. Please Help. Thanks in advance.
Regards,
Walter