Hello, I have a grid cell formatted as combobox, displaying Valid values through a ValueList. Values are datetime, e.g.
"12/25/2018" for xmas and /07/04/2018" for 4th of July. Everything works good as long as I keep en-US locale: selection of first is parsed as Dec25, selection of second is parsed as 4th of July.
When I switch to another format and I display values according to locale (MM/dd/yyyy): selection of first still results in Dec 25th, while selection of second results in 7th of April.
Things get worse when I use keys for the valid values.
If I map first as "xmas" and second as "4th July" I get a CellData error exception.
How can I instruct the grid cell to parse selection according to the locale? and using keys too?
Thanks in advance for any help you can provide
Thanks Michael, this is not necessary. I could fix my problems settings "DisplayText" as Display Style for the Value List
Thanks for your help
Best regards
Valentina
Hello,
Thank you for posting in our forums!
We will need some more information to provide the best assistance to you for this issue.
The best way for us to assist you is if you provide a small, isolated sample that we can run and use for debugging locally.
If you are unable to provide an isolated sample I may be able to give suggestions if you provide the code for your page.