Hi,
Am using radgrid.I need to show more than 5 fields in the UI.so I want to warp the text of some fields like email,name etc
i have tried by using
HeaderStyle-Wrap="true" DataFormatString="<br>{0}</br>" HeaderStyle-Width ="40px" itemStyle-Width="80px" ItemStyle-Wrap="true"
and also used
<table style="table-layout:fixed; overflow:hidden">
But the contents are not wrapped. Anyone can help me to solve this isue
Thanks for your help
Dhana
Am using radgrid.I need to show more than 5 fields in the UI.so I want to warp the text of some fields like email,name etc
i have tried by using
HeaderStyle-Wrap="true" DataFormatString="<br>{0}</br>" HeaderStyle-Width ="40px" itemStyle-Width="80px" ItemStyle-Wrap="true"
and also used
<table style="table-layout:fixed; overflow:hidden">
But the contents are not wrapped. Anyone can help me to solve this isue
Thanks for your help
Dhana