Grouped Data in Repeater
-
Hi, Is is possible to use the repeater qwb control to display grouped data like GroupA Person1 Person2 Person3 GroupB Person7 Person8 Many thanks for your time.
How is your data coming in ? The repeater won't group anything for you, but I've written controls that do this, they get data with a group column, and every time the value in the colum changes, then insert a row with the group name on it and a different background colour. Christian Graus - Microsoft MVP - C++
-
How is your data coming in ? The repeater won't group anything for you, but I've written controls that do this, they get data with a group column, and every time the value in the colum changes, then insert a row with the group name on it and a different background colour. Christian Graus - Microsoft MVP - C++
-
I am using an sql statement with GROUP BY Clause in it. Would this make a difference? How about if we use a datalist? Thanks. Vani
VK-Link wrote: I am using an sql statement with GROUP BY Clause in it. Then you only have one row for each item anyhow. VK-Link wrote: How about if we use a datalist? It's possible I was actually using as DataGrid, I don't recall. Whatever, none of these controls will do the groupby behaviour that you want by themselves. Christian Graus - Microsoft MVP - C++