Hi,
Is Pinning and Filtering possible in XAMDATAGRID.Can any one give examples with sample code in it.Please guys help me in this
Thanks In Advance
It’s Infragistics policy to not pre-announce features until they have gone through QA cycle and are marked for release so we can't give you specifics on dates. However, this is a feature that has been requested before and is in our list of features to consider for future releases. The implementation of the feature in upcoming releases depends on the number of customer requests logged at http://devcenter.infragistics.com/Protected/RequestFeature.aspx so one more customer vote will move it up in the priority list.
Best Regards,Yanko
I heard from some sales representatives that row and column pinning will be in the NEXT official release.... so I guess that means by the end of the year or early next. Can someone from Infragistics confirm this?
Any ideas when the xamDataGrid will have row and column pinning? I currently use the UltraWinGrid and our customers love this feature. I won't be able to port to WPF without it unless I implement this myself.
We wrote our column pinning work around for a client, so it won't be possible to post any sample code.
For our solution we needed to pin only one column (basically an identifier for each row) and have the rest of the columns free form. We used one grid to hold the pinned column, and a second grid to the right that had the free form columns. Both grids used the same datatable, but the left grid collapsed all columns except for the pinned column, and the right grid collapsed just the pinned column. From there we hid all the scrollviewers in the left grid and tracked the events on the scrollviewer on the right grid. Each time the right grid moved we updated the position on the left grid. Of course there were problems we had to work out for items like column sorting, and row selection, but we managed to syncronizes the 2 grids. Like I said before this is just a work around solution until column pinning is implemented.
Infragistics please add Column and Row pinning soon, so we won't have to implement more weird work arounds!