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

Styling the RadWindow for Data Entry

1 Answer 54 Views
Window
This is a migrated thread and some comments may be shown as answers.
Marcelo
Top achievements
Rank 1
Marcelo asked on 31 Aug 2011, 05:14 PM
I have spent the last few days getting the GridView "ready" for data entry (Insert, Update, Delete) and I did notice some issues, like the need to hit Escape twice while "adding a new record" (ShowInsertRow) as well some errors when I try to add a new record after doing a "cancel new record"

Then I come across the link below and that just tells me that I want to go away from having these operations (Insert, Update, Delete) in the GridView

http://www.telerik.com/community/forums/silverlight/gridview/addingnewdataitem-and-haschanges.aspx

Now, what I would like to do is open up a window an style it appropriately for Data Entry. I am sure this has been asked/covered already but I was not able to find much. Can someone please point me in the right direction?

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Vanya Pavlova
Telerik team
answered on 03 Sep 2011, 11:34 AM
Hello Marcelo,

 
Have you checked this blog post? You may reuse most of the code in this example. Our WPF and Silverlight controls share the same codebase for very easy portability. You have to replace the popup used with our RadWindow. RadWindow has a ShowDialog() method which invokes it modally. 


Hope this helps!


Greetings,
Vanya Pavlova
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
Window
Asked by
Marcelo
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
Share this question
or