I have a grid that has a hidden column (the Id)  
This works fine for the grid, however when I edit or add a new record (in a popup) the Id shows up. I can set ReadOnly="true" which works fine for inserting a new record, this however does not work for editing an existing record. When ReadOnly is set to true I am unable to get the Id of the record for an update.
What am I missing here?
Thanks
                                
<telerik:GridBoundColumn DataField="Id" Display="False" Visible="false"            FilterControlAltText="Filter column column" UniqueName="column" >       </telerik:GridBoundColumn>This works fine for the grid, however when I edit or add a new record (in a popup) the Id shows up. I can set ReadOnly="true" which works fine for inserting a new record, this however does not work for editing an existing record. When ReadOnly is set to true I am unable to get the Id of the record for an update.
What am I missing here?
Thanks