Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1050
peculier problem
posted

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?