multi header asp.net gridview

G

Guest

how can i do a multi header asp.net gridview
and if it is Posible to do it as a class to use it any time , i mean Generic
way , so ic an include the Header count style etc ,
 
G

Guest

yes every thing is possible in love war and in programming :) Override
ItemCreated event of the datagrid .. check if current item is of type header
and then create html for the header and add in it OR you can create custom
control ... this custom control will be comibnation of repeater control (or
datalist control) and datagrid. Place repeater control as header and use it
for multiheader and grid for usual grid. Hide header of the grid. at the end
of the day it will give u effect of multiheader grid. Pls provide feedback
whether this post was useful foryou.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top