I have radgridview with 3 level hierarchy, the third hierarchy binding from query using pivot table, data are appear in grid well but cannot edit column generate from query with pivot table, so how to make it editable?
Thanks in advanced
1 Answer, 1 is accepted
0
Hristo
Telerik team
answered on 04 Jan 2019, 09:32 AM
Hello Andi,
A possible cause of the issue might be that you are binding the grid to anonymous types. I am not sure what is your query and what data it returns for the third level but if you are using LINQ and returning objects with select new the grid will bind to these objects but you will not be able to edit them. This behavior can also be observed with the standard .NET grid control. The following articles provide more information on that matter:
In case you keep experiencing the issue, please open up a support ticket and send us your project.
Regards,
Hristo
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.