I have a form with a lookUp control and a Verticalgrid.
When a user select a value from lookup it selects some values from a table based on that value and populates the vgrid (it's only one record for that value).
How can I insert a new value if it not exist in table.
I've tried AddNewRecord() but how can I save it ?
On normal grid I use RowUpdated event and set parameters values. Here I can't find such an event.
One of my parameters takes it's value from lookupedit.
Same question for updating records.
Thank's