Copy link to clipboard
Copied
Hello all ,
I need to create a similar list for mobile application. Suggest me which one to use either datagrid or list control . if the user clicks the phone no , should be redirected to dial pad . how to achieve it , which component to use ?
Copy link to clipboard
Copied
don't use any component. create a movieclip that looks like one of those rows, add your gray rounded-rect background, vertical shapes and the X, the static text you've shown and dynamic/input textfields.
add whatever number of those to a parent object, position them and define your scroll behavior for the parent and tap behavior for each row.
Copy link to clipboard
Copied
Hey i am using flash builder to develop mobile app using flex and adobe air
Copy link to clipboard
Copied
if you have to use a component then the list component is more suitable (at least, the flash pro list component is) because there's only one column per row. in flash pro you would need to use a custom cell renderer to style each row.