jQuery UI Widgets › Forums › Grid › Cell styling problem
This topic contains 6 replies, has 3 voices, and was last updated by mmkesy 12 years, 5 months ago.
-
AuthorCell styling problem Posts
-
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
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”>
…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 🙁
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,
DimitarjQWidgets team
http://www.jqwidgets.com/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
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 StoevjQWidgets Team
http://www.jqwidgets.com/Thank you , I’ll try to upgrade to new version,
thank you guys, you are doing great job anyway 🙂
with regards
-
AuthorPosts
You must be logged in to reply to this topic.