It appears that the latest service release changed the dialog behavior used in the grid features. Right now on asp.net form pages that I have the grid on, when I launch the Advanced Filters or Column chooser, clicking buttons on the dialog perform a postback now because it appears that they are now included inside the form element. They used to be created outside of the form. Is there anyway to toggle that behavior or prevent the postbacks of those internal grid functions?
Is this service release also supposed to fix the postback being triggered when you click on the "Cancel" button for the grid update popup when editMode is set to "rowedittemplate"?
Hi futureguis,
I created the following case for you: 'CAS-134470-Q9J8K2' and will update you through it. You could see it in your account in the 'Support Activity' page.
Hello Stephen,
Yes, we did some structural changes on how we render the grid DOM in the page (Note: this changes only affect Ignite UI 13.2 and newer versions). I've created an internal work item with number 169028 in order to fix the behavior which you're experiencing for the next service release. You'll be notified by e-mail when the issue is available for download.
As a workaround I can suggest you to directly bind to the buttons click event which cause the trouble and call event.preventDefault(); in the click handler.
Hope this helps,Martin PavlovInfragistics, Inc.