OK i know this topic comes up quite frequently BUT its always in c# and VB which are 2 languages i have never used or even looked at - im a c++ coder and i cant find any help on this topic with c++
I have a DataGrid with several columns of data, i dont want the cursor to go to text editing when a cell is clicked on, all i want is to selecct the entire row.
I've tried converting some of the c# code ive seen but its not easy when u have never used c#!
also ive defined the dataset/table/columns/styles/mappings/etc all in the GUI designer which means i cannot edit the code. ive tried setting this up manually but i havent got it to work. i copied/pasted all the data code from the GUI function InitializeComponent(), into its own separate function, and called this function directly after InitializeComponent(), but the datagrid showed empty when i built and ran the project... this does mean that overriding stuff could be difficult!
but anyway - i really need to get this datagrid fixed up how i need it, and there's precious little help out there for c++ coders. anyone

DataGrid single row selection and no text edit in C++ .net 2003