Grid Or List View With Customized X And Y Axises

Hi there!

I’m looking for a solution to create a gridview, which shows days of the actual week on the X axis on the top and menu items of a menu card on the Y axis (left side).

I store menus for particular days in a table and I would like to represent data in a grid view. Something like this:




Week 13  | 24/Mar  | 25/Mar   | 26/Mar   | 27/Mar   | 28/Mar   | 29/Mar  | 30/Mar   |

-------------------------------------------------------------------------------------

Menu A   |   Data  |    Data  |     Data |   Data   |    Data  |    Data |    Data  |

-------------------------------------------------------------------------------------

Menu B   |   Data  |    Data  |     Data |   Data   |    Data  |    Data |    Data  |

-------------------------------------------------------------------------------------

Menu C   |   Data  |    Data  |     Data |   Data   |    Data  |    Data |    Data  |

-------------------------------------------------------------------------------------

Menu D   |   Data  |    Data  |     Data |   Data   |    Data  |    Data |    Data  |



[size=2]

[/size]

[size=2]Currently I’m using bootstrap’s TbGridView but I’m looking for a theoretical solution, so if you know how to achieve this in a normal gridview then it’s also fine with me.[/size]

[size=2]

[/size]

[size=2]Thanks in advace,[/size]

[size=2]g0m3z[/size]