This is a migrated thread and some comments may be shown as answers.

Looking for DataGrid with Great Looking Data Entry Form (I have an example)

1 Answer 89 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Duke
Top achievements
Rank 1
Duke asked on 02 Mar 2011, 03:52 PM

WPF is all about the user experience. I'm developing a line of business application and need some working examples of a beautiful data entry form.

I'm planning on using a DataGrid and a modal window to add, view and edit records.

Here's an example of a great looking solution for Silverlight, but it's using a Popup control and not a modal window.

(Silverlight example is near bottom of this web page)

Click here for example of great looking data entry form for Silverlight

1 Answer, 1 is accepted

Sort by
0
Yavor Georgiev
Telerik team
answered on 05 Mar 2011, 11:45 PM
Hi Duke,

 You can reuse most of the code in the example you linked to. Our WPF and Silverlight controls share the same codebase for very easy portability. You'll only need to replace the popup used with our RadWindow. RadWindow has a ShowDialog() method which invokes it modally.

All the best,
Yavor Georgiev
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
General Discussions
Asked by
Duke
Top achievements
Rank 1
Answers by
Yavor Georgiev
Telerik team
Share this question
or