I have requirement where need to show read-only fields in editable grid with different background.What I want is whenever user mouse hover in any field of the row or select the row, complete row needs to be highlighted including read only fields.
But currently when I mouse hover in any editable field or select the row, background of read-only fields not changing as per the selected row background or mouse hover background.
How can I achieve this behavior? Attached sample application with style.
Thanks in advance.
That's exactly what i was looking for.
many thanx.... Stefan.
Hello keinanj,
Thank you for your post. I have been looking through you sample project and I rewrote the style for your ReadOnly Fields. I also attached the updated project so that you will be able to copy the new style. Please let me know if this covers your issue.
Looking forward for your reply.
it would be nice, if anyone have any solution.