Hi,After binding the data to the ultrawebgrid, the rows overlaps the ultrawebgrid's layout.
I tried applying solutions given in http://forums.infragistics.com/forums/p/36131/210259.aspx and http://forums.infragistics.com/forums/p/18012/65433.aspx
Still the issue is not solved.
Please help!VS 2005 (.Net 2.0)Infragistics NetAdvantage 2007 Vol.1
Thanks & Regards,Anuj
Hi Dude,
Can you try to add the following code in UltraWebGrid -> DisplayLayout
ColWidthDefault: -1px
RowWidthDefault: -1px
StationaryMargins: No
UseFixedHeaders: false
TableLayout: auto
Thanks & Regards
Prakash