GroupBy GridView
am 13.08.2007 13:56:02 von chakrisHi,
I got stuck with GridView control while binding it from a datatable. As my
requirement is i want to show my grid in "Group By" passion. Suppose i have
feilds like Order,OrderDetails,OrderDate and i want to Group this by
OrderDate in a hierarchical passion. Can any one suggest me for acheiving
this funtionality at application level ??
like my first column in gridview should be OrderDate and rest of all columns
in the that row are empty. Next row in gridview should display all the
corresponding Orders that were took place on that particular OrderDate and so
on with next OrderDate.(hope i am clear)..
I have gone through this url
"http://www.agrinei.com/gridviewhelper/gridviewhelper_en.htm ".
But i am thinking about some performance related issues ..
Can any one suggest me in this regard..ASAP
Waiting for your valuable suggestions..Your suggestions are always
appriciated
Thankx in Advanace