I have a datagrid.
When I click on a cell, it select the text. (By default, Kind of blue marine rectangle that frame the text.)
If the length of the text is higher than what's is display at the screen, only a part of the cell become "BLUE" and the rest is not display.
Exemple:
Cell1 123
Cell2 123 123 123 123 123
If I click into the cell:
Cell1 123 (123 is selected)
Cell2 123 (123 is selected and the rest not appearing)
I would like to know it it's possible to prevent this case.
I would like that all the text in the cell is "Rectangle Blue", with no truncation. Is it possible?
When I click on a cell, it select the text. (By default, Kind of blue marine rectangle that frame the text.)
If the length of the text is higher than what's is display at the screen, only a part of the cell become "BLUE" and the rest is not display.
Exemple:
Cell1 123
Cell2 123 123 123 123 123
If I click into the cell:
Cell1 123 (123 is selected)
Cell2 123 (123 is selected and the rest not appearing)
I would like to know it it's possible to prevent this case.
I would like that all the text in the cell is "Rectangle Blue", with no truncation. Is it possible?