hi all,
i have made an application with
1 gridview control
1 xceed grid control
both are bound to the same datasource
i have configured the table adapter for this source to generate update statements
funny thing is when i make changes in the gridview control and press “update” (a button control) which calls the table adapters update method :
the updates are made correctly in the database
but when i make changes in the xceed grid control and press the same update button :
the updates are made sometimes and not made other times which is wierd behaviour.
strangely enough i displayed the value of the particular cell that i edited on a label
and found out that the changes are made instantly in my dataset!
but when i press the update button they most times do not want to “travel” to the database
and i dont even get a db exception.
So how come ???
Imported from legacy forums. Posted by Bilal_22 (had 1952 views)