I haven't tried yet but before we start from scratch with the pivot grid I wanted to see if it allows for dynamically added row and columns. I will have data coming in that can add/modify/delete both rows and columns. Many controls/solutions I have tried only allow for dynamically adding rows.
Thanks,Mike
Hi Mike, The XamPivotGrid is control designed to show data from DataSource. It is not allow to edit data. If you want to add/modify/delete both rows and columns you should do that through your data. If you describe me your scenario with more details, I will be able to give you more specific answer. Regards Todor
Hi Todor,
I'm working with Mike on this and I've got a few questions as well. I'm wondering if this control is the correct control to use.
What we need to do is accept data from a browser that we'll be getting via ajax. That data will have to be sent into a grid for display. The Grid must allow us to add rows and columns dynamically as data comes in from the server while also updating values as they change. It's not an OLAP reporting thing, we jsut need to show the data in a grid. We would also like to filter results somehow.
Is the XamPivotGrid the correct tool to use for this? If so, how woudl we load the data in from javascript instead of the flat files, excel files etc. that the sample projects are using.
Thanks,
Scott
Hi Scott,
I think that in your case you should use another our control called XamGrid. It is very powerful control that allows user dynamically add rows and columns. You can check the demo samples on follow link. http://labs.infragistics.com/silverlight/lobsamples/2010.2/#/Samples/Grid/ColumnSettings/GridUnboundColumn
Regards
Todor
These look to be a better fit, however I didn't see a sample of left to right scolling where the left most column stays in view. We're trying to replicate something similar to excel where the header column and rows are frozen when scrolling across a large data set.
Do you have samples of that type of functionality?
Hi
here is sample with frozen columns http://labs.infragistics.com/silverlight/lobsamples/2010.2/#/Samples/Grid/ColumnSettings/GridFixedColumnProperties
User should click the pin icon of the column to freeze it.
Is XamPivotGrid still under CTP?
No it is in our DataVisualization 10.2 RTM
Yes, you can group and filter the record and it is posible to display the table above. if you want more help with specific question please start new thread.
RegardsTodor
I have downloaded the RTM version of XamPivotGrid. Can we do grouping and filtering in XamPivotGrid.
I want to display the above table in Silverlight Pivot Grid.