Disable Row Highlighting on Save

QuestionsDisable Row Highlighting on Save
Greg asked 6 years ago

Is it possible to disable row-highlighting once we have saved the record?

Thank you.

1 Answers
Abu Ghufran Staff answered 6 years ago

You can override css style to remove highlight effect.

<style>
.ui-state-highlight{
border:inherit!important;
background:none!important;
}
</style>

You can adjust colors as per your theme.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

2 + 8 =

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?