tony

Forum Replies Created

Viewing 15 replies - 7,126 through 7,140 (of 7,981 total)
  • Author
    Replies
  • in reply to: cur is undefined #83641
    tony
    Keymaster

    Hello,

    For this kind of data you need to configure the jsonReader.

    Refer to documentation how to do that.

    Regards

    Tony

    in reply to: Is possible jqGrid and struts2 #83637
    tony
    Keymaster

    Hello,

    Never work with struts2, but you can use FireBug to see what is the

    response from serever.

    Regards

    Tony

    in reply to: Position on row #83636
    tony
    Keymaster

    Hello,

    Not sure what you want, but maybe you can use

    height: 'auto'

    and then the methods

    setSelection(rowid) to select a row dynamically

    resetSelection – to reset all selected rows

    Regards

    Tony

    in reply to: Object doesn’t support this property or method in IE #83635
    tony
    Keymaster

    Hello,

    I'm not sure, but ret array is defined at the begining (should check).

    The most common problems in IE are that you have maybe unneeded

    comma after the end of the properties.

    Regards

    Tony

    in reply to: Combined Loading of included JS #83632
    tony
    Keymaster

    Hello,

    Thank you very much for this. I will make some tests and if possible will include this in the upcomming release.

    Thank you

    Regards

    Tony

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

    Hello,

    Try to set another unique column for the rowid and accept this server side.

    I will think how we can post additional data when we click to expand row.

    Best Regards

    Tony

    in reply to: Bug in editGridRow #83630
    tony
    Keymaster

    Hello,

    Yes this is true, but we actually do not know what to set if this ret[2]

    in reply to: Problems with loading in IE #83629
    tony
    Keymaster

    Hello,

    I hope that with the upcomming release all is OK.

    Regards

    Tony

    in reply to: Force Colour of Selected Row #83621
    tony
    Keymaster

    Hello,

    First I reccomend to define in CSS a class myclas, then

    onSelectRow: function(id){
    if(id && id!==lastsel){

    in reply to: Codeigniter?? #83620
    tony
    Keymaster

    Hello,

    Maybe you should look in Codeigniter site to see how you can work

    with jQuery. If I remember there was a such example.

    Regards

    Tony

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

    Hello,

    I will try to support adjacency model (id – parent_id) soon.

    Best Regards

    Tony

    in reply to: infinitely large grid #83612
    tony
    Keymaster

    Hello,

    little complicated, but the upcomming release have a methods

    setGridWidth and setGridHeight, which I'm sure the will be usefull

    Regards

    Tony

    in reply to: Take serach parameters #83611
    tony
    Keymaster

    Hello,

    You can not ask for the lenght 🙂 of this object –

    This object is of type {name1:value1,…}

    So you direct use

    var mydata = $(“myid”).getGridParam(“postData”);

    alert(mydata.page)…

    or simple use the methods from the grid.postext.js module

    Regards

    Tony

    tony
    Keymaster

    Hello,

    You are right. Thank you. Now I will remove the “/” form creating the

    modal and if there is a private imgpath this should end with “/”

    Thank you.

    Best Regards

    Tony

    in reply to: CSS name clashes #83605
    tony
    Keymaster

    Hello,

    Take look at

    table.scroll thead th

Viewing 15 replies - 7,126 through 7,140 (of 7,981 total)

Stay connected with us in your favorite flavor!