tony

Forum Replies Created

Viewing 15 replies - 6,976 through 6,990 (of 7,981 total)
  • Author
    Replies
  • in reply to: no element found problem in Cell editing #83940
    tony
    Keymaster

    Hello,

    If this is the first column, there is a bug – which is corrected.

    Hope to publish the bug fix soon.

    Regards

    Tony

    in reply to: reloading a edit dialog on every edit #83925
    tony
    Keymaster

    Hello,

    Actually, If I look into the code it seems that recreating will be possible too.

    Let make me make some tests.

    Regards

    Tony

    in reply to: Dynamic select combo to a field in Edit Form #83923
    tony
    Keymaster

    Hello,

    I will try to add this in next release. For now you can use a combination of loadComplete event again with setColProp to add extra fields of the select dynamically.

    Regards

    Tony

    in reply to: Data Display problem in JQGrid #83922
    tony
    Keymaster

    Hello,

    Check your initial setting of sortname option – does the sortname have the same name in your query.

    Regards

    Tony

    in reply to: HTML tags in text area causing weird problems… #83917
    tony
    Keymaster

    Hello,

    Maybe it is modal issue, but I can not confirm that.

    If possible could you please send me a link to the problem.

    In this case it will be be good if you include the non minified

    version. My e-mail is: tony at trirand dot com

    Regards

    Tony

    in reply to: HTML tags in text area causing weird problems… #83915
    tony
    Keymaster

    Hello,

    I really do not known what is happen.

    If you have events like onInitializeForm, please check what you do.

    Also disable all form events and try.

    Regards

    Tony

    in reply to: How to add extra database fields in edit form. #83914
    tony
    Keymaster

    Hello,

    Please read the docs look at editrules options

    Regards

    Tony

    in reply to: reloading a edit dialog on every edit #83913
    tony
    Keymaster

    Hello,

    Yes the question is clear, but I think it is difficult to do.

    I think to add onCloseForm event. What do you think?

    Since you know what is changed in aftreShowForm event you can rollback

    these changes in onCloseForm event

    Regards

    Tony

    in reply to: How to use surl in Edit row #83910
    tony
    Keymaster

    Hello,

    I will try to implement this having a option to refresh the list every time or only once.

    Thanks

    Best Regards

    Tony

    in reply to: How to integrate jqGrid with CakePHP #83909
    tony
    Keymaster

    Hello,

    That is you solution except that pdata contain all the needed pagging parameters – i.e. pdata is actually postData array.

    If you can not use pdata you can do it in you function this way

    datatype : function(pdata){

    $.ajax({

    url: 'getJsOnData(pdata.page, pdata.rows, pdata.sidx, pdata.sord)',

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

    Hello,

    It is a little dificult to do that since we create a lot of elements. I think that giving this freedom (like used from you) is better approach, rather than to put additinal code.

    Best Regards

    Tony

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

    Hello,

    It is not a jqGrid problem actually. This behavior come from jqModal wich try to focus the first input element if there is form in the modal.

    Best Regards

    Tony

    in reply to: Celledit problem #83906
    tony
    Keymaster

    Hello Chris,

    This is true. Thanks. I will correct this. iRow can not be a zero, but iCol

    can be.

    Regards

    Tony

    in reply to: How to use surl in Edit row #83898
    tony
    Keymaster

    Hello,

    I apologize for this post – It is wrong Sorry.

    The right is:

    Currently you can use surl option only in filterGrid method.

    Sorry again

    Best Regards

    Tony

    in reply to: How to add dynamic select combo in colModel #83897
    tony
    Keymaster

    Hello,

    What you use – formedit, inlineedit or celledit module. Remember currently

    you can obtain the selects via surl only when using filterGrid method.

    This will be introduced mybe in the next release.

    Regrads

    Tony

Viewing 15 replies - 6,976 through 6,990 (of 7,981 total)

Stay connected with us in your favorite flavor!