Hi Team,
We have used infragistics control in our windows application. In windows application, we have implemented following functionality.
Here, all rows of grid are in edit mode. While clicking on combo of cell, child grid is getting displayed.
We want to implement same functionality in ASP.NET MVC application using iggrid.
Can you please let us know whether it is possible or not?
If possible then please provide us working example.
And like as windows app there is one symbol of +/- to expand the entire grid, is the same functionality can we achieve in mvc application? Another one is, in windows app Infragistics grid we are able to give the separate header to each band with specific color can the same thing is possible in mvc using iggrid?
Hi Gloria,
Please let me know if you need any additional information regarding this.
Kind regards,
Petko Zhekov
Senior Software Engineer
Thank you for the screenshots! I prepared two samples to guide you how to achieve everything you need. Currently igCombo does not have the functionality you need but with a few extra lines of code it’s easily achievable. In the first sample I’m canceling dropDownOpening event of the combo in order to show a dropdown-like grid. Then I’m using grid’s API to interact between the two grids. In the second grid I use the same approach to use a grid as a combo editor. The second sample has a hierarchical grid. You can use it to customize the headers and captions as you wish by changing the css classes applied to them (more info here).
I hope this helps!
Thanks for your reply
I have attached all the details in the file. Please have a look on that.
Thank you for writing in our forums! I will look at the requirements that you described and try to prepare a working sample for you. If you provide a screenshot for every single one of them it will help me understand them better.
Thank you in advance!