I want to know the minimum code required to run xamPivot grid using
which i can display two collection side by side e.g suppost Customer and order.
in two grids.
customer order number will be displayed parallel to customer name both are different collections.
There is lots of code in samples so difficult to identify which code will be used for pivotgrid.
Thanks Gergana...
Hello Rakesh,
I have been investigating your issue and after the investigation your second requirement for the checkbox has been determine as a new Product Idea. I have sent your Product Idea directly to our product management team. Our product team chooses new Product Ideas for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested ideas, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your idea is chosen for development, you will be notified at that time. Your reference number for this Product Idea is PI12080159.
If you would like to follow up on your Product Idea at a later point, you may contact Developer Support management via email. Please include the reference number of your Product Idea in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you for your request.
Hi Gergana,
Thanks again.
Example is very much close to my requirement.But i did't find any screenshot for attached.
Regarding my requirement about checkboxes i want to show checkbox in all cells parallel to customer names. Currently the values are displayed over there.
(e.g 931,1174,1123,804,1130 etc.).Also i want those checkboxes bind to some property in class so that whenever i will check any checkbox i will get the state of checkbox in corresponding property.Means if i will save this then whenever i will load the same again then from my collection for customer corresponding orders will be shown as checked or unchecked.
I don't want to show any total column.
Thanks..
Thank you for your post. I have modified the previous sample. In this sample I have implemented your requirements about the HierarchycalLevels(now when you run the program customers’ names are directly displayed) and about the Selector that was on the right side of the grid. For your requirement about the checkbox would you please find the attached screenshot. Is the functionality shown on the screenshot the exact functionality for the checkbox or you would like some of the cells in the Orders column to be shown as checkboxes and when some of them are selected a Total column to be displayed? I am looking forward to your post.
Also after adding checkboxes as cells All Orders Total column will not be displayed.