This question is locked. New answers and comments are not allowed.
I have a working custom binding, but when I try to do any kind of Date formatting I get always same date: 1.1.1970.
I think I read from some older post that Format is only supported in the server binding. Is this the case? If yes then is there any workaround?
Thanks,
-Tatu
new GridColumnSettings{ Member = "BirthDate", Title = "Birth date", MemberType = typeof(DateTime), Format = "{0:d}"}I think I read from some older post that Format is only supported in the server binding. Is this the case? If yes then is there any workaround?
Thanks,
-Tatu