.net gridview using template column gives cache directive problems
when i implement a usercontrol with a gridview on it...
its a gridview to handle sorting / inline editing / paging (thought it would go easier than xslt table filling)
as long as i use default columns i have no problem
but as soon as i implement a <asp:templateField> with for example a litteral with Text='<%# Eval("Subject") %>' i get the umbraco error about not beeing able to load the usercontrol, its not able to find the file or the file has its own cache directive which is not allowed by umbraco since umbraco handles all the caching.
any ideas on how to get custom fields in there because inline editing needs to be present and if rewriting it in xslt / javascript is the only option then i'd better get started since i wasted alot of time on this grid already.
i'd welcome any input even if its just a hint in the right direction.
.net gridview using template column gives cache directive problems
when i implement a usercontrol with a gridview on it...
its a gridview to handle sorting / inline editing / paging (thought it would go easier than xslt table filling)
as long as i use default columns i have no problem
but as soon as i implement a <asp:templateField> with for example a litteral with Text='<%# Eval("Subject") %>'
i get the umbraco error about not beeing able to load the usercontrol, its not able to find the file or the file has its own cache directive which is
not allowed by umbraco since umbraco handles all the caching.
any ideas on how to get custom fields in there because inline editing needs to be present
and if rewriting it in xslt / javascript is the only option then i'd better get started since i wasted alot of time on this grid already.
i'd welcome any input even if its just a hint in the right direction.
Sander
I am in the process of using User Controls under Umbraco. Have you found a solution for your problem ?
Tarek.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.