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
245
Bind Allow Edit to a method with properties
posted

Hi what i would like to do is bind the AllowEdit property of a cell to a method on the bound object called

public bool IsReadOnly(string propertyName)

where propertyName is the Column Name of the Cell

is this possible (perhaps using something like http://msdn.microsoft.com/en-us/library/aa348824.aspx)

and if so could someone help me with some example xaml style to do this (sorry i'm very new to this)

thanks in advance

Gautam