Hi,
If a row in a grid goes into edit mode, how do I set the length of the textbox? Currently it just put in a textbox with a default length.
Here is my code:
<radG:GridBoundColumn
UniqueName="CurrentAccountNumber"
DataField="CurrentAccountNumber"
HeaderText="Current Account Number" />
Thanks
Brendan
If a row in a grid goes into edit mode, how do I set the length of the textbox? Currently it just put in a textbox with a default length.
Here is my code:
<radG:GridBoundColumn
UniqueName="CurrentAccountNumber"
DataField="CurrentAccountNumber"
HeaderText="Current Account Number" />
Thanks
Brendan