My working environment is VS 2008, .Net 3.5, and RadControls for ASP .NET Q3 2007.
I have a grid displaying on my page. each record has 30 columns. I want the user to be able to edit these values in the edit popup box but I obviously don't want to try to display the grid w/ all 30 columns. Right now I am setting the visibility of the columns in the PreRender which hides the unwanted columns when the grid is not in edit mode and shows all the columns in the edit popup. Unfortunately, this also shows all the columns in the grid behind the edit window. Is there someway to specifiy that I only want to change the visibility of the edit windows columns instead of the MasterTableView?