Hello,
I have two questions about igGrid:
Thank You!
Randy
Hello Randy,
There is no currently built-in functionality allowing for placing images in the column headers. A possible solution would be to iterate through all header elements and append the corresponding image. You can select all headers with jQuery like this: $('.ui-iggrid-header.ui-widget-header')
You can make the grid headers fixed by setting the "fixedHeaders" option of the grid to true (it is the default value): http://help.infragistics.com/jQuery/2013.1/ui.iggrid#options
Please let me know if you have any other questions.
Thank You, Nikolay.
There is just one other question, how does one set the grid to scroll its content? I have tried various ways but the row headers always scroll out of view.
Thanks, Randy
In order to set the grid to scroll its content you should define height option. The fixedHeaders option is true by default so it's not mandatory.
Example:
$().igGrid({
height: "400px"
});
Best regards,Martin PavlovInfragistics, Inc.
I'm just checking if you have managed to solve your issue.
Hi Randy,
If you face any other issues, please let me know.
Thank you for your help. I will give that version a try.
If you are using IgniteUI v13.1, you could work with jQuery 2.0.0.
Thank you, Nikolay.
Is there a version of jQuery you would recommend? If not I will just experiment to see what works.
Thanks again for looking into this.
It seems that the issue is caused by this particular version of jQuery. I would suggest you to use a different version if it is convinient for you.