Hi!

I have a cWebGrid with four columns, three of them is databound the fourth column is not. In that column the user could enter a value of no of items to purchase.

How ever if i fill a value in the first row, fourth column, lets say the number 3, when i click on the next row, this value from the previous line is now the default value?

As a start i use onsetcalculatedvalue to set the default to 1

Getting the value is how ever correct if i enter a new value in the cell.

When operating with grids should i use rowId and another property instead of webget value of the object?