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

A Save Changes Prompt Control

3 Answers 88 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
kencox
Top achievements
Rank 1
kencox asked on 23 Feb 2010, 06:41 AM
I could use a Telerik ASP.NET AJAX control that encapsulates functionality as described in Using ASP.NET to Prompt a User to Save When Leaving a Page.

The idea is to display a modal RADWindow when the user is about to navigate away from a page that's "dirty" (has unsaved data). It would be nice to have a mechanism that tracks the "dirty" status automatically. Most approaches seem to require handling the tracking manually which would be a pain on a busy page.

Ken

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 24 Feb 2010, 12:37 PM
Hi Ken,

Currently we don't have plans for such control. In addition, I am afraid that RadWindow cannot be used in such scenario - the control is created and handled on the client only and unlike the browser's dialogs (confirm, prompt), radconfirm() and radprompt() cannot block the execution thread - this is something that cannot be done with JavaScript.


Greetings,
Georgi Tunev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
kencox
Top achievements
Rank 1
answered on 21 Mar 2010, 05:56 AM
How about a control that implements Confirm() and that highlights unsaved data?

Something like the dirtyFields jQuery plugin would really be useful:

http://www.thoughtdelimited.org/dirtyFields/

Ken
0
Georgi Tunev
Telerik team
answered on 25 Mar 2010, 01:40 PM
Hello Ken,

Thank you for the suggestion - we will consider it.

All the best,
Georgi Tunev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
kencox
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
kencox
Top achievements
Rank 1
Share this question
or