Answered by:
lightswitch html client contentItem

Question
-
working with the html client, if I have a single table of data like so using 3 columns
smith,2,$10
smith, 3, $15
jones, 1,$10
jones, 2, $15
how do you group by column 1, like so
Jones
1 , $10
2 , $15
Smith
2, $10
3, $15
in the postrender for the list, how do you access the data via the contentItem to be able to render the data in such a way?
I have been looking at jquery and wijmo, kendo etc - but can't find an example using any control with dynamic data from the screen - all the examples are based on static html pages.
any guidance would be welcome.
thx
Friday, August 16, 2013 5:49 PM
Answers
-
- Marked as answer by Yunjie Pei - MSFT Monday, August 26, 2013 8:14 AM
Saturday, August 17, 2013 8:18 PM
All replies
-
- Marked as answer by Yunjie Pei - MSFT Monday, August 26, 2013 8:14 AM
Saturday, August 17, 2013 8:18 PM -
Wijmo for LightSwitch HTML OLAP grid is dynamic.Saturday, August 17, 2013 9:10 PM
-
thanks, that points me in the right direction...
so much, I just bought the book!
Wednesday, August 21, 2013 9:13 PM -
thanks, that points me in the right direction...
so much, I just bought the book!
Thank you I appreciate it :)
Wednesday, August 21, 2013 9:18 PM