we have a DevExpres开发者_C百科s ASPxGridView in our webapp with EnableCallbacks=true to allow client side events for this grid. As soon as we include jQuery (1.4.1 or 1.4.2) and perform eg. a filtering on the ASPxGridView, all client-side grid functionality stop working.
We have tried the solution discussed here
http://www.devexpress.com/Support/Center/p/B144365.aspx
but to no avail. Has anyone experienced a similar problem that might point us in the right direction?
Thanks in advance
StijnI have a project with jQuery 1.4.2 and ASPxGridView. Everything works properly. The problem might appear because you are using some java script methods which break our code. To be able to help you, we need a sample project showing this issue. Please post a sample project to the support center and we will do our best to help you.
精彩评论