Which is the best design practice for edit data in RIA?

Posted by Onet Two on Stack Overflow See other posts from Stack Overflow or by Onet Two
Published on 2011-02-26T15:22:13Z Indexed on 2011/02/26 15:25 UTC
Read the original article Hit count: 169

Hi,

First of all it is a UI design question!

Which is the best design practice for edit data in RIA, for example in Flex or Silverlight?

I would like to show customer's details, but there will be an edit window, than the datas of customer will be editable.

I would like to show a new form where the data can be edited. What is the simplest way to show this form. I can make my ui tabbed, so I can open the form in a new tab, or I can open the form in a popup/modal dialog (Save-cancel). Maybe I can use in line editing.

What is the most user friendly solution in a Silverlight or Flex GUI? What is your opinion?

Thanks!

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about flex