[Mono-bugs] [Bug 643847] RequiredFieldValidator validator incorrectly prevents postback from RadToolBar

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Oct 8 02:24:00 EDT 2010


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

https://bugzilla.novell.com/show_bug.cgi?id=643847#c3


--- Comment #3 from Marek Habersack <mhabersack at novell.com> 2010-10-08 08:23:59 CEST ---
The DoPostBack calls aren't directly comparable as our JS API for this is not
the same as .NET's. The code is indeed generated by
Page.ClientScript.GetPostBackEventReference method, but it generates its output
by using the passed PostBackOptions instance, so (if it's the problem at all)
the difference is because of some other code, which created the PostBackOptions
instance.
Without being able to look at both the Telerik JavaScript and C# sources it's
hard to tell what's going on. What you, as the person with such access, can do
is to compare the values of the PostBackOptions instance under both .NET and
Mono - if they're different, then that might be the starting point.

-- 
Configure bugmail: https://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