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
1085
Opening Grid Elements Programmatically
posted

We have an application which uses the Infragistics pivot table control, and have programmed a function which can iterate through and open all of the elements in a dimension.  Since the deployment of your new version, our control no longer functions correctly.  We can still iterate through and open the top level elements, but subsequent levels can no longer be opened programmatically.  We have debugged the running code and determined that second (and lower) level elements briefly get a “-“ in front of their names, which has disappeared the next time we are able to interact with the objects.

A sample project which illustrates the problem is attached.  In order to cause the malfunction, you need only start the solution and click the “connect” button in the upper left corner.  We are aware of the fact that our implementation of the code is not really suitable for productive use, but in this case the error is always the same, which the sample project should illustrate.

We have also tried to open the elements through the FilterViewModel, but in the new release, this object loses synchronicity with the grid as soon as the grid is manipulated by the user in any way.  Is there another way to open all elements (rows and columns) programmatically?  Thank you in advance.

Pivot_Analysis.rar
Parents Reply Children