Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
275
igGrid customization
posted

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.

Parents
  • 16310
    Offline posted

    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.

Reply Children