Quote:
quote:Originally posted by planoie
What does the <columns> portion of your datagrid markup look like?
|
something like this:
<Columns>
<asp:TemplateColumn HeaderText="Ãçáîð">
<ItemTemplate>
<asp:CheckBox id="cbIzbor" runat="server"></asp:CheckBox>
</ItemTemplate>
</asp:TemplateColumn>
<asp:BoundColumn HeaderText="Ãîä"></asp:BoundColumn>
</Columns>
there is more columns but these are that i tried to fill first.