newperson

Forum Replies Created

Viewing 9 replies - 16 through 24 (of 24 total)
  • Author
    Replies
  • in reply to: Correct width alignment of buttons and text in Navigator #91777
    newperson
    Participant

    You know how to change the font size?

    In your head section of your html add the following

    .ui-jqgrid {font-size:0.8em}

    Change the 0.8em to meet your needs.

    in reply to: changing row color or font conditionally #91776
    newperson
    Participant

    ConfusedJason said:

    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


    Jason,

    Yes there is a way and it seems to be rather easy if you know jquery and a little about css.

    If you look at this post Custom fonts and colors for cells

    in reply to: Custom fonts and colors for cells #91751
    newperson
    Participant

    Thank you for the reply, I have been working on this all day today but everything I think of trying just doesn't seem to work.

    Maybe you can clarify a few things for me.

    .selected { color:red; }
    .highlight { background:yellow; }

    //This does not work it returns the cell value + [object Object]

    function highlight (cellvalue, options, rowObject)

    in reply to: 3.6.2 Entire Grid Drag & Dynamic Dropdown Help #91743
    newperson
    Participant

    Thank you very much Tony this is now working.

    Here is what it'd look like (help other fellow new people)

    jQuery(document).ready(

    in reply to: Custom fonts and colors for cells #91717
    newperson
    Participant

    Thank you very much for the update. What I'd like to accomplish is check columnid 'item_count' (which is defined

    in reply to: 3.6.2 Entire Grid Drag & Dynamic Dropdown Help #91712
    newperson
    Participant

    I am so sorry, you know what it is? I have been working on resizing my grid for the last few days and I was able to get that done. So I have that word stuck in my head. What I want to accomplish is “Drag” not resize.

    Thanks for reading this once again.

    in reply to: 3.6.2 Entire Grid Drag & Dynamic Dropdown Help #91704
    newperson
    Participant

    Thank you very much

    Regarding the resizing, I might be asking for too much but could you hold my hand on how to accomplish this? I tried looking at the 36 demo files and I went through all features on the demo page to see if this was something that was discussed and I was not able to find any already working examples.

    Regarding the dynamic dropdown list, yes you did understand correctly. Here is a screen shot of what it would look like

    DynamicDropdownList

    in reply to: changing row color or font conditionally #91702
    newperson
    Participant

    tony said:

    Hello,

    It work on both cases – from the request and when you add a row with addRowData.

    Best Regsrds

    Tony


    Thank you for the reply.

    In my situation I don't need to edit fields. However I would like to highlight fields of a column that are less than an integer value that equals 600

    in reply to: Custom fonts and colors for cells #91696
    newperson
    Participant

    karabot,

    if you figure it out it'd be cool if you could follow up here, what you want to do is a cool idea and I could definetely use it on my grid. I looked at the link tony provided but god damn it's way over my head.

Viewing 9 replies - 16 through 24 (of 24 total)

Stay connected with us in your favorite flavor!