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.

Parents
No Data
Reply
  • 6759
    Offline posted

    TTran117,

    I couldn't quite catch what exactly the Visibility of the Icon is dependent upon. Could you provide a more detailed example of the structure of your data and how the resolution of the icon's visibility should work and what it is dependent upon. A sample solution would be best.

    I don't believe that there is such an event that will be fired after the grid has been bound.

    Regards,

Children