or
I have a grid with 19 columns of varying widths, but most of which are formatted to 42px. When I enter InPlace edit mode, the columns width grows to over 150px which is far wider than the screen.
I have AutoGenerateColumns set to False and in my GridNumericColumnEditor the NumericTextBox-Width is set to 38px.
Can anyone give me some guidance on how to format my page when in edit mode?
Thanks in advance!
<asp:CheckBox ID="cbDepositReceived" runat="server" Checked='<%#Eval("DepositReceived") %>' /><telerik:GridCheckBoxColumn DataField="DepositReceived" DataType="System.Boolean" HeaderText="DepositReceived" SortExpression="DepositReceived" UniqueName="DepositReceived" Visible="False" DefaultInsertValue="False" ConvertEmptyStringToNull="False"> </telerik:GridCheckBoxColumn>