Hello,
i have a ultrawebtab with two tabs. On each tab there is a ultrawebgrid.
In each grid there is a column/cell with a cellbutton. If i change a value in the first grid and click on the button the changed value is available (e.Cell.Row.Cells(1).Value.ToString in ClickCellButton).
Setting up the second grid with the same behaviour and outfit gives me the old cell value after editing a cell and pressing the button. It seems that the cell value isn't updated at all.
It drives me crazy as the first grid works fine but the second ignores the edit value.
Both grids depend on an own different simple table.
Perhaps someone can help ;-(
Torsten