Skip to main content
Participating Frequently
November 2, 2013
Question

Grid /List help

  • November 2, 2013
  • 1 reply
  • 612 views

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 ?

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
November 2, 2013

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.

Participating Frequently
November 3, 2013

Hey i am using flash builder to develop mobile app  using flex and adobe air

kglad
Community Expert
Community Expert
November 3, 2013

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.