DataGrid cursor

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
 
S

Steph.

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top