Row is not highlighting

QuestionsRow is not highlighting
RG asked 10 years ago

Based on a column condition, I am setting the text color of the row to Red and it is working fine.
Now when I select the rows with Red text, the record is not highlighting. (highlight color is not appearing). How should I fix this?

Thanks
RG

2 Answers
Abu Ghufran answered 10 years ago

Hello,

A little fix will be required in lib/inc/jqgrid_dist.php

Replace:

jQuery('#$grid_id tr.jqgrow:eq('+i+')').css('background','inherit')

with

jQuery('#$grid_id tr.jqgrow:eq('+i+')').css('background-image','inherit')

throughout the lib.

(background -> background-image). This will retain the bgcolor of row. This change will be merged in new version.

RG answered 10 years ago

Thanks Abu. It worked.

Your Answer

4 + 4 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?