I have a gridview that displays client details and a button to allow the clients details to be edited. A modal pop up is used to edit the client details with the text boxes prefilled. What I was wanting to know is if there is a way to only display some of the columns in the gridview but for all the information from all the columns to appear when in edit more. When I hide some of the columns it does not prefill the text box in edit mode.
Thanks in advance