DataGrid cursor

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I set the DataGrid's readonly = true and its binding dataview's .AllowEdit =
False. I can't edit the DataGrid. But I still can click a cell and put the
cursor in it and get the cell focused. I don't want the cursor show up nor
the cell get focused. It's like MS Outlook's email address lookup screen.
When you click a row, the whole row get focused and there is no cursor.
Is that possible? Please help.
Thanks in advantage.

Li
 
I tried it too... but found no way to do it...

So I used a ListView with "View" Property set to "Details" and added the column I needed....

hope this help,,

Steph.



I set the DataGrid's readonly = true and its binding dataview's ..AllowEdit =
False. I can't edit the DataGrid. But I still can click a cell and put the
cursor in it and get the cell focused. I don't want the cursor show up nor
the cell get focused. It's like MS Outlook's email address lookup screen.
When you click a row, the whole row get focused and there is no cursor.
Is that possible? Please help.
Thanks in advantage.

Li
 
Back
Top