I have a checkbox control in a grid.
Please, how to center it into column?
I tried with Style, but without success:
<ww:wwWebDataGridID="Grid1"runat="server" DataSource="Query"Width="1280px" CssClass="blackborder"><Columns><ww:wwWebDataGridColumnID="Column1"runat="server" Expression="Process.DrawCheckBox('Query.ID',.T.)" HeaderText="Check"Style="align='center'"></ww:wwWebDataGridColumn> ...
Thank you very much