How to display images in the DataGrid?

0
Is there any way to display images in the DataGrid widget? For example, if I would use DataGrid to display a list of products, and the Products entity includes images (generalization). I know it is possible to display images in the ListView, but I need to use DataGrid (because of filtering).
asked
1 answers
2

Maxim

As far as I know, you can’t display images in a data grid.  However, there are a number of good search and filtering add ons in the app store.  List View controls would be where I would start.  If that doesn’t offer you enough flexibility, Grid Search is my go to for completely customizable (and powerful) filtering and search tools.

Hope that helps,

Mike

answered