Using VS2008, and Telerik radGrid version 2010.1.519.35
I have a about 50 DNN modules using telerik radgrid and I need to display my dates in dd/mm/yy format. It is possible to do this easily in view mode, but when I switch to edit mode, it is more of a struggle. I can write a snippit of code to reformat the displayed date values to dd/mm/yy, but for inserts the user must enter mm/dd/yy.
IOW, I need to change the culture of the form to en-GB culture.
In my DotnetNuke App, I have made a change to the web.config, but it still assumes en-US format.
I am not sure whether I need to set this at web.config level, page level or at the column within the control.
I am struggling with this for a month or more and any help would be appriciated,
thanks
Mark Breen
Ireland
BMW R80GS 1987
My problem was solved for me yesterday by Christoph Herold, – one of the speakers at Day of DNN Europe next week.
The simple solution, as bdukes also suggests, is to add another Language. All you have to do is
1) Go to admin menu and select Languages
2) Add Language Pack
3) Select en-GB as the main and en-US as a fall back
4) Set the new pack as the default.
thats is, the problem is fixed. the packs come pre-installed so i did not have to buy or install anything
thanks
Mark Breen
Ireland
BMW R80GS 1987