C# data grid related question
-
how to make certain columns editable and certain ones not editable in the dataGrid control,... for example if the input dataset for the grid was filled using query "select a1,a2 from table1 " i wanna show both columns a1,a2 in grid but only wanna let a2 to be changed from datagrid... Thank you
Ahmed
-
how to make certain columns editable and certain ones not editable in the dataGrid control,... for example if the input dataset for the grid was filled using query "select a1,a2 from table1 " i wanna show both columns a1,a2 in grid but only wanna let a2 to be changed from datagrid... Thank you
Ahmed
-
My question remains still there.. how ?
Ahmed
-
My question remains still there.. how ?
Ahmed
-
Thanks for the reply, i just forgot to tell that i am woking on Winforms not ASP.Net.. how would be do it in Winforms.. ??? Thanks...
Ahmed