Hi there
I am looking at using a RadGrid to display complexe table of figures. The table is made up of Questions in the left column, people along the top row and, answers in the middle, and then calculated totals around the right and bottom. The questions are grouped into related categories and they come from a database source but there will never be many questions so they should not be paged. The people come from a database source and there will be many people so the user should be able to page through them. I have a business layer to generate the row and colum totals.
I expect the RadGrid will get data from datasets that I supply to it as it executes its "on data source bind" and "on data source item bind" events. The examples I have seen all appear to use nested tables that "pop out" in sub areas but I need mine to tightly follow the row and column layouts (ie not be sub tables). The attached image is how I need to provide the layout.
My instinct is to use to use nested repeaters but the RadGrid has worked so well for other parts of my project. Can you suggest an example that is similar to this or a method of RadGrid construction that can handle this?
Thanks,
Steven.
I am looking at using a RadGrid to display complexe table of figures. The table is made up of Questions in the left column, people along the top row and, answers in the middle, and then calculated totals around the right and bottom. The questions are grouped into related categories and they come from a database source but there will never be many questions so they should not be paged. The people come from a database source and there will be many people so the user should be able to page through them. I have a business layer to generate the row and colum totals.
I expect the RadGrid will get data from datasets that I supply to it as it executes its "on data source bind" and "on data source item bind" events. The examples I have seen all appear to use nested tables that "pop out" in sub areas but I need mine to tightly follow the row and column layouts (ie not be sub tables). The attached image is how I need to provide the layout.
My instinct is to use to use nested repeaters but the RadGrid has worked so well for other parts of my project. Can you suggest an example that is similar to this or a method of RadGrid construction that can handle this?
Thanks,
Steven.