hi
I created a sample project which contain a page with IGHierarchicalGrid and IgGrid. Both with an Image column (column with template to render image in cell).
The igGrid works fine but the IGHierarchicalGrid is not rendering the image.
I've attached a sample project and the image showing the wrong behavior.
Download Project : https://dl.dropboxusercontent.com/u/98843090/ImageColumnErrorHGrid.zip
Hello Dharamjit,
It seems that you have referenced both 11.2 and 12.1 scripts at the same time and they are messing with each other.
I'm attaching a corrected _Layout.cshtml file for your reference.
Hope this helps,Martin PavlovInfragistics, Inc.
Hi Martin
Adding the reference to infragistics.ui.grid.hierarchical.js solved my problem. But i would like to ask you fews other questions.