Datagrid cell edition ????

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

Guest

Dear all,

I have a datagrid which is dynamically bind to a dataset.
What is the way of entering in edition mode when a user click on a
perticulra cells.

Actually if I click on a cell, it is highlighted but I canottype in ???

Thnaks for your help
Regards
Serge
 
Serge,

It should be in the entering mode when a user clicks on it, except of course
when you have told not to be that. By instance with a datatable as
datasource, which has this in a way.

dt.defaultview.allowedit = false

I hope this is it.

Cor
 

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

Similar Threads


Back
Top