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
65
How to read cell value from a field under XamDataGrid
posted

Hello,

I have a DataGrid which has some Fields, and I want to access the value of each cell in Field for conditioning some comboboxes. The question is: How can I do that ?

I've read some post about taking the value inside a cell and also how to activate each cell. But the read cells were inside the XamDataGrid directly and not in Fields in XamDataGrid.

Any ideas how to do it?

Thanks.