Datagridview Cell Not Displaying all Characters

  • Thread starter Thread starter Benoit6
  • Start date Start date
B

Benoit6

Guest
Hello

I'm working on a project within visual studio 2015 and coding in vb.net. I have a datagridview that displays data from an MS Access database. There is a field name "Condition" in the database that is in long text.

There is another form where the user inputs the data and then it entered into the database. The issue I'm having is when the user opens the application that I have created in visual studio, the cell in the datagridview that shows the Condition field is truncating the data. Interestingly when I actually view the access database, I see everything that the user entered. I would like to know if there is a maximum number of characters that a cell in the datagridview can display? If not , then what code or property can I use to increase the amount of characters the cell will display? One of the cells that is being truncated has a character count of 254. Any help will be appreciated.

Thank You

Continue reading...
 
Back
Top