admin

Forum Replies Created

Viewing 15 replies - 91 through 105 (of 635 total)
  • Author
    Replies
  • in reply to: How to achive a Yahoo mail style grid? #91790
    admin
    Keymaster

    Is the problem with the images solved, can i add an icon or image in a cell ?

    Or maybe can i just have a link there, that activates a tooltip with the image?

    in reply to: columns don’t fill the entire grid width #91786
    admin
    Keymaster

    Oh, forgot what day is today. Happy New Year everybody!

    in reply to: celledit and grid css error #91781
    admin
    Keymaster

    Hi …

    Is there any solution for the issue that “kwak0″ mentioned before ?

    It's really weird, and it only happens in IE8. It seems that at some part of the code “js” the css is broken.

    jqgrid-editcell

    I don't know it this could help, but i think that I found how to reproduce this “broken css” behavior.

    First, click on any cell, to get the cell edition. Then,

    in reply to: changing row color or font conditionally #91780
    admin
    Keymaster

    Thanks 😉

    I can get it to work using jQuery. I was hoping for something more built-in rather than bolted on. But, there is not an obvious solution out so I may just have to bolt it. When I parse the data back from my DB, I will perfom my conditional statement in that loop. If it needs to change colors I will set a hidden field with a certain value, then when the grid is complete, I will use a custom function to check that value and modify that entire row to a color if required.

    in reply to: Inline Editing : Dynamic Select #91773
    admin
    Keymaster

    Thanks for your help Tony. We ended up modifying the way the grid on this page is displayed and auto-setting a filter for ColumnA, that way all the other columns will know to load only the data related to the value for ColumnA.

    in reply to: Multiple open cells for editing #91772
    admin
    Keymaster

    Thanks Tony 🙂

    in reply to: changing row color or font conditionally #91771
    admin
    Keymaster

    Tony,

    Re: afterInsertRow

    I currently have gridview: true for the grid in question and need that on due to the size of the cols and records returned.

    Is there any other way to change a row's color based on something found in the SQL?

    Jason

    in reply to: IE7/8 Issues #91770
    admin
    Keymaster

    3.6.2 is the version I am currently using.

    in reply to: Disable pagination completely. #91767
    admin
    Keymaster

    Sorry Tony but i am very new to JQuery as well, can you tell me what exactly should i be looking for? also does it mean there is no way to disable pagination with jqGrid?

    thanks a lot!

    in reply to: help in selecting a select option in form editing mode #91766
    admin
    Keymaster

    Really weird, everything is working ok now. I can't figure out why though. I played a bit with the columns in the sql select statement (there were a couple of ids with the same name, from several tables, which I really didn't need). Maybe the php code which sent the xml to the grid, confused somehow these columns and I had some incosistent data.

    Thank you!

    in reply to: delRowData bug on Grid with Multiselect #91754
    admin
    Keymaster

    thanks,tony

    add the test code in the loop ,please see:

    var recs = $(”#mygrid”).getGridParam('selarrrow');

    for(var i=0;i<recs.length;i++){

    in reply to: gridComplete don’t fire after sorting #91747
    admin
    Keymaster

    Thanks Tony,

    my initial setting is datatype: “jsonstring”

    I want local sort, however when i press refresh it should be json. the refresh works fine as long as i do not sort the grid. once i sort, the datatype is set to local and the sort works locally taht is what i want. but once the sort is done the locaComplete or gridcomplete does not fire. how do i change the datatype back to json for refresh?

    in reply to: problem form editing for ClientArray #91729
    admin
    Keymaster

    Hi Tony,

    Are there any news on this feature?

    in reply to: Custom fonts and colors for cells #91721
    admin
    Keymaster

    Yeah I've read quite a bit about it. I looked into it and what I need to do is provide a custom formatter for what I need, the only problem is that I am having a hard time putting it together. This is what I got so far. I will keep trying until I get it, even if it takes me a while.

    jQuery(document).ready(

    in reply to: gridComplete don’t fire after sorting #91719
    admin
    Keymaster

    Hi Tony,

    First of all congratulations on this fantastic grid.

    I am having similar problem. can you tell me if i am doing something wrong Confused i am using java spring/jsp? Also i want to get rid of all the pagenation stuff from this grid and dumpo all the records on to the page, i can do that but not able to get rid of the page 1 of 1 and the buttons associated.

    -====-

    jQuery(document).ready(function(){

Viewing 15 replies - 91 through 105 (of 635 total)

Stay connected with us in your favorite flavor!