Hello everybody,
can anyone give an example of the realization of a master/details grid. I searched the forum but I didn't found a solution. Either the examples are not presend any more or not fitting to my request.
The detail should be shown inside the main the main grid. If a user klicks on a column the details should be shown as a table under the pressed column.
Regards
Kai
Hello Kai,
Thank you for posting in our community.
At this point we do not provide master/detail functionality out of the box. However, you can achieve your requirement on application level. I believe you will find this sample in our official documentation very helpful. There is demonstrated how to use the igSplitter control to manage master/detail grid with horizontal layout.
Please test the sample on your side and let me know whether you find it helpful.
Regards,Viktor KombovEntry Level Software DeveloperInfragistics, Inc.
Hello Victor,
thanks for the sample. But I'm struggle with the implementation in MVC. Inside the sample there is a basic intoduction on how to implement it in MVC. But how do I insert my grids into the panels?
I do the complete initialization of the grids inside the C# code in the controller.
For a better understanding I've mad a picture of the code.
Kind regards