protected virtual GridView1_DataBound (_sender : object, _e : System.EventArgs) : void { GridView1.Columns[1].READONLY=TRUE; }
Something like that :-S
GridView got dynamic columns ... but maybe I can do ReadOnly columns static ... maybe ...
Thank you