tony

Forum Replies Created

Viewing 15 replies - 5,626 through 5,640 (of 7,981 total)
  • Author
    Replies
  • in reply to: cellEdit and hovering #86924
    tony
    Keymaster

    Hello,

    Currently no.

    Tony

    in reply to: cell edit #86923
    tony
    Keymaster

    Hello,

    Regardng checkbox, check the news for 3.4.4 version. This is possible.

    Regards

    Tony

    in reply to: Integrating jqgrid in zend framework :Urgent #86922
    tony
    Keymaster

    Hello,

    Sorry, but newer work with Zend framework. Maybe there are other users that can help. Anybody?

    Regards

    Tony

    in reply to: Validation Plugin #86921
    tony
    Keymaster

    Hello,

    Could not remember the right version (maybe from 3.4.2), but the validation is included in inline editing (you should use editrules object).

    Regards

    Tony

    in reply to: multiselect in form edit, sent only last value #86920
    tony
    Keymaster

    Hello,

    If you use firebug you can easy see what is posted to the server.

    Regards

    Tony

    in reply to: Table column and data alignment issue #86919
    tony
    Keymaster

    Hello,

    In order to post the link you should mark some text and the use the insert/edit link icon of the editor. Also there is a icon insert/edit image too.

    Regards

    Tony

    in reply to: Adjacency Treegrid doesn’t expand #86918
    tony
    Keymaster

    Ok,

    I look into the code – You should first apply

    expandRow and then expandNode something like this

    $(”#mybutton”).click(function(){

    var mygrid = $(”#grid”);

    var record = mygrid.getInd(mygrid[0].rows, lastClickedRow, true);

    mygrid.expandRow(record);

    mygrid.expandNode(record);

    return false;

    });

    Regards

    Tony

    in reply to: Adjacency Treegrid doesn’t expand #86917
    tony
    Keymaster

    Hello,

    In order to understand what is going, could you please put the full configuration of the grid?

    Thanks

    Regards

    Tony

    in reply to: ‘script’ dataType #86916
    tony
    Keymaster

    Hello,

    Thanks. Added in 3.5 version.

    Regards

    Tony

    in reply to: sort by multiple columns #86915
    tony
    Keymaster

    Hello,

    To be a clear. When you click on one column you can simulate a sort on multiple coulmns sending the appropriate data to the server, but we can not sumulate this beghaviour (or at leaset is difficult) – click and some column (the data is sorted and sorting image appear), click on other column the sort of the first should remain again with the image, but again sorted to the second with the image and etc.

    Regards

    Tony

    in reply to: Image not clickable in cell in IE using onCellSelect #86914
    tony
    Keymaster

    Hello,

    This is absolutley true. There is a bug in IE where the fidden columns (colIndex) is not calculated right. In Order to resolve the problem in IE you should move all the hidden coumns at end (in colModel) in your case this should be:

    in reply to: Reload srollable grid #86912
    tony
    Keymaster

    Hello,

    Thanks. This is true and I confirm this. Since I forgot to update tha language files for 3.4.4 release I will publish 3.4.5 tomorrow, again with this bug fixed.

    Thanks again

    Tony

    in reply to: Printing a table long more than 1 page #86911
    tony
    Keymaster

    Hello,

    jqGrid represent the data to the user and not to the printer.

    In order to print the grid data correct I suggest you to make your own procedure to extract all the needed grid data, (maybe you can use getDataIDs and getRowData)

    in reply to: Multi select #86910
    tony
    Keymaster

    Hello,

    It will be good if we know what is the error message?

    Tony

    in reply to: Table column and data alignment issue #86880
    tony
    Keymaster

    Hello,

    Could you post screenshot?

    Thanks

    Regards

    Tony

Viewing 15 replies - 5,626 through 5,640 (of 7,981 total)

Stay connected with us in your favorite flavor!