I know that RadGrid and other RadControls have Culture
property which is demonstrated everywhere 开发者_开发问答on telerik web site. But is there a way to force all telerik controls to use
System.Threading.Thread.CurrentThread.CurrentUICulture
when choosing culture for control? I really don't want to tell separately each and every control what culture should be used.
My colleague looked everywhere in telerik docs, but it seems to be true. There is no general way to set culture for all telerik controls at one place. Using Culture
property for each control is the only way I know of.
精彩评论