0
Answer

datagrid with memo or large character strings

Ask a question
william 0

william 0

20y
1.6k
1
CSharpies, I would appreciate a suggestion on how to handle large amounts of text in a grid. I have a datagrid with a comment field in it. I have the grid beautifully setup with 4 records a page, BUT...the grid grows and ruins the aethetics of the data presented if there is too much text. Is there a way to put scroll bars on a grid cell so that you can scroll through the text? My alternative appears to be to limit the amount of text in each cell and contrive a click event to look up the record and launch a seperate window to display all comment lines to the user? As always, any suggests are appreciated. William