Need advice about manipulating a gridview or something similar
Hi.
I have a assignment that I need some advice for.
I am suppose to present data in a table with information about a persons profile trainingrecords.
The table is suppose to look something like the example below where you can press on the year, month and week to get the sum of your trainingrecords in for example hours. The problem I have here is that it is easy to get a gridview for each category (year, month and week) and displaying sum, but when I now need a gridview (or somethin similar) that is dynamic and can both show and hide the different categories depending on what the user wants to see (he presses the plus-button and vice verca) I don't know where I am suppose to start. Any advice on where I can watch videos or any pointers where I should look in the API-library would be helpful.
Need advice about manipulating a gridview or something similar
Hi.
I have a assignment that I need some advice for.
I am suppose to present data in a table with information about a persons profile trainingrecords.
The table is suppose to look something like the example below where you can press on the year, month and week to get the sum of your trainingrecords in for example hours. The problem I have here is that it is easy to get a gridview for each category (year, month and week) and displaying sum, but when I now need a gridview (or somethin similar) that is dynamic and can both show and hide the different categories depending on what the user wants to see (he presses the plus-button and vice verca) I don't know where I am suppose to start. Any advice on where I can watch videos or any pointers where I should look in the API-library would be helpful.
Thanks in advance!
Example:
Sum year +
month +
week +
day
Have you considered something like jqgrid (or any of the js grids).. Check out the grouping section: http://www.trirand.net/demoaspnet.aspx
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.