tony

Forum Replies Created

Viewing 15 replies - 5,941 through 5,955 (of 7,981 total)
  • Author
    Replies
  • in reply to: header and columns not aligned #86192
    tony
    Keymaster

    Hello,

    What is exacly the problem? Try only with jqGrid files and css without including other. Then try to include one by one the other css and see what is happen. IMHO there is conflict with jqGrid css and others.

    Regards

    Tony

    in reply to: beforesubmit and text value of a select box #86191
    tony
    Keymaster

    Hello,

    Why not use afterSubmit event – it is designed right for this purpose (If I understand right)

    Regards

    Tony

    in reply to: expandSubGridRow #86189
    tony
    Keymaster

    Hello,

    To help – what does not work?

    Please describe and if possible write the configuration

    Regards

    Tony

    in reply to: Form Add versus Form Edit columns #86188
    tony
    Keymaster

    Hello,

    Use beforeShowForm event form for this purpose. Every column in the form is a combination of tr_ + the name from colModel. Show and hide it in a way what you want.

    Regards

    Tony

    in reply to: Pager Buttons As Text #86187
    tony
    Keymaster

    Hello,

    Currently no.

    Regards

    Tony

    tony
    Keymaster

    Hello,

    I'm not so familiar with this, but I suggest you to look in the jQuery google group for this problem. (It is a known IE problem). I think that you should use some additional plugin for this purpose.

    Best Regards

    Tony

    in reply to: Displaying custom row content #86185
    tony
    Keymaster

    Hello,

    Check the new 3.5 Alfa 2. I have added additional parameter to the custom formatter which holds the entry row from the server adain with the id.

    Regards

    and Thanks for the fix

    Tony

    in reply to: Formatter Problem: Date always returns 01 for month #86184
    tony
    Keymaster

    Hello,

    Thanks for this. Yes, currently the source date format support only month as number. Supporting names will be added soon.

    Regards

    Tony

    in reply to: Grid with Row ID of 0 Fails #86183
    tony
    Keymaster

    Hello,

    Hope that is fixed now. Will publish 3.4.4 soon.

    Thanks

    Regards

    Tony

    in reply to: pager sometimes is’nt shown … #86182
    tony
    Keymaster

    Hello,

    Could you please send me a link to the problem. It is very difficult in this case to understand where is the error.

    Regards

    Tony

    in reply to: Local Sorting with Grids as Subgrids #86180
    tony
    Keymaster

    Hello,

    I have fixed this bug. Currently it is available only in jqGrid 3.5 Alfa 2. I will publish a stable 3.4.4 version soon.

    Regards

    Tony

    in reply to: pager sometimes is’nt shown … #86167
    tony
    Keymaster

    Hello,

    Construct your grid in complete event of the last ajax call.

    Regards

    Tony

    in reply to: Help for search with nav button #86165
    tony
    Keymaster

    Hello,

    Did you see _search: true

    If this is true the serch is activated and you can use the above parameters.

    If _search:false you are not in search and you can use a condition for this – right?

    Why not read the docs?

    Regards

    Tony

    in reply to: td, th element padding resets #86163
    tony
    Keymaster

    Hello Steve,

    Thanksd for this, but I have succes with the padding and think with the resizing. Padding is needed. The reason for this is that we have some two columns one right and one left aligned we do not have a good look.

    You will see what is in the next alfa tomorrow.

    Regards

    Tony

    in reply to: Hide a Row in jqGrid #86161
    tony
    Keymaster

    Hello,

    It is simple:

    if(some condition) {

    (“#row_with_row_id”,”#mygrid”).css({display:”none”})

    }

    Regards

    Tony

Viewing 15 replies - 5,941 through 5,955 (of 7,981 total)

Stay connected with us in your favorite flavor!