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
560
How to color a cell at the binding of data?
posted

Hello, i have a DataPresenter, which has a GridView. It bind a List of OrderData with some properties, one of them is a bool IsLocked

 

Is there a event at the binding of data to the presenter, to get the current OrderData to lock for the IsLocked Property to mark or color the Cell with a color?