tony

Forum Replies Created

Viewing 15 replies - 3,391 through 3,405 (of 7,981 total)
  • Author
    Replies
  • in reply to: Special Characters in JQgrid 3.5 #92462
    tony
    Keymaster

    Hello,

    Should look what is with 3.5.3 version, but I think there is no problem to test with 3.6.2

    Regards

    Tony

    in reply to: Make jqgrid cell read look like read only #92436
    tony
    Keymaster

    Hello,

    If you use custom content with custom events, you should control this behaviour with your own functions and events.

    Also why do you not use the cell edit if you like such behaviour. On the select when used with cell edit you can bind your own events –

    look here

    http://www.trirand.com/jqgridwiki/doku.php?id=wiki:common_rules#editoptions

    especially the dataEvents option

    Best Regards

    Tony

    in reply to: Custom tooltip/title in row? #92434
    tony
    Keymaster

    Hello,

    Not sure if I understand. The text in the heading column shod behave as the data. Also which version is used?

    Could you please send a link to the problem or post a code?

    Thanks

    Best Regards

    Tony

    in reply to: Section 508 #92433
    tony
    Keymaster

    Hello,

    We have some discussion here:

    Forum

    We wil continue with ARAI, but I'm not sure for the Section 508, since it is Country specific.

    We think we have done about 60-70% of this, but we need to implement it carefully.

    Currently we can not determine when ARIA will be fully supported, but we work on this direction.

    Best Regards

    Tony

    in reply to: Possible row height bug in in IE8 #92432
    tony
    Keymaster

    Hello,

    You can do it without modifiyng the grid css. Just use this definition after the grid css file is loaded – i.e

    // here grid css file is loded and then

    jqgrid tr.jqgrow td {height:auto;}

    Regards

    Tony

    in reply to: $.jgrid.formatter is undefined #92430
    tony
    Keymaster

    Hello,

    Be a sure that you have loaded the language file before the grid file in the head section

    More you can find here

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

    Best Regards

    Tony

    in reply to: Help: how to costumize error messages in inline editing? #92429
    tony
    Keymaster

    Hello,

    Welcome to jqGrid!

    You can use the succesfunc and depending on

    in reply to: multiple Rows selected inspite of multiselect: false #92428
    tony
    Keymaster

    Hello,

    I see where is the problem

    Your id's begin with space. Please trim the ids before send to the grid

    Here is a part from your response

    Best Regards
    Tony

    P.S. I will see how to avoid such situation in the future

    in reply to: jqGrid why onReady? #92427
    tony
    Keymaster

    Hello,

    It is not neccesary to load the grid in onready function. You can load it when you click a button and etc, but the needed grid js files should be loaded again with jquery. (Not sure if I explain it right)

    Regards

    Tony

    in reply to: TableToGrid options available? #92424
    tony
    Keymaster

    Hello,

    Here is your example:

    http://trirand.com/blog/jqgrid/eljaywilson.html

    and here is the code

    http://trirand.com/blog/jqgrid/eljaywilson.txt

    Note how some things are loaded into the head section

    Best Regards

    Tony

    in reply to: memory not released after window close() #92423
    tony
    Keymaster

    Hello,

    Could you please make the following test.

    In the window.open do not use jqGrid, but let say a lot of things like tabs or accordeon or so on. Is the memory released after you close the window the same way as you do it with jqGrid?

    Best Regsrds

    Tony

    in reply to: 3.6.2 – Row datas don’t fit to column width #92422
    tony
    Keymaster

    Hello,

    For me especially is little dificult to understand your problem. Could you please provide a link to the problem?

    Thanks

    Best regards

    Tony

    tony
    Keymaster

    Hello,

    Be a sure that this is the correct path to the image. This can be seen very well in IE browsers – if the path to the image is not correct you will see only image frame.

    Best Regards

    Tony

    in reply to: Custom tooltip/title in row? #92420
    tony
    Keymaster

    Hello,

    In the current implementation (case 1) it is not possible to use formatter for this purpose, beqouse of the rendering engine, which call first the formatter and then we construct the tooltip.

    One possible solution is to use grid complete event and then you can loop througth the rows

    in reply to: Edit multiple lines? #92419
    tony
    Keymaster

    Hello,

    Not sure what you mean with all the time, but you can choose inlineedit to edit these columns.

    Basically you can use grid complete even and here you should obtain the ids of the grid and then loop throught this array and call editRow or you can use afterInsertRow event to applay the same editRow .

    Best Regards

    Tony

Viewing 15 replies - 3,391 through 3,405 (of 7,981 total)

Stay connected with us in your favorite flavor!