Hello!
We are using xamGrid 11.1.
Please help with the following problem:
There XamGrid table with a number of speakers (no matter their number.) Group by doing one of these columns. Then apply the conditional formatting:
MaximumValueConditionalFormatRule rule = new MaximumValueConditionalFormatRule { StyleToApply = (Style)Application.Current.Resources["Max_Style"], IsTerminalRule = true, RuleExecution = Infragistics.EvaluationStage.AfterFilteringAndPaging }; _curCol.ConditionalFormatCollection.Add(rule);
where _curCol - Infragistics.Controls.Grids.Column.
This rule is well applied in all groups. Then when you try to move this column with conditional formatting occurs System.NullReferenceException. I understand this column disappears from the collection class AllColumns ColumnBaseCollection.
Hello Sergey,
Thank you for your post. I have logged this behavior with our developers in our tracking system, with an issue ID of 119731. I have also created a support ticket on your behalf with number CAS-99018-X5S6Q9 in order to link the development issue to it so that you are automatically updated when a Service Release containing your fix is available for download.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics, Inc.
www.infragistics.com/support
Hello, what about this problem?