admin

Forum Replies Created

Viewing 15 replies - 466 through 480 (of 635 total)
  • Author
    Replies
  • in reply to: format is undefined #89123
    admin
    Keymaster

    I have the same problem, but I found soulution for this. There is only one problem – my soulution is not good one….

    at first, I use grid.base.js, not jquery.jqGrid.min.js

    There is line like this (572):$(“.ui-paging-info”,ts.p.pager).html($.jgrid.format(ts.p.recordtext,from,to,tot));

    This line is start of the problem. When format function is called ($.jgrid.format(ts.p.recordtext,from,to,tot)), the first argument – ts.p.recordtext –

    in reply to: Error in navButtonAdd functions afterShowForm/beforeShowForm #89121
    admin
    Keymaster

    plus modal window didnt gete focus – so user cant close it by esc-key

    in reply to: how to populate edit form dropdown from db #89116
    admin
    Keymaster

    OK – my problem again. My sample data wasn't actually matching up witht e grid data. Corrected the sample dropdown values and voila – works like a charm. I am really digging jqgrid. I will use this a lot.

    Mike

    in reply to: how to populate edit form dropdown from db #89114
    admin
    Keymaster

    OK – I've got it populating the dropdown with the following format (found it on another topic):

    in reply to: how to change the bgcolor for a cell. #89113
    admin
    Keymaster

    That worked – thanks Tony.

    in reply to: add / edit records #89078
    admin
    Keymaster
    in reply to: v3.5 Hidden fields showing in Search Box Drop Down #89077
    admin
    Keymaster

    seems you should attache jquery.searchFilter.css from http://github.com/tonytomov/jqGrid/tree/master/css/

    in reply to: Set a colum readonly in edit mode but not in add mode #89076
    admin
    Keymaster

    Hi,

    I tryed with

    beforeShowForm: function(formid) {
    $(“#list”).setColProp('Fondo', {editoptions:{readonly: true} });
    $(“#list”).setColProp('Valido Dal', {editoptions:{readonly: true}});
    },

    but didn't work.

    Any idea?

    Thanks

    Mirko

    in reply to: Save Search Parameters #89070
    admin
    Keymaster

    Actually you can look at jquery.searchFilter.js.

    Regards

    Tony


    Thank you

    in reply to: Save Search Parameters #89069
    admin
    Keymaster

    avagarwal said:

    The grid complete function is utilized to set these values as search critera.


    Are you talking about the advanced search? could you post your relevant comlete code.

    Thanks

    in reply to: Integrating jqgrid in zend framework :Urgent #89053
    admin
    Keymaster

    Hello,

    I'm using jqGrid in an application based on ZendFramework

    in reply to: apparent afterSubmit inconsistent behaviour #89023
    admin
    Keymaster

    i think to have a similar error.

    afterSubmit event seems to happen before server calling and i can't receive response data and i've verified that

    jQuery(gridName).editGridRow('new',{height:150,reloadAfterSubmit:true,editData:{action:'new',afterSubmit:function(response,postdata){alert(response)}}});

    return always undefined even if

    in reply to: Formatter Problem #89003
    admin
    Keymaster

    Hello Tony

    I can see that many developers have similiar problems (additional id in showlink).

    Maybe You should think about some hidden(or not) fields in grid to store such an id.

    I suggest another parameter in formatoptions.

    Let's name it idValue (or idColumn) and set there name of id column.

    If You would like I can write a little piece of code for You to make great jqGrid working like this.

    Regard,

    Piotr Roznicki

    in reply to: XML Datasource Record Count bug .. #88998
    admin
    Keymaster

    Problem is solved. My fault was;

    in reply to: visual bug related to addRowData #88940
    admin
    Keymaster

    Tony,

    are you sure this bug is fixed? I just updated to v3.5.3 and i still have this bug while it's supposed to be solved according to the changelog .. some other problems I had before are solved now though, so thanks a lot for that.

    I hope you'll look into it again Smile

    thx in advance,

    Jan

Viewing 15 replies - 466 through 480 (of 635 total)

Stay connected with us in your favorite flavor!