Setting Cursor focus in a column in datagrid
I can only set the cursor focus on the first column in the datagrid by using this code.[datagrid].focus().Does it has the function for me to set the cursor focus for a particular column in a datagrid?For example: the cursor on the fifth column..
|