tony

Forum Replies Created

Viewing 15 replies - 3,121 through 3,135 (of 7,981 total)
  • Author
    Replies
  • in reply to: headers with vertical orientation #93065
    tony
    Keymaster

    Hello Oleg,

    The bug that you mentioted with the last sortable column is fixed.

    http://github.com/tonytomov/jqGrid/commit/211a655fda8b4837342a5a5c781547f2e2889c22

    Actually this is not a fix, but rather we change some options in UI sortable widget.

    Best Regards

    Tony

    in reply to: Trigger Reload Grid #93058
    tony
    Keymaster

    Hello,

    This is only for the page – if you want to use other params do it so:

    $(“#mygrid”).setGridParam(…).trigger(“reloadGrid”,[{page:1}]);

    Regards

    Tony

    tony
    Keymaster

    Hello,

    Sorry, but this is not jqGrid problem and this issue is discussed many times here:

    Short:

    1. Your html page should have appropriate meta for your language.

    2. When you insert/update/delete your connection should have the appropriate caharcter set – in mysql this is done with SET NAMES command before doing evrething.

    3. Your database should be encoded in the appropriate way.

    4. When you send the output to the grid you should set the appropriate headers.

    Hope this helps

    Regards

    Tony

    in reply to: Mutliselect example behavior #93054
    tony
    Keymaster

    Hello,

    Thanks. I forgot to revert it back. The reason is that I have make demonstartion for some other user.

    Best Regards

    Tony

    in reply to: unable to realod grid after changing loadonce to false #93053
    tony
    Keymaster

    Hello,

    In order to do this you should set the appropriate datatype for this purpose – json or xml – i.e

    $(“#mygrid”).setGridParam({datatype:'json'}).trigger(“reloadGrid”);

    Regards

    Tony

    in reply to: Adding datas #93052
    tony
    Keymaster

    Hello,

    IMHO this is not jqGrid problem. We have a wide range of events to do what you want,

    in reply to: Loading Text Not Displaying JqGrid 3.6.2 #93050
    tony
    Keymaster

    Hello,

    As I again and again say – I do not have Idea when I do not say the code and a lot of additional information

    Regards

    Tony

    in reply to: Accessing record count outside of jqgrid #93049
    tony
    Keymaster

    Hello,

    First you can look here for the grid parameters:

    http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options.

    Second I'm very interested tosee your code if possible.

    Best Regards

    Tony

    in reply to: formatter select problem #93045
    tony
    Keymaster

    Hello,

    Thanks for sharing this information.

    Instead I have fixed some issues regarding selects. They are in GitHub, if you have interest you can test it.

    Regards

    Tony

    in reply to: Align Column in edit view? #93044
    tony
    Keymaster

    Hello,

    This happen in certain configurations.

    Will be fixed. In order to determine the problem more easy, could you please post the (or send me the page) where this happen?

    Note – the entrie page.

    Best Regards

    Tony

    in reply to: formedit popup from modal dialog #93043
    tony
    Keymaster

    Hello,

    Gary – IMHO there is something that brakes this. In order to izolate the problem just try with jqGird jQuery and jQuery UI files and css and remove any other CSS files

    Best Regards

    Tony

    in reply to: disable title attribute on cells #93042
    tony
    Keymaster

    Hello,

    Please do not double your posts!

    Already answered here:

    Forum

    in reply to: Changing td TITLE to show data from server #93041
    tony
    Keymaster

    Hello,

    Currently no, but in the upcomming release we will do something for the titles – i.e you can use custom formatter to show what you want.

    Regards

    Tony

    in reply to: celledit vs formedit with multiple select #93040
    tony
    Keymaster

    Hello,

    If your code work as you want then this is great.

    Best Regards

    Tony

    in reply to: Help with custom function. #93039
    tony
    Keymaster

    Hello,

    Here we are:

    Set this in ajax in order to work:

    function usercheck(value,username){

Viewing 15 replies - 3,121 through 3,135 (of 7,981 total)

Stay connected with us in your favorite flavor!