tony

Forum Replies Created

Viewing 15 replies - 7,936 through 7,950 (of 7,981 total)
  • Author
    Replies
  • in reply to: Generation link in Cell #81978
    tony
    Keymaster

    I think that the good way is to do that at server side – i.e. to add content like links, buttons and etc. at server side and attach them a click events

    Regards
    Tony

    in reply to: Add image to the table header #81977
    tony
    Keymaster

    Hi,
    You are right. I will think about this

    Regards
    Tony

    in reply to: jqGrid with Coldfusion #81976
    tony
    Keymaster

    Hi,
    I really do not understand what you mean.
    You can use pathToComponet.cfc direct in grid as url option

    Regards
    Tony

    in reply to: POST vs. GET #81975
    tony
    Keymaster

    If you have array, then you can serialize the array to url parameters and pass them to the setUrl method – i.e. the parameters are stored into array, which can be manipulated at any time

    in reply to: jqGrid conflicts with DDAccordion #81974
    tony
    Keymaster

    Hi,
    I know what is the problem. If you look into the DDAccordion the plugin does not have any termination with ;
    Since the new release added ; before the plugin maybe this resolves the problem

    🙂

    in reply to: POST vs. GET #81971
    tony
    Keymaster

    You can change the url parameters to what you want.
    Use a setUrl method again with trigger(‘reloadGrid’) to do that.
    The page and etc parameters are passed additionally to the url – i.e if you have mypage.php?param1=dd&param2=aa the other are passed again with these.
    If you have array, then you can serialize the array to url parameters and pass them to the setUrl method.

    Regards
    Tony

    in reply to: Edittype:select problem in IE #81969
    tony
    Keymaster

    Hi,

    Does the select box work now in the new grid?

    As for the second problem:
    You can add a logic to save row when on select row is raised.
    In the example page see:
    Row editing -> Input Types
    Here you can do something like:

    onSelectRow: function(id){ if(id && id!==lastsel2){ jQuery('#rowed5').saveRow(lastsel2); jQuery('#rowed5').editRow(id,true); lastsel2=id; }

    Regards

    in reply to: CSS for inline edit not working in IE #81968
    tony
    Keymaster

    Hi,
    It is true. Will be corrected.
    Thanks.

    Regards

    in reply to: jqGrid conflicts with DDAccordion #81967
    tony
    Keymaster

    Pack all the pages (if possible include everything ) and send me it to my e-mail.

    in reply to: POST vs. GET #81965
    tony
    Keymaster

    You have a older version. Go in to download section and check
    Last Revision of jqGrid – i.e.

    http://www.trirand.com/jqgrid/js/jquery.jqGrid.js

    Regards
    Tony

    in reply to: Unable to display JSON Data? #81964
    tony
    Keymaster

    This can be achieved only if you use jsonReader. Please check the demos or wait a two days until the docs are ready

    Regards
    Tony

    in reply to: jqGrid conflicts with DDAccordion #81962
    tony
    Keymaster

    Hi,
    Have downloaded the ddAccordion and have placed it in my demos. All work ok. Since I can not reproduce the problem it will be very good (if possible of course) to give me a link to this.

    Regards
    Tony

    in reply to: POST vs. GET #81961
    tony
    Keymaster

    Hi,

    All this is not needed. You can just use a option mtype
    The call is

    mtype : “POST”

    The default value for this is GET

    Regards
    Tony

    in reply to: jqGrid conflicts with DDAccordion #81951
    tony
    Keymaster

    Hi,
    First try to isolate the problem.
    1. Does jqGrid work without DDAccordeon
    2. As I see you call is jQuery(‘table’).jqGrid(options). Is ‘table’ the id of the table or just table

    Regards
    Tony

    in reply to: Edittype:select problem in IE #81950
    tony
    Keymaster

    Hi Wouter,
    I really found some strange behavior on IE6 when clicking a row under some conditions. It is connected with grid as subgrid , but the reason is the same. Today I will what I can do 🙂

    Regards
    Tony

Viewing 15 replies - 7,936 through 7,950 (of 7,981 total)

Stay connected with us in your favorite flavor!