Is there any way to have a BAQ set a line break in whatever language (SQL Server, HTML, etc.) that I need for each rows and then show the line break in my Kinetic App ?
In Classic, it was possible to allow the grid to be multiline and then it would automatically adjust the row height according to the content
In Kinetic, I found the Kendo UI for Angular but I can’t find any property to change via a property-set to make it work. I tried \n, , CHAR(10)+CHAR(13) in the result of my BAQ and no matter what I do, it’s always on a single line in my app
Nothing on that? I’m surprised since it seems like a basic functionnality to be able to see the data on multiple lines in a grid. Kinetic grids are already too hard to read compared to Classic so it’s something that I’m trying to make it work in Kinetic