عملکرد دکمه فیلتر
$('#filter-submit').click(function () { searchSubmittedProcess = true; renderExecutionBtn(); reloadGridItems(); return false; });
$('#filter-form').submit(function () { searchSubmittedProcess = true; renderExecutionBtn(); reloadGridItems(); return false; });