tony

Forum Replies Created

Viewing 15 replies - 7,111 through 7,125 (of 7,981 total)
  • Author
    Replies
  • in reply to: Popup Window for Cell Links #83673
    tony
    Keymaster

    Hello,

    How look the links inside the cell and how you call this with javascript?

    Regards

    Tony

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

    Hello,

    Sorry I missed something

    .rowselected tr td {color: #ff0000;} or

    .rowselected tr>td {color: #ff0000;}

    should work

    Regards

    Tony

    in reply to: Help with editing #83670
    tony
    Keymaster

    Hello,

    The error is in syntax – the righ is

    }).navGrid('#pager2',{edit:true, del:false, add:false, search:false},…)

    Also refer to docs for the right syntax

    Regards

    Tony

    in reply to: How to add an “a link” in a column #83669
    tony
    Keymaster

    Hello,

    You can do that many ways

    1. Server side – direct add href tag (when xml do not forget to enclose in CDAT.

    2. When using afterInserRow event with setCell method.

    Regards

    Tony

    in reply to: Position on row #83668
    tony
    Keymaster

    Hello,

    Use afterInsertRow event again with setCell method.

    Regards

    Tony

    in reply to: GetRowDate in FF doesn’t work. #83667
    tony
    Keymaster

    Hello,

    You can obtain the values this way:

    If the name of column is 'myname' and is defined as text then after editing

    you can do $(“#”+rowid+”_”+myname).val() or this way

    $(“td:eq(n) > input”, “#”+rowid) – where n is the index of the column.

    Regards

    Tony

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

    Hello,

    try this:

    .rowselected{ font-size:20px}

    .rowselected td {color: #ff0000;}

    Regards

    Tony

    in reply to: How to load data into Grid along with Page loading. #83650
    tony
    Keymaster

    Hello,

    How is your data like? I mean is this xlm or json string – if so you can

    use the parameter datatype: 'xmlstring' (or 'jsonstring') and datastr when passed this way the grid will load again with this data. If after that

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

    Hello,

    I have make some tests and it seems that this work like a charm.

    The loading of the script is more that 10 time faster.

    Of course there are some limitations.

    • IE does not support gzip, but instead of this the speed is impressed.

    • This can be used only in PHP
    • We should have a combine script

    Instead of this I will include this in the upcomming release again with the

    combine.php script.

    Thanks

    Best Regards

    Tony

    in reply to: rich text editor in datagrid #83647
    tony
    Keymaster

    Hello,

    In form editing this can be done very easy. You shold use

    onInitializeForm event for this purpose. Also check this form how we

    can add datepicker – the things are the same.

    Regards

    Tony

    in reply to: jQuery.js file conflict with standard jQuery package #83646
    tony
    Keymaster

    Hello,

    The most probles here are in IE. Also check your JS code and search for

    unneeded commas.If you are sure that all is OK, please try to

    include all the modules separatly and not with the loader. Also the 3.3

    release have some coorections for this problem

    Regards

    Tony

    in reply to: Position on row #83645
    tony
    Keymaster

    Hello,

    This time

    in reply to: Receiving respose #83644
    tony
    Keymaster

    Hello,

    Could you please post your code. This event in all cases should return

    a array instead of result – i.e.

    if(some condition) {

    return [true,””,””];

    } else {

    return [false,”Message”,””]

    }

    Regards

    Tony

    in reply to: Export to XLS #83643
    tony
    Keymaster

    Hello,

    You can export to XLS what you want very easy. You just need to get

    the needed data construct a table and send this with the

    appropriate header to the browser. This can

    in reply to: GetRowDate in FF doesn’t work. #83642
    tony
    Keymaster

    Hello,

    Could you plese post your code. It is important to known,

    that the inline edit is not compatibale with getRowData. You can use

    this method (getRowData) after the row is saved and not when you edit it.

    Regards

    Tony

Viewing 15 replies - 7,111 through 7,125 (of 7,981 total)

Stay connected with us in your favorite flavor!