Hi
I try use method PivotGrid() from source code on event ResultChanged on my xamDataGird.
void DS_ResultChanged(object sender, AsyncCompletedEventArgs e)
{
this.DS.PivotGrid();
}
And error:
Cannot evaluate expression because the current thread is in a stack overflow state
Or another error:
Object reference not set to an instance of an object
Source: InfragisticsWPF4.Controls.Grids.XamPivotGrid.v11.1
Is on XamPivotGrid some other event where i can call PivotGrid command?
Thanks
The ResultChanged event is not suitable for PivotGrid() command because you will fall in infinity loop because PivotGrid() command makes control to swap axis and raise ResultChanged event again. So you should look for another place to call this command.
If you tell me your user case may be I will be able to help you.
Todor
I try bypass bug, about i written yesterday.
But it is no right way.
Thanks for your time.
Hi,
Looks like Todor and Plamen are working with you on those two threads. You are in very good hands at the moment.
Thanks for your interest.
As i said I try bypass bug in scrolling (i report it here http://forums.infragistics.com/forums/t/56595.aspx)
but this is no right way.
Now i waiting to some result about this bug and another bug on LoadSchemaAsync() (i report about it here http://forums.infragistics.com/forums/t/56547.aspx).
For me is very important bug on LoadSchemaAsync() becouse all my application not working then if you can to help, see this problem.
Is there anything more I can do to help? As Todor said, if you can provide your use case, we may be able to provide more help.