I want to cancel the oparation in columnChanging if e.Value is 0 and e.Column.ToString().EndsWith("CurrencyId") but I have alot of properties ends with CurrencyId is there any easy way to do it without using reflection ?
I make the code with nettiers (latest stable version I dont know what it is)