[Mono-bugs] [Bug 50246][Maj] New - DataGridPagerStyle - Visible- Partial Fix is provided
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 28 Oct 2003 11:50:55 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by yaronsh@mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50246
--- shadow/50246 2003-10-28 11:50:55.000000000 -0500
+++ shadow/50246.tmp.12740 2003-10-28 11:50:55.000000000 -0500
@@ -0,0 +1,42 @@
+Bug#: 50246
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: System.Web
+AssignedTo: gonzalo@ximian.com
+ReportedBy: yaronsh@mainsoft.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: DataGridPagerStyle - Visible- Partial Fix is provided
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+DataGridPagerStyle doesn't work.
+Moreover it doesn't call the owner OnPagerChanged method.
+
+Steps to reproduce the problem:
+1. Open the attached aspx
+2. Click on the button "Make Invisible"
+
+Actual Results:
+Still visible
+
+Expected Results:
+Should be invisible and call the owner OnPagerChanged.
+
+How often does this happen?
+Always.
+
+Additional Information:
+The whole DataGridPagerStyle.Visible was wrong - the entry at ViewState,
+the set bit and no call to the owner OnPagerChanged method was done.
+Though, after the fix the visibility is updated only after the second
+click!!