Hi,
I have a webdatagrid whose width set to 100% and I have a bounddatafield whose width i set
to 100px. I need to display a horizontal scrollbar just for that bound column if the text exceeds the
width 100px. is it possible to display scrollbars only for this column to see the entire text.
Hello ssvan,
I recommend you to use column resizing rather than displaying scrollbars for every cell. If the end user wants to see the whole text they can resize the column.
To know more about column resizing, please refer to the following link
http://help.infragistics.com/NetAdvantage/ASPNET/Current/CLR4.0/?page=WebDataGrid_Column_Resizing.html
Please let me know if I can provide any further assistance regarding this matter.