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

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


--- Comment #3 from Marek Habersack <[email protected]> 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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to