I have got couple of questions -
1. I am using JQuery igGrid control. I have couple of image controls and button in the grid. I want to show up a popup window which would have a set of controls and a grid. How would we invoke a popup window by clicking on these controls.
2. I have a filter criteria for showing up the parent grid. They are set of combo box. How to pass values from the combo box to the grid.
Devington B.
Hello Rayan,
Thank you for posting in Infragistics community !
Your questions sound quite general but I hope my suggestions come close to your scenario:
1) You can benefit from the igDialog control. You can handle any DOM element click event to open the dialog control (like the button of your grid). You can see such implementation at http://www.igniteui.com/dialog-window/loading-external-page, where clicking the button opens the igDialog. Of course you can place whatever other control you wish inside the dialog. Please let me know if you have questions on that matter.
2) I am note sure I got this correctly. Please clarify when you want to pass a value from the combo to the grid( at what event) and do you want to save that value into some of the grids' cells ? Is the combo box an editor control for the grid or is it just stand alone ? Also what does the filter criteria has to do with passing these values.
Looking forward to hearing from you.
I have a asp.net web application.
1. We have a GUI where the combo box and few other controls are listed in the top. They are like filters to the grid. What I needed is a piece of grid which will help me interact with the grid. We are migrating from infragistics asp grid to jquery grid and it is totally revamping the code here. We do not have server side coding, hence it is a challenge for us to write in Jquery.
2. In the gird we have some controls like image, button. When they are clicked it should open a new window which will list a page with some controls.
I am aware of the dialog control, editing option in the grid. What I needed is something I have mentioned in the 2 points. I am well experienced in server side coding. It is a new challenge here.