link template picking up image
If I take your example images.htm and simply add
grid.setCellTemplate(new AW.Templates.Link, 2);
after
grid.setCellTemplate(new AW.Templates.ImageText, 1);
the image also shows up in column 2. This was happening in my code so I went back to the example to test. I saw another post on this but the answer seemed more complex than I would think is needed. Is this a bug or am I not understanding something?
Thanks.
grid.setCellTemplate(new AW.Templates.Link, 2);
after
grid.setCellTemplate(new AW.Templates.ImageText, 1);
the image also shows up in column 2. This was happening in my code so I went back to the example to test. I saw another post on this but the answer seemed more complex than I would think is needed. Is this a bug or am I not understanding something?
Thanks.
JimV
September 28,