Hi,
I have a Grid control whose columns get data dynamically by using Get command on
my UserDef table and into a DataTable. The Grid control's columns are also
defined in the VB code instead of the html/aspx.
One of the columns gets data from a multi-line text field and when displayed in the Grid, it goes
out of the grid column margins and does not fit on the page etc.
My Question:
Is it possible to apply any Word Wrap through my VB code and if yes, how? Would
I have to loop through every row and apply it to the data OR could I do it for
the column and it gets applied to the data once retrieved into the grid?
Appreciate any words of wisdom!
I have a Grid control whose columns get data dynamically by using Get command on
my UserDef table and into a DataTable. The Grid control's columns are also
defined in the VB code instead of the html/aspx.
One of the columns gets data from a multi-line text field and when displayed in the Grid, it goes
out of the grid column margins and does not fit on the page etc.
My Question:
Is it possible to apply any Word Wrap through my VB code and if yes, how? Would
I have to loop through every row and apply it to the data OR could I do it for
the column and it gets applied to the data once retrieved into the grid?
Appreciate any words of wisdom!