Hi guys.
I have a datatable to display some info in the grid.
Let say if the text in cell is too long and make it looks like this.
Column 1 Column2
Class 1 (20 Class 2 (21
0 Student) 5 student)
And I would like to make it looks like this.
Class 1 Class 2
(200 Student) (215 student)
Is there any possible to add \n in the grid?
Hello Engloon,
Are you able to modify my sample to reproduce your scenario and please revert it back to me. I`ll be glad to research it.
Thanks and Regards
Hi AM.
I am sorry for late reply.
I read through your sample but I don't quite get it.
Please allow me to elaborate further details. I got those data from a datatable and regenerate. Meaning I got the class and number of students from 2 different columns and then join them in a column.
Have you been able to resolve your issue ? Did you have a time to take a look at the attached sample. Let me know if you have any questions.
Regards
Maybe one possible way to achieve desired bahavior could be if you are using EditorComponent for that columns. You could used for example UltraControlContainerEditor with UltraFormattedTextEditor. Please take a look at the attached sample and let me know if you have any questions