I would like to display the result of a dynamic SQL query, which therefore cannot be typed, in a grid. I tried it with AutoGenerateColumns=“true”, but it didn't work. I load my data into an IEnumerable<dynamic>. Is there a solution for this ?
1 Answer, 1 is accepted
0
Dimo
Telerik team
answered on 15 Oct 2024, 06:28 AM
Hi Hendrik,
Binding the Grid to dynamic data is possible, but with some restrictions and caveats. For example, AutoGenerateColumns cannot be used. Please refer to: