aznan

Forum Replies Created

Viewing 5 replies - 16 through 20 (of 20 total)
  • Author
    Replies
  • in reply to: how can I have the total (footerData)? #92496
    aznan
    Participant

    ahh.. figure out myself but dunno whether right or wrong… I created a new sql.. and copy the while operation.. and delete here and there… thanxxx…

    in reply to: how can I have the total (footerData)? #92495
    aznan
    Participant

    can u point to which part of my code above need to be change tony (which part says that in should return by page)

    or is it inside somewhere else.. which part of my php??

    .. or can u show me some sample.. the problem also persist when i try “true scrolling row”.. or am i doing it wrongly.. ??

    sorry for asking too muchh..

    in reply to: how can I have the total (footerData)? #92461
    aznan
    Participant

    correct me if I'm wrong..

    I manage to get the footerrow data working.. but my problems is i can only view the total for the active grid.. meaning:

    currently i hv six(6) pages of data.. and each page will only show the total for each page…

    how can i show the GRAND total for the whole six page to be viewed as the total in every page??

    which part of the code should i edit…

    this is the constructing json data code..

    $responce->page = $page;
    $responce->total = $total_pages;
    $responce->records = $count;
    $i=0;
    while($row = mysql_fetch_array($result,MYSQL_ASSOC)) {

    in reply to: How to insert a row for inline editing ? #92218
    aznan
    Participant

    well, thanx,… but nothing change…

    in reply to: How to insert a row for inline editing ? #92107
    aznan
    Participant

    I try to create a button to do the add new row function by using inline editing..(i think).. but i cant seem to use the enter key watsoeva to send the datas to the db.. plus the datepicker can only accept current date…unless i type it in manually. i dunno how to put/write the url inside the editRow. here my code:

    jQuery(“#list”).jqGrid('navButtonAdd','#pager',{caption:”New”, buttonicon :'ui-icon-circle-plus',

Viewing 5 replies - 16 through 20 (of 20 total)

Stay connected with us in your favorite flavor!