Hi,
I showing a grid where some columns has username information. when a user is inactive then the username has a strike trough styling by class
This column is a a ForeignKey with ClientTemplate for displaying and the EditorTemplateName to control the editing
what shows a dropdown with Template and ValueTemplate on the UIHint schtml.
And event databound to add a class for the strike trough styling.
So my grid column and dropdwon during edit are all having styling for inactive users
But when I click the filter icon the dropdown has to do the same
Where do I do that?
I cannot find any template or something else to control the ForeignKey bound dropdown.
Can someone help me with this styling problem?
Thanks