Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
415
my rowstate is always unchanged
posted

Hi

I have an simple 2 level ultragrid. the updatemode is set to RowChangedOrLostFocus and the ultragrid's
datqasource is set to a bindingsource which points to a datable in a strongly typed dataset.

the table has registred it's columnchanged event, the same is true for the grids BeforeExitEditMode

basically everything works, values get updated etc. and correctly transmitted to the database (later).
but the the rowstate of my datarow is always unchanged even when I change a value the rowstate
is unchanged in the table's ColumnChanged event and I don't know why, the rowstate should be "modified",
shouldn't it?

is this normal behaviour, could something in the ultragrid causing this?

thanks

Parents Reply Children
No Data