problematically merging rows and Columns in Gridview
-
I want to create a dynamic report. In my report rows and columns are not fixed, out put should displayed in a grid view.I have one filtration criteria in which i will specify rows and columns.I can add multiple rows and columns. Based on the selected rows and columns the report should be displayed. This is something similar to pivoting. I can't merge columns and rows if i add both rows and columns. I found method for merging grid view , rows and columns separately . If any one know how to merge columns and rows dynamically. Please help .
-
I want to create a dynamic report. In my report rows and columns are not fixed, out put should displayed in a grid view.I have one filtration criteria in which i will specify rows and columns.I can add multiple rows and columns. Based on the selected rows and columns the report should be displayed. This is something similar to pivoting. I can't merge columns and rows if i add both rows and columns. I found method for merging grid view , rows and columns separately . If any one know how to merge columns and rows dynamically. Please help .
Hi See this article Data Entry application with PIVOT processing in GridView[^] Thanks Prosanta