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
615
the sort icon Bug????
posted

if code is this:

Me.GroupByAreaLocation = Infragistics.Windows.DataPresenter.GroupByAreaLocation.None

Me.FieldLayouts(0).Fields("NO").Settings.LabelClickAction = LabelClickAction.Nothing

whatever I click the header "NO" the sort icon will not appear

if code is this:

Me.GroupByAreaLocation = Infragistics.Windows.DataPresenter.GroupByAreaLocation.AboveDataArea

Me.FieldLayouts(0).Fields("NO").Settings.LabelClickAction = LabelClickAction.Nothing

When I open the groupArea and drag header "NO" to GroupArea the sort icon will  appear in header "NO"

 

It's a bug?