Hi at all,
i'm new to use your Libraries. I develop with Infragistics NetAdvantage 2006 CLR 2.0.
I don't know what i have set in the displayLayout of my wingrid test. The problem is : I load the datasource of my Winngrid with a Datatable at runtime. My datatable contains 5 colums like column1,column2, etc....
When I display the wingrid in my winform, happen that the Layout of my Wingrid is duplicated. In fact the layout is:
Column1,column2,Column3,,Column4,Column5,Splitter,,Column1,Column2,,Column3,Column4,Column5
I would see only Column1,column2,Column3,,Column4,Column5
What is the problem/ options that, i suppose, i have accindentally enabled?
Thk ;)
Ok, i have reach in the InitializeComponent(), within the constructor of my winForm, that the I create 2 region. I don't know how i have created this 2 region ( using Blue Office as look and outlook group by as Behavior ).
I have deleted the second region and all work fine!
Thanks a lot for the help
Best regards
It sounds like you have multiple ColScrollRegions. The question is... where is the region getting created. This could be because you are calling the Split method in code, or that you are loading a layout with multiple regions, or that you split the grid at design-time by dragging the splitter bar (which is part of the scroll bar).