I have not used this component
<http://weblogs.macromedia.com/pent/archives/2006/08/flex_2_componen.cfm>
but it looks like you could use it as your item editor. If you don't
want to mask input, but just want to validate that it is all numeric
during the edit or at the end you could use a validator
<http://blog.fastlanesw.com/?p=19> during the itemEditEnd processing as
I describe on my blog.
hth
Scott
Scott Melby
Founder, Fast Lane Software LLC
http://www.fastlanesw.com
candysmate wrote:
I have a datagridcolumn with which I only want the user to enter
numerical data. I do not wish to use an itemrenderer. How can I do
this please?