I have a grid displaying comments, like 200 words and if there are a lot of words the row height is huge? so tryign to view a lot of records is difficult.
how can the row height be set.
I tried these but nothing works >
this grid is databound using a SQLDataSource.
If I only return the first 50 characters and they need to edit the info, I have to write code to go get the whole string. too much work.
DougP
how can the row height be set.
I tried these but nothing works >
this grid is databound using a SQLDataSource.
If I only return the first 50 characters and they need to edit the info, I have to write code to go get the whole string. too much work.
DougP