Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
255
Grid with multiple band source, grouping at the parent band
posted

Hi there,

I'm sorry if this is a question that's been already asked, but I've done my googling and looking through documentations, and nowhere does it seem to have information about what I'm trying to do.

I have created a UltraDataSource with three bands to represent, say, memory allocation for a computer depending on operation. So, band 0 will have information about the computer with two columns, "Computer Name" and "Total Memory". Band 1 has a single column, "Task Type", which will have information about the possible tasks that can be run on that computer, such as "Word Processing", "Developing", and "Gaming". Finally Band 2 contains information about what percent of the memory will be allocated to each task, such as "Graphics Processing", "Paging". In fact, I've attached a zip file containing the data I've entered called "DataExample.jpg"

There are two things I'd like to achieve. First, I'd like to display this data in an UltraGrid in what I think would be a card view, grouping by the columns in Band 0 and Band 1. In the attached zip file is a screenshot of what I envision doing that I created with excel. The file name is "What I want to do.jpg"

So, is there a way to do this with an ultragrid? Is the Multi-band Ultradatasource I have the correct approach to get this done? Thanks for your help in advance.

Screenshots.zip