Tuesday, June 18, 2013

Transaction aborted ext.net

I got this error when i was using ext.net grid. The solution for this below.
Add <DirectEventConfig Timeout="600000"></DirectEventConfig> to ext Store.

Thanks


Learn More

Ext.NET Web Application Development

TinyMCE Insert/Edit link not editable

 To fix this add  e.stopImmediatePropagation()  as below. $(document).on('focusin', function (e) {             if ($(e.target).close...