Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
295
BlurEffect on Cell by Code
posted

Hello,

I would like to add a blur effect on bound column according the user autorisation.

Have you any idea how to do this?

Regards

Parents
  • 12875
    Verified Answer
    posted

    Hi, 

    I might recommend using a style for the CellValuePresenter with triggers bound to your authorization property.  The only concern there would the any impact on performance.   Another idea would be to hide the column completely if they aren’t authorized.  For that you could bind the Visibility property, setting it to visibility.collapsed if they aren’t authorized, using perhaps a converter from bool to visibility setting. 

    Please let me know if you have further questions.

Reply Children
No Data