Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
bentonM #1
Validating in a DataGrid
I use a TextInput ItemEditor in a Datagrid. How do I make sure the user only inputs numeric input? I can use restrict to get only integers, but what if I want real numbers with two decimal places?
bentonM Guest
-
Validating by tab
I am currently trying to switch my flash coldfusion pages over to submit by flash remoting. I am having a problem with only validating the fields... -
validating datagridtextboxcolumn textbox, validating event fire twice, why?
Anyone has the same experience? I am trying to validate one of the textboxes inside a datagrid, but everytime when i click my mouse on another... -
validating a custom control in a datagrid
hi, i have a datagrid which display custom controls when user clicks edit, changing data. I am using customvalidator to validate this control. I... -
Validating Boundcolumns in datagrid
Hi, I have a Datagrid with boundcolumns. I need to validate the textbox when the user clicks the update link.How can i do it. Also i need to set... -
Once again: validating the datagrid
Hi, After long search of the internet, I couldn't find any solution on validating a datagrid. I have textboxes and validators (required field)... -
pickle jar #2
Re: Validating in a DataGrid
A simple solution would be to use a Number Validator as seen here:
[url]http://livedocs.adobe.com/flex/3/html/help.html?content=validators_1.html[/url]
:S
pickle jar Guest
-
bentonM #3
Re: Validating in a DataGrid
Yes, I've used the validators before. I'm having trouble getting them to work with a component that is part of an Item Editor in a DataGrid. Any advice for this situation?
bentonM Guest
-
pickle jar #4
Re: Validating in a DataGrid
Gotcha, ok how about running a validation in actionscript when a change event
is fired from your item editor.. So when a user enters text the data is passed
to an actionscript function which validates whether its a number or not and
responds accordingly?
pickle jar Guest



Reply With Quote

