Is there any way to load a User Control inside RadGridView Child row? I also need to pass a value to user control on expanding the row.
Here is an image (It is made by ASP not winforms)
as you can see there is something similar to user control in the child row in which users can edit values in a better view.
How to achieve such a thing with RadGridView?