Forum

November 2nd, 2014
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_TopicIcon
Bug with removePostDataItem?
11/01/2010
18:41
Avatar
office_rat
Member
Members
Forum Posts: 3
Member Since:
11/01/2010
sp_UserOfflineSmall Offline

I have a 2 buttons with following JavaScript oncLick function calls:

SearchByDebitDate(false) – do search by debit date. (search button)

SearchByDebitDate(true) – clear previous search. (clear button)

Here is a function's body:

function SearchByDebitDate(isClear)
  {

    var dtFrom = document.getElementById('<%=edDebitDateFrom.ClientID%>');
    var dtTo = document.getElementById('<%=edDebitDateTo.ClientID%>');

    if (isClear) {
      dtFrom.value = '';
      dtTo.value = '';    
      jQuery(”#report”).removePostDataItem(dtFrom);
      jQuery(”#report”).removePostDataItem(dtTo);
    }
    else
    {
      jQuery(”#report”).setPostData({ dtFrom: dtFrom.value, dtTo: dtTo.value });
    }
   
    jQuery(”#report”).trigger('reloadGrid');   
  }

1. I click “Search” button. Additional parameters will added to Ajax request.

2. When I click “Clear” button jqGrid creates an Ajax request. On server side I can still see in request query string unremoved two parameters dtFrom and dtTo.

It is a bug of jqGrid or a bug with my brain? :)

p.s. I have a latest 3.6.2 version of jqGrid, 1.3.2 verison of jQuery and 1.7.2 version of jQuery-ui.

pp.s. Sorry for my bad English 🙁

Thanks.

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
72 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

OlegK: 1255

markw65: 179

kobruleht: 144

phicarre: 132

YamilBracho: 124

Renso: 118

Member Stats:

Guest Posters: 447

Members: 11373

Moderators: 2

Admins: 1

Forum Stats:

Groups: 1

Forums: 8

Topics: 10592

Posts: 31289

Newest Members:

, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information