I am assiging the query results to dataset and then setting it to the datagrid as source;
I need to do some calculations and use the Ivalueconverter and put the result in an unbound field.
I am calling a procedure in initalizeRecord and then update the values into the unbound field.
but, here, ivalueconverter is called before the initalize record, so, the calculated values are not shown.
is there any posibility to refresh the record inside the initializerecord, so that, it can go and convert and update the values?
any ideas?