i have created a compositecontrol and inside generate a radgrid.
i have a problem when i set autogeneratecolumns to false, because i can see any of the custom columns i have added. is there any way to refresh the schema in design time when i change a property?
I use data source control for this purpose and assign it to the grid from the smart tag. You have 'Refresh Schema' option for the data source and the VS design studio ask you if you want to set the new schema for the grid when pointing it to the data source control.