tony

Forum Replies Created

Viewing 15 replies - 6,706 through 6,720 (of 7,981 total)
  • Author
    Replies
  • in reply to: Multiple toolbar search #84524
    tony
    Keymaster

    Hello,

    Do you have in the grid definition this line of code

    toolbar : [true,”top”],

    ….

    Regards

    Tony

    in reply to: How should i save results of grid edit to my database #84523
    tony
    Keymaster

    Hello,

    What does not work? Also try first to post without to do anything and

    see if the data can be posted. After that include step by step the code

    and see where is the problem.

    Regards

    Tony

    in reply to: How to use single JS File (grid.pack.js) #84522
    tony
    Keymaster

    Hello,

    You have a wide range of choice.

    1. You can replace

    in reply to: editing box #84521
    tony
    Keymaster

    Hello,

    You can not pass direct a SELECT statement, but when you construct the grid by example with PHP you can construct queries so that the result can be set in the colModel.

    Regards

    Tony

    in reply to: Row Edit, Save new values to Grid & Array. Possible?? #84520
    tony
    Keymaster

    Hello,

    You have mix formedit with inline edit. Also refer to docs.

    Regards

    Tony

    in reply to: Problem with update and add URL #84519
    tony
    Keymaster

    Hello,

    Thanks. Fixed.

    Regards

    Tony

    in reply to: Event to inspect what is being posted on save #84518
    tony
    Keymaster

    Hello,

    If you give me example it will be good.

    Thank you.

    Regards

    Tony

    in reply to: Autocomplete #84517
    tony
    Keymaster

    var myvalset;

    ….

    function onEditFunc1(id){

    in reply to: Autocomplete #84507
    tony
    Keymaster

    Hello Barry,

    The result function of autocomplete is better to be in onEditFunc.

    Also – the trick.

    Define one global variable in the scope, set this variable in result

    function and the in aftersave function change the needed grid cell.

    If you change only one value I suggest you to use setCell method

    (see docs)

    Regards

    Tony

    in reply to: Checkbox returning 1’s and 0’s instead of value #84506
    tony
    Keymaster

    Hello,

    Thanks for this. It will be fixed. Currently in inline edit the only posted

    values for checkboxes are 1 and 0. I will synchronize all modules to

    post the same data – inlineedit, celledit and formedit.

    Thank you

    Regards

    Tony

    in reply to: Combobox dynamic #84505
    tony
    Keymaster

    Hello,

    See examples:Grid as Subgrid.

    Regards

    Tony

    in reply to: Row Edit, Save new values to Grid & Array. Possible?? #84504
    tony
    Keymaster

    Hello,

    Never mind that this can be used. If you can – set the url to one dummy

    existing file on server and them perform the needed operations.

    beforeSubmit and afterSubmit events have a parameter a array of the

    posted data which can be used.

    Regards

    in reply to: Grid as Subgrid problem #84503
    tony
    Keymaster

    Hello,

    maybe you should define variables before setting the grids

    var subgrid, subsubgrid;

    and set them accordantly, so that hey can be visible for

    the grids

    Regards

    Tony

    in reply to: No URL is set – ERROR #84502
    tony
    Keymaster

    Hello,

    What you try to use – cell editing or inline editing?

    That are different things.

    If you try to use cell editing you should set not

    editUrl, cellurl option.

    in reply to: How to make Grid as a look up #84501
    tony
    Keymaster

    Hello,

    Use onInitializeForm to set the height of the select

    If the name of the select in colModel is myselect then

    onInitializeForm : function (formid) {

    $(“#myselect”,formid).height(70);

    }

    Regards

    Tony

Viewing 15 replies - 6,706 through 6,720 (of 7,981 total)

Stay connected with us in your favorite flavor!