First, thank you for help.
acording to 3) -> I tried to do everything as you said. I clicked into TableStyles and set one column with ReadOnly true and the other with false. (I can`t figure out what the mapping name is for exactly). Then I defined:
and in OnLoad method:Code:DataTable dt = new DataTable("Coordinates");
still both columns are editable...Code:dt.Columns.Add("X"); dt.Columns.Add("Y"); this.dataGrid1.DataSource = dt;




Reply With Quote