Hi My requirement is whenever user filters a column of list view web part, the information is captured by a custom made consumer webpart, using LVWP as provider I can see 2 provider connections - 'TableProvider' and 'DFWP Row Provider ID'. Obviously I can not achieve this using Row Provider, so I am trying with 'Table Provider'. Initially my expectation is whenever user filters list view, the filtered table is sent to custom consumer webpart but that is not the case, in fact the 'TableProvider' provides only first page data (if paging is configured in the particular view used in LVWP) to consumer, is there any way to achieve this? From my requirement may be it's already clear that I can not change any provider configuration but I have full control over consumer webpart, and also I am connecting the webparts with code so I can use custom transformer if needed
Thanks in advance, kindly let me know if you need further information