tony

Forum Replies Created

Viewing 15 replies - 4,441 through 4,455 (of 7,981 total)
  • Author
    Replies
  • in reply to: OnRowChange event #90026
    tony
    Keymaster

    Hello,

    This have sense. Not promiese if I will do something in 3.6 final for this.

    Regards

    Tony

    P.S we should have a common solution for all editing modules.

    in reply to: jqGrid AJAX Question #90025
    tony
    Keymaster

    Hello,

    jqGrid have methods and events to allmost what you want. No rady solutions

    So in your case:

    var mycolModel

    tony
    Keymaster

    You forgot to include jquery.searchFilter.css

    Regards

    Tony

    tony
    Keymaster

    Hello,

    Sorry could not reproduce. In which browser is this?

    Do you have a DOCTYPE declaration?

    Bets Regards

    Tony

    in reply to: pager div not movable from bottom… #90022
    tony
    Keymaster

    Hello,

    Sorry forgot to update the docs. Currently the pager (instead that they is somewhere in the document) is placed above the grid in all cases. There is a plan to have a separate method – pagerbar, where you can put the pager where you want.

    Thanks

    Best Regards

    Tony

    P.S. The documentation is fixed now

    in reply to: top/bottominfo add/edit/view parms weirdness (bug) #90021
    tony
    Keymaster

    Hello,

    Thanks. Yes I see this wired behavior. Will try to fix this to the final 3.6.

    Best Regards

    Tony

    in reply to: CloseAfterDelete required #90020
    tony
    Keymaster

    Hello,

    I think that the problem is server side. Check to see what you script return after deleting.

    By the way you have bad parameters in delete options.

    1. We do not have closeAfterDelete – the dialog is closed automatically when the operation is with success

    2. We do not have reloadAftersubmit, but we have reloadAfterSubmit

    Regards

    Tony

    in reply to: editGridRow throws ‘value is null’ error #89982
    tony
    Keymaster

    Hello,

    Do you have set id's ? Also look in FireBug if you have attached correct id of every row.

    Regards

    Tony

    in reply to: Sorting with Paging #89981
    tony
    Keymaster

    Hello,

    Look at onSortCol event. It will do the job.

    Regards

    Tony

    in reply to: auto reload grid/cells #89980
    tony
    Keymaster

    Hello,

    I think that adding this to

    in reply to: Inline Editing editRow aftersavefunc not firing #89979
    tony
    Keymaster

    Hello,

    It is a long story to explain – short maybe it should be fixed.

    1. in successfunc is passed the response – so you should response.responseXML (in your case)

    2. in aftersavefunc is passed response.responseText

    The fix should pass the response on both events.

    Regards

    Tony

    in reply to: inconsistency between editrules number et formatter: currency #89978
    tony
    Keymaster

    Hello,

    3.6 offers a custom validator, so you can define your own.

    Regards

    Tony

    in reply to: Regexp validation #89977
    tony
    Keymaster

    Hello,

    No need to to do it so complex. Also the 3.6 version offers a custom validation where you can do it simple like this:

    colModel: [

    { name :'some',…, editrules : {custom:true, custom_func: myfunc … },

    ..

    ]

    Where myfunc should return true or false depending on your need. See the 3.6 demos

    Regards

    Tony

    tony
    Keymaster

    Hello,

    Maybe you are right. The problem comes from previous versions of jqGrid.

    Regards

    Tony

    in reply to: Resizable grid #89975
    tony
    Keymaster

    Hello,

    Look here :

    Forum

Viewing 15 replies - 4,441 through 4,455 (of 7,981 total)

Stay connected with us in your favorite flavor!