Filling a Datagrid with dynamic Columns

后端 未结 4 1185
清歌不尽
清歌不尽 2020-12-12 20:40

I have an Datagrid which needs to get filled dynamicly.

The tablelayout is like:

id | image | name | Description | Name-1 | Name-N

4条回答
  •  情深已故
    2020-12-12 20:48

    If you are not required to show that into a single big DataGrid(table) then you could have a DataGrid with id,image,name,Description and when one of the records is selected on that DataGrid then you show/refresh a ListBox with the name of images that are related to that selected record

提交回复
热议问题