Problem in datagrid

  • Thread starter Thread starter Krishna
  • Start date Start date
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
 
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
 
Back
Top