Problem in datagrid

K

Krishna

Hi, all


I have developed one form which will allow user to enter data through
datagrid, that datagrid is bound with comboboxes, textboxes. in thise
two textboxes are readonly property is true.

Actually the problem is when i update or insert any record it is not
updating the data from those readonly columns (remaining columns are
inserting/updating), I set the value property for the para,eter. amd at
runtime I could see the values & column source for those columns also.

Can some one tell me how to solve this.


Regards
Ramakrishna
 
C

Cor Ligthert [MVP]

I have developed one form which will allow user to enter data through
datagrid, that datagrid is bound with comboboxes, textboxes. in thise
two textboxes are readonly property is true.

Actually the problem is when i update or insert any record it is not
updating the data from those readonly columns (remaining columns are
inserting/updating), I set the value property for the para,eter. amd at
runtime I could see the values & column source for those columns also.

Can some one tell me how to solve this.
Krishna,

What answer do you expect from us. Yes we think we can solve this.

Why don't you create a simple test project with only one datagrid and one
combobox.

If you than find no solution, than you can show us what you have created and
maybe we see than what is wrong. Mostly with this approach you find it
yourself.

I hope this helps,

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

Top