tony

Forum Replies Created

Viewing 15 replies - 7,351 through 7,365 (of 7,981 total)
  • Author
    Replies
  • in reply to: Default Value in Add Form #83162
    tony
    Keymaster

    If you use navigator in add option use beforeShowForm event

    something like this:

    beforeShowForm : function(form_id) {

    if(some_condition) {

    jQuery(”#name_from_colmodel”,formid).val(”myvalue”);

    }

    }

    in reply to: How to fix these errors #83161
    tony
    Keymaster

    Hello,

    There are two way to solve this

    1. We can use jquery getScript

    2. Merge modules like jQueryUI.

    Both have pro and contra – So I will ask here for help –

    Which one to implement in jqGrid?

    Thank you

    Regards

    Tony

    in reply to: bug for jsonreader cell ignored when repeatitems=false #83160
    tony
    Keymaster

    Yes, there is a problem when we use key:true when jsonReader.

    In the next release this will be fully corrected.

    Regards

    Tony

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

    Please use code tag in this case – I do not understand what is wrong

    in reply to: jquery validate integrate with jqgrid #83154
    tony
    Keymaster

    Thanks. Added

    in reply to: A new Tree Grid component #83151
    tony
    Keymaster

    The deep can be unlimited. If you mean that when the deep of the tree is big there will be no room to display all the items – Yes this is true. One solution is to have enought width for this – the other is to resize the grid in appropriate way, but I do not think that this will be ready when the component is redy.

    in reply to: How to fix these errors #83150
    tony
    Keymaster

    I think that the problem in IE is in the loader. Also if you forget please clear the cache in IE again. I think that the best way is to split the modules like

    jQueryUI – what do you think about this?

    Best Regards

    Tony

    in reply to: jqGrid and autocomplete #83149
    tony
    Keymaster

    I do not think so. You first applay editRow and then setCell – these method are not compatible.

    To attach datepicker in you case

    jQuery('#rowed6').editRow(id,true,pickdates);

    function pickdates(id){ jQuery(“#”+id+”_sdate”,”#rowed6″).datepicker({dateFormat:”yy-mm-dd”}); }

    Also see examples – datepicker integration in demo page

    in reply to: IE7 bug on edit row #83145
    tony
    Keymaster

    At end I have a chance to see this. Yes it is a bug. I will correct this as soon as possible.

    Regards

    Tony

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

    I think that this is possible when using the appropriate plugin – I mean

    jQueryUI.

    in reply to: pagination exaple with jsondata. #83143
    tony
    Keymaster

    How many number of rows return your server? – check this.

    The portion of returned data should be controlled from server.

    Regards

    Tony

    in reply to: Dynamic colModel #83142
    tony
    Keymaster

    Great,

    Thanks. Also we can use

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

    Hello,

    I like any extension that can be usefull for other users and for me too. Smile

    If you want you can send me the code to: tony at trirand dot com.

    About the secnd request – yes this is possible and really need a reingenering of code, but when more people work on this it will be better.

    Thank you very much

    Regards

    Tony

    in reply to: IE7 bug on edit row #83135
    tony
    Keymaster

    As soon as possible I will check this (I do not use (have) IE7 )

    in reply to: EXTjs with jqGrid #83134
    tony
    Keymaster

    Hello,

    Maybe this has relation with the bug of jsonReader. I will correct this immediatly.

    Regards

    Tony

Viewing 15 replies - 7,351 through 7,365 (of 7,981 total)

Stay connected with us in your favorite flavor!