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

show server side error messages

3 Answers 187 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Vlad
Top achievements
Rank 1
Vlad asked on 29 Aug 2011, 02:08 PM
I would like to show an error message to user
when input validation fails on server side but
keep user on the same input screen with all
values he entered preserved. I know how it is done
using regular approach without Telerik controls. I can inject
javascript which will show DIV styled as a message box
with OK button and on top of other page layers. (kind of lightbox)

I just would like to know if Telerik has built in support for error message display
before I implement a custom error messaging like that.

Thank you.

3 Answers, 1 is accepted

Sort by
0
Accepted
Sebastian
Telerik team
answered on 29 Aug 2011, 03:12 PM
Hi Vlad,

You may consider utilizing our RadWindow or RadNotification components for this purpose. They both can serve the purpose you described. Review their live demos illustrating sample use cases for more info.

Best regards,
Sebastian
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 >>

0
Vlad
Top achievements
Rank 1
answered on 29 Aug 2011, 06:48 PM
Thank you for quick reply.

How radnotifications are implemented, are they DIVs or windows ? I am  worried about popup blockers because
want to be sure that error messages are shown no matter what. 
0
Sebastian
Telerik team
answered on 30 Aug 2011, 11:44 AM
Hi Vlad,

The RadNotification control uses divs for its rendering - you can confirm that by inspecting the rendered html of the page where it is displayed.

Regards,
Sebastian
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
General Discussions
Asked by
Vlad
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Vlad
Top achievements
Rank 1
Share this question
or