Hi,
I have a grid in which the rows can be edited. When I click on the Edit link a row goes into edit mode. But there are certain fields that I don't want edited. Instead of it putting the value into a textbox for edit, I just want a label control there with the value in to. How do I do this?
Here is my pice of code:
<radG:GridBoundColumn
UniqueName="CurrentAccountNumber"
DataField="CurrentAccountNumber"
HeaderText="Current Account Number" />
Thanks
Brendan
I have a grid in which the rows can be edited. When I click on the Edit link a row goes into edit mode. But there are certain fields that I don't want edited. Instead of it putting the value into a textbox for edit, I just want a label control there with the value in to. How do I do this?
Here is my pice of code:
<radG:GridBoundColumn
UniqueName="CurrentAccountNumber"
DataField="CurrentAccountNumber"
HeaderText="Current Account Number" />
Thanks
Brendan