[Mono-bugs] [Bug 551666] Gridview does not render thead in ASP.NET

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Nov 7 05:29:02 EST 2009


http://bugzilla.novell.com/show_bug.cgi?id=551666

User jan.kraljic at patware.si added comment
http://bugzilla.novell.com/show_bug.cgi?id=551666#c2





--- Comment #2 from Jan Kraljič <jan.kraljic at patware.si>  2009-11-07 03:28:58 MST ---
I was searching around for soulution. I don't know enougt jet to add full
solution (i would need some help). So at this momemnt i just suggest my idea of
solution. 

Idea:
In Gridview.cs file in function RenderGrid:
- create three html writers: tablehead, tablebody, tablefoot
- while processing rows we add rows to the writer that is correct
- at the end we put together these writers and put it in to writer that ce get
as input. In case that properties for thead or tfoot is set, than we add tags
to the these writers before we put then together for ouput.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list