Hi,
I need to create a datagrid user control which will have the same columns whenver its used and its binded to a datasource which is an object. Now the customization to be done is that it should allow only 3 out of 7 columns to be editable( the columns need to be editable are known at design time) and in some pages none of the columns should be editable.
How should i go about it. I have no or limited knowledge of user controls and would appreciate any articles or code snippets.
Thanks.
I need to create a datagrid user control which will have the same columns whenver its used and its binded to a datasource which is an object. Now the customization to be done is that it should allow only 3 out of 7 columns to be editable( the columns need to be editable are known at design time) and in some pages none of the columns should be editable.
How should i go about it. I have no or limited knowledge of user controls and would appreciate any articles or code snippets.
Thanks.