Good day,
I have 2 columns in a data entry grid, in which the second one has to fill its data based on the selection on the first column. Can someone please guide me on a solution to achieve this (cell value changed events or data binding or any other solution).
Thanks,
Emanuel
HI Emanuel,
Can you be a little more specific about exactly what you need? Your question is a bit vague.
I have the following situation: when creating an invoice, and a product is choosen, the VAT assigned to it should be displayed in another column.
This translates in the following situation using the UltraGrid control: I have 2 columns, one editable with it's values read form a ValueList, one readonly. When editing a row, a product is choosen in product column, the VAT column should be automatically updated with the coresponding value. The product business object contains a property VAT from which the value should be read.
Hope it is a bit more clear now,