Hello
I have a grid with a column bound to TimeSpan datacolumn. I would appreciate any indications about how to set the built-in mask editor: I want to be able to set the hour and the minute, but not the seconds -with the ":" separating. If the Tab key is pressed, I would like to pass to the next section.
Thanks a lot.
Hi,
The TimeSpan data type does not support IConvertible. So there's no way the grid interpret a strings typed into a cell as a TimeSpan.To get this to wor, you would have to use a DataFilter and handle the conversion to and from a string yourself. As far as I know, there's no parse method on TimeSpan, either, so converting a string into a TimeSpan could be tricky.
Hello,
I have exactly the problem. Is there an update or solution to this question ?
Any help is appreciated,
Dennis