I am currently using a grid with a template column on the main level and a detail table with 1 template column and 2 databound columns.
In the main level of the grid, I did 'Eval("Item")'. I tried to do the same in the detail table but it won't appear. If I put the literal "Text" instead of Eval it appears. If I put both nothing shows. I doubled checked to make sure my data was valid and it is.
Is this an issue with the grid? my setup? do I need to use a different form of Eval in my template column?
I am stumped at the moment to what I should do. Any ideas or help is appreciated.
In the main level of the grid, I did 'Eval("Item")'. I tried to do the same in the detail table but it won't appear. If I put the literal "Text" instead of Eval it appears. If I put both nothing shows. I doubled checked to make sure my data was valid and it is.
Is this an issue with the grid? my setup? do I need to use a different form of Eval in my template column?
I am stumped at the moment to what I should do. Any ideas or help is appreciated.