tony

Forum Replies Created

Viewing 15 replies - 7,411 through 7,425 (of 7,981 total)
  • Author
    Replies
  • in reply to: Header with two rows and colums with colors how to? #83042
    tony
    Keymaster

    Thank you Josep.

    Now if you want this to be dynamically you can use setLabel method.

    This way you can construct own class and set this dynamic

    Regards

    in reply to: How to begin for using JQuery Grid #83041
    tony
    Keymaster

    The first that I see is that you should load jquery library before jqGrid.

    Second that you should do is to adjust the path to js files. If you have FireBug you shuld be nsured that the files are loaded correctly.

    Regards

    Tony

    in reply to: loadonce=true and reloadGrid don’t work :( #83040
    tony
    Keymaster

    Load once set the datatype automatically to local. To work this you should set the param to appropriate datatype and the call trigger something like

    $(“#mygrid”).setGridParam({datatype:”xml”}).trigger('reloadGrid')

    in reply to: Post dynamically additional data to the editurl #83039
    tony
    Keymaster

    To resolve this make alert for the variable before the return in the event

    in reply to: subgrid caching #83034
    tony
    Keymaster

    Thanks will be corrected in the ajax request for the subgrid.

    in reply to: Values in sidx #83033
    tony
    Keymaster

    Thanks, will be corrected. The reason is that when the first time we do not have send the index we use the first one as a common approach for all code

    in reply to: Multiselect and onSelectRow #83031
    tony
    Keymaster

    Something like Yahoo mail maybe. Will see what I can do.

    in reply to: changing colNames dynamically #83030
    tony
    Keymaster

    Refer to docs how to change the colName – there is a method setLabel

    in reply to: Post dynamically additional data to the editurl #83029
    tony
    Keymaster

    Refer to documentation how to use delData.

    You should use onclickSubmit event for this – something like

    // for delete options

    onclickSubmit : function(params}

    return {wmemno:MemNo}

    }

    in reply to: Header with two rows and colums with colors how to? #83028
    tony
    Keymaster

    Try with br tag

    in reply to: no navigation button in edit dialog #83027
    tony
    Keymaster

    beforeShowForm : function(formid){

    // condition here

    $(“#pData, #nData”,formid).hide();

    }

    in reply to: Periodic Reload or Refresh #83026
    tony
    Keymaster

    You should simulate a click event to this button first. See forum how to do this

    in reply to: Problem with XML in JSP file #83025
    tony
    Keymaster

    Maybe you should send the appropriate header. In PHP this is

    header(…) function –

    in reply to: shrinkToFit is always happening for me #83013
    tony
    Keymaster

    I think you should use 3.2.1.

    And shrink to fit is used in oposite way – smal table width

    many columns

    Also do you have hidden columns?

    Note that when shrink to fit is used the width of the hidden

    columns is not included in the recalculation

    Regards

    Tony

    in reply to: search popup fixed position problem #83012
    tony
    Keymaster

    To resolve this open jqModal.css and find

    .jqmWindow

    change the

    position: fixed

    to

    position: relative

    I'm not sure if this will work properly in IE.

    Regards

    Tony

Viewing 15 replies - 7,411 through 7,425 (of 7,981 total)

Stay connected with us in your favorite flavor!