[Mono-devel-list] (GridView) ButtonField 's HeaderText attribute is set but not rendered.
Sébastien Macke
smacke at perinfo.biz
Fri Jun 17 10:27:05 EDT 2005
Hi,
When using a GridView with a ButtonField column as below:
<asp:gridview id="MyGridView" runat="server" AutoGenerateColumns="false">
<columns>
<asp:ButtonField
CommandName="Select"
HeaderText="Code"
DataTextField="CodeAction"
/>
</columns>
</asp:gridview>
MyGridView is well rendered except there is no text in the column's
header cell.
Am i doing something wrong ? Has anyone ever encountered this problem ?
Is it a know issue ?
Thanks
More information about the Mono-devel-list
mailing list