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
2805
hide or show unboundField based on data not in datasource but is related to the row data
posted

We need to display an icon. The visibility depends on the data in another collection which is not the xamdatagrid datasource. But using some cell value of each data row, we could find the data in that collection then decide if the icon should show or hide.

Can we use an event right after xamdatagrid finishing data binding and set the cell's visibility? What's the event?

Thanks for help.