Would it be possible to add in a future release the ability to ZOOM in on a Data Grid much the same way you can ZOOM in on an Editor window (e.g. using CTRL+MOUSE SCROLL WHEEL).
Sometimes when screen sharing, it would be nice to temporarily enlarge the text in a data grid to help make things more readable to the viewer.
That's something I've tried to implement before, but unfortunately the grid component that we use doesn't support any kind of magnification/zoom factor.
We'd have to fake it by changing the font...which gets complicated fast because
a) the grid can have different fonts defined for each part of the grid (header, cell text, alternating cell text, preview row, etc, etc, etc) and
b) all grids work off of the same set of centralized settings.
It just didn't work well enough to feel good about implementing. If that ever changes, we'll add this feature.
Thanks for your response, John. Glad to see it's on your mind as well. Hopefully in the future there becomes a way to impliement that feature in a less complex way.