I am using a button column to select to edit a detail record. I have set the HorizontalAlign="Center" as shown below. The FIRST row comes out centered, but all subsuquent rows are left justified.
Any ideas why this is not working?
Any ideas why this is not working?
<Columns>
<telerik:GridButtonColumn
CommandName="Select" ButtonType="ImageButton"
ImageUrl="~/Images/EditInfo.BMP"
UniqueName="Select" HeaderText="Edit">
<ItemStyle Width="15px" HorizontalAlign="Center" />
</telerik:GridButtonColumn>