I have a gridview which displays the data of a table. Now in a record, there is a column which contains xml and it contains a large data.
<tolist></tolist><cclist><cc><contactpersonname>niraj</contactpersonname><name>niraj</name><email>stgh@gmail.com</email><number>+91.3212365212</number><prefix>Ms.</prefix><contactpersonprefix>Ms.</contactpersonprefix></cc><cc>
Now I want to create a vertical scroll bar only to this column where the data is too large.
How can I do this?