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
280
Applying Formula formula in XamDatagrid
posted

Specific data is bound and displayed on the XamDataGrid. I want to update this data using a specific formula.

For example, if I calculate *2 for all grids, I want to update the values of all grids with *2.

I found that wpf supports these functions using calculatorAdapter, XamCalculationManager etc.

Does Xamarin support something like this?
I am developing android in vs2019.