tony

Forum Replies Created

Viewing 15 replies - 7,336 through 7,350 (of 7,981 total)
  • Author
    Replies
  • in reply to: height or width 100% #83194
    tony
    Keymaster

    Hello,

    Currently I'm little busy with a project and do not have enougth time to do this. If you help it will be great.

    There are other modules that should be tested an published. These modules make a great step forward, but…

    Thank you

    Regards

    Tony

    in reply to: Unwanted divs #83192
    tony
    Keymaster

    div.GridHeader can be used later to dynamically set a caption

    div.loadingui is block jqGrid interaction when reading data – also see

    docs option loadui

    in reply to: height or width 100% #83191
    tony
    Keymaster

    Yes it can't be autoresized, but I think in this direction

    in reply to: height or width 100% #83188
    tony
    Keymaster

    It can be. Use this hack before calling jqGrid. Wink

    JS code:

    jQuery(“#mygrid”).width(“99%”);
    var w = jQuery(“#mygrid”).width();

    jQuery(“#mygrid”).jqGrid({

    width: w

    });

    in reply to: Type of fields, and I can not see the cursor #83186
    tony
    Keymaster

    Hello,

    It is difficult to me to understand what you mean,

    but if you do not see the cursur when you call the form you can use

    beforeShowForm event to focus the desired field – something like

    beforeShowForm : function(formid) {

    $(“#myfield”,formid).focus();

    }

    in reply to: Multiselect and column with a link problem #83185
    tony
    Keymaster

    Will see if we can implement such logic. Thanks.

    Regards

    Tony

    in reply to: buttons on the bottom bar #83184
    tony
    Keymaster

    Use FireBug and see if all is loaded

    in reply to: buttons on the bottom bar #83179
    tony
    Keymaster

    You call this jQuery(”#list”).navGrid(…); two times

    in reply to: New extension for jqGrid #83178
    tony
    Keymaster

    Hello Piotr,

    I have recieved your extension and will include it in the next release.

    About the xml configuration task – let me think some time.

    Thank you

    Regards

    Tony

    in reply to: Multiselect and column with a link problem #83175
    tony
    Keymaster

    Use multiselect:true and multykey: “ctrKey” – this way the selection is done only when the ctr key is pressed

    in reply to: Date Picker in Form Edit #83171
    tony
    Keymaster

    A simple search of word datepicker will answer your question.

    Note that since 3.2.2 you will not care about z-index problem

    Regards

    Tony

    in reply to: height=”100% – scrollbar in firefox and not IE #83168
    tony
    Keymaster

    This bug was corrected – also use the last version.

    Regards

    in reply to: doc problem for json formt #83167
    tony
    Keymaster

    This is true. Thanks. It will be corrected.

    in reply to: Passing row values to subgrid #83166
    tony
    Keymaster

    Go into the example page and see

    New Since beta 3 -> Subgrid with JSON

    Regards

    Tony

    in reply to: Making a row draggable #83164
    tony
    Keymaster

    You have the table id, then you can apply this to all table rows in that

    table

Viewing 15 replies - 7,336 through 7,350 (of 7,981 total)

Stay connected with us in your favorite flavor!