Hi !
I have a cell in my ultrawingrid wich has at it's ValueList property a ultraCombo. I need to subscribe to the event that occurs when the combo value is changed, so obviously i choosed the ValueChanged event...but it seems to occur too often (e.g. if i click on the cell ! ).
Any ideeas about why this is happening?
Use the grid CellChange event.
thanks Amir!
another quick question : how could i clone a ultragrid row ?