DataGridView, how to programmable select text within a cell?

L

LordHog

Hello all,

I am using a DataGridView control which is tied to a DataSet which in
turn has a DataTable. The DataGridView has three columns which the
first two are readonly, but the third rows display values in hex format
(0x55, 0xAA). When the user clicks on a cell to edit the contents I
want last two characters to be selected and not the first two. Is there
a way I can do this? Thanks.

Mark
 

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