[Mono-bugs] [Bug 467913] mono-2.2 sorting buttons increase in gridview

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Jan 24 03:32:40 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=467913

User kirsch.andreas at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=467913#c1





--- Comment #1 from Andreas Kirsch <kirsch.andreas at gmail.com>  2009-01-24 01:32:36 MST ---
here is a snippet of the code:

protected void Page_PreRender(object sender, EventArgs e) {
..
        //show sort arrow in header cell
        int sortcolumn = 1 + int.Parse(g1.SortExpression);
        g1.Columns[sortcolumn].HeaderText +=   
AfxAIS.GetSortArrowHtml(g1.SortDirection); 
..

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


More information about the mono-bugs mailing list