TemplateColumn problem with custom object

T

tshad

I have a custom object that handles my radio buttons. It works fine if I
don't use it inside of a templatecolumn. But if I wrap it with the
templateColumn/itemtemplate, it doesn't work at all. I am using the
templateColumn so I can add the footer.

<asp:TemplateColumn>
<itemtemplate>
<mbrsc:RowSelectorColumn allowselectall="false"
SelectionMode="Single" HeaderText="Select" AutoPostBack="false"
OnSelectionChanged="ShowSelections" ItemStyle-Width="10%"/>
</itemtemplate>
</asp:TemplateColumn>

If I have the RowSelectorColumn by itself it works fine.

Do I need something else in my TemplateColumn to make it work?

Thanks,

Tom.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top