Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
810
Horizontal scrollbars for a gridcell
posted

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.

 

 

 

 

 

 

<ig:BoundDataField DataFieldName="ab" Width="100px" Key="ab" CssClass="a">

 

 

<Header Text="a" CssClass="abr" />

 

 

</ig:BoundDataField>