Hi,
I'm not able to edit cell in the Ultragrid. I've set all the properties required for editing to true. I'm able to change the value in the cell, but as soon as I select a new cell, my update is not applied.
My grid is linked to bindingsource which is filled by a dataset.
Any idea ?
Thank you!
Hello Vincent,
Thank you for contacting Infragistics!
What do you mean your update is not being applied? Is the change being undone in the UI/Grid Cell?Is the change not being applied to your local datasource?Or do you mean the change is not being made in your data base?How are you setting up the grid?Can you please attach a sample?
I tried to reproduce de problem in C#. I created a datatable that I linked to the grid. This is working correclty.
I guess that the problem come from the datasource.
I'll investigate on this.
There was a property on my datasource to allow the update automatically. Setting this property to true solved my problem.
Thanks !