I’m porting a realBASIC 2009 desktop database application to Xojo 2025r3.1
I have a problem, as some records have latin text the users want those words with italic format, on RB2009 I used Einhugur Stylegrid and worked fine, but I have not found a replacement for Xojo.
I use bold and italic primarly and have tested piDog DataView but they don’t manage those. If there is no alternative i would have to talk with the users.
Maybe you can try DesktopGrid for that? Find the available examples under the Examples entry in the “Choose a Project” window. Also, additional info in the Xojo Blog and YouTube channel.
DataView can manage Bold and Italic for single cells or whole columns, as well as fonts, sizes and text colors. It has also lots of extended options to customise almost any data grid detail.
I use it intensively and it has helped me a lot to build really very complex data UI.