I will show 375 record in ext.net page but ext.net grid or store default timeout 30 second I need to 130 second but I cant set timeout. my ext.net version is 2.4. How can I set? I try this way but doesnt work.
<script type="text/javascript">
setTimeout(everything, 120000);
setTimeout(function () {
document.getElementById('WorkOrderLinesGrid').style.display = 'none';
document.getElementById('WorkOrderInvoiceStore').style.display = 'none';
}, 1200000);
</script>