Looking for an Einhugur StyleGird replacement for Xojo

Good night to everyone

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.

Thanks in advance.

Hi!

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.

I hope that helps!

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.

xojo “basic” listboxes can also display bold or italic in the cells

1 Like

DataView is from piDog Software