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,
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
Regards
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.