Grid View Column Width Problem
-
Hi, In my Grid view i am using One radio button field to select record and one Check box field to indicate Status. I have give header of Radio button as "Select", i want this column should occupy minimum space. I tried all the option, but my problem didnt solved <asp:TemplateField HeaderText="Select" HeaderStyle-Width="10px" ControlStyle-Width="10px" ItemStyle-Width="10px" > <ItemTemplate> <input name="MyRadioButton" type="radio" value='<%# Eval("RejectId") %>' /> </ItemTemplate> </asp:TemplateField> Any one can help me. Thanks
Binod K. (Miles to go before I sleep)
-
Hi, In my Grid view i am using One radio button field to select record and one Check box field to indicate Status. I have give header of Radio button as "Select", i want this column should occupy minimum space. I tried all the option, but my problem didnt solved <asp:TemplateField HeaderText="Select" HeaderStyle-Width="10px" ControlStyle-Width="10px" ItemStyle-Width="10px" > <ItemTemplate> <input name="MyRadioButton" type="radio" value='<%# Eval("RejectId") %>' /> </ItemTemplate> </asp:TemplateField> Any one can help me. Thanks
Binod K. (Miles to go before I sleep)