tony

Forum Replies Created

Viewing 15 replies - 7,006 through 7,020 (of 7,981 total)
  • Author
    Replies
  • in reply to: Inline editing: afterrestorefunc #83864
    tony
    Keymaster

    Hello,

    Any addition is welcome. Thank you

    Regards

    Tony

    in reply to: Cannot change page in ‘onPaging’ event #83863
    tony
    Keymaster

    Hello,

    You do not need to call trigger(“reloadGrid”) as this is done immediatley

    after the on pagging event. I think that to work this you should

    replace the

    $(”#grid”).setGridParam({page:lastPage}).trigger(”reloadGrid”);

    with

    $(”#grid”).setGridParam({page:lastPage});

    Regards

    Tony

    in reply to: Cannot change page in ‘onPaging’ event #83862
    tony
    Keymaster

    Hello,

    You do not need to call trigger(“reloadGrid”) as this is done immediatley

    after the on pagging event. I think that to work this you should

    replace the

    $(”#grid”).setGridParam({page:lastPage}).trigger(”reloadGrid”);

    with

    $(”#grid”).setGridParam({page:lastPage});

    Regards

    Tony

    in reply to: Datepicker in pop-up edit form not working… #83861
    tony
    Keymaster

    Hello,

    I do not see nothing special here. Verify that datepicker plugin is loaded.

    Regards

    Tony

    in reply to: Show/hide grid #83860
    tony
    Keymaster

    Hello,

    Check your data returned from server. You have some inconsistency

    between colModel and the number of returned rows.

    Regards

    Tony

    in reply to: server-side validation #83859
    tony
    Keymaster

    Hello,

    1. Use userdata for this purpose – see docs.

    2. I will check this. Thank you

    Regards

    Tony

    in reply to: Problem with navigator demo. Please help #83858
    tony
    Keymaster

    Hello,

    A common error is that you need to ajust the path to javascript files

    and be a sure that all the needed files are loaded. You can use FireBug

    for this purpose.

    Regards

    Tony

    in reply to: Position on row #83857
    tony
    Keymaster

    Hello,

    I will use the same approach as in cell editing module.

    Regards

    Tony

    in reply to: rowList change event #83856
    tony
    Keymaster

    Hello,

    What do you mean with select option from rowList?

    Please, be a more specific

    Regards

    Tony

    in reply to: FilterGrid and search:false #83853
    tony
    Keymaster

    Hello,

    Thank you for finding these bugs in the new filter grid.

    Here is the fix:

    For

    in reply to: Position on row #83849
    tony
    Keymaster

    Hello,

    Sorry this is not in the 3.3. It is planed for next release.

    Regards

    Tony

    in reply to: New search toolbar & Add/Edit buttons #83848
    tony
    Keymaster

    Hello,

    This is definitley a bug. Thank you.

    Soon will be bug fix release.

    Regards

    Tony

    in reply to: ToolTips in custom buttons #83842
    tony
    Keymaster

    Hello,

    Refer to docs – What is new in formedit module

    in reply to: New search toolbar & Add/Edit buttons #83840
    tony
    Keymaster

    If you have differences with edit fields in add/edit form and the new

    search functionality maybe a good idea is to use your own

    filterModel – i.e gridModel is false, then configure your filterModel and set

    gridToolbar to true. Also refer to doc to see how you can configure your

    custom search model.

    Regards

    Tony

    in reply to: Celledit problem #83838
    tony
    Keymaster

    Hello,

    Here is permanent fix

    before the try statement write

    if($.isFunction($.fn['datepicker'])) {

    try {..} catch(e){…}

    }

    and of course the another try catch too.

    But I need to investigate more the old and the new UI datepicker differences.

    Regards

    Tony

Viewing 15 replies - 7,006 through 7,020 (of 7,981 total)

Stay connected with us in your favorite flavor!