S
Sean
I am using a datagrid to display some data. I notice when
I click in a cell where the data is longer than the cell
width, it truncates the end of the data off.
For example:
The data is:
This is sample data
Column only has room for:
This is sample da
When I click in the cell, it changes to:
This is sample
When I leave the cell, it changes back to:
This is sample da
Is this a property of the DataGridTableStyle? Can I fix it
so that when I click in the cell, all the data is there if
I right arrow over? Thanks.
Sean
I click in a cell where the data is longer than the cell
width, it truncates the end of the data off.
For example:
The data is:
This is sample data
Column only has room for:
This is sample da
When I click in the cell, it changes to:
This is sample
When I leave the cell, it changes back to:
This is sample da
Is this a property of the DataGridTableStyle? Can I fix it
so that when I click in the cell, all the data is there if
I right arrow over? Thanks.
Sean