I have a real simple scenario, but I am a little unclear on how to approach. I need to have my grid insert and edit records. Note, I will not being using and datasource controls, so I will be handlings on the server. Basically, I have two string columns. When creating a new record, both are editable. When editing an existing record, only the second string is editable. So, I am wondering how to have the grid controls render two textbox's on insert, but only one on edit?
Thanks
Thanks