jQuery UI Widgets Forums Grid Cell styling problem

This topic contains 6 replies, has 3 voices, and was last updated by  mmkesy 11 years, 4 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • Cell styling problem #33159

    mmkesy
    Member

    Hi guys,

    I’m trying to use cellclassname property and custom function is not ivoked .

    cellclassname: classname

    What maybe wrong? (I made a breakepoint in debugger but this function is never invoked)

    I tried something like this also cellclassname: classname() but this as exptected doesn’t work because is invoked only once

    Please help me

    With regards Maciek

    Cell styling problem #33161

    mmkesy
    Member

    In addition to my last post in html I have such an silly efect 🙁

    <div class="jqx-grid-cell jqx-grid-cell-darkblue function (row, columnfield, value) { if (value 0 ) { return ‘green’; } else return ‘red’; } jqx-grid-cell-alt jqx-grid-cell-alt-darkblue” style=”overflow: hidden; position: absolute; height: 100%; left: 980px; z-index: 730; width:80px;” role=”gridcell”>

    Cell styling problem #33164

    mmkesy
    Member

    I noticed that something wrong was with my paste operation (some code is missing) . To put it simply I have my function body as class name 🙁

    Cell styling problem #33167

    Dimitar
    Participant

    Hello mmkesy,

    Please provide us with a sample code, which we may test to discover the source of the issue. Remember to format your code before posting as explained in the forum topic Code Formatting.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    Cell styling problem #33175

    mmkesy
    Member

    Hello,

    Providing with simple was defficult so:

    I had version 2.8 earlier I made upgrade to version 2.8.3 and it works great 🙂 🙂

    The newest one 3.0.4 and 3.0.3 doesn’t work for me at all. I have no error but columns colapsed in left side of the grid. Is something like
    archive of versions ?!

    with regards

    Cell styling problem #33176

    Peter Stoev
    Keymaster

    Hi mmkesy,

    To put my feedback here, too. There are CSS changes since 2.8 so in order to update, you have to update all CSS files as well.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    Cell styling problem #33184

    mmkesy
    Member

    Thank you , I’ll try to upgrade to new version,

    thank you guys, you are doing great job anyway 🙂

    with regards

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.