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

RadGrid with RequiredFieldValidator in UserControl used for edit

1 Answer 69 Views
Grid
This is a migrated thread and some comments may be shown as answers.
jason
Top achievements
Rank 1
jason asked on 18 Mar 2020, 06:43 PM
     I have a RadGrid that uses:
                <EditFormSettings CaptionFormatString="Update Project" InsertCaption="New Project" PopUpSettings-ShowCaptionInEditForm="true" UserControlName="Project.ascx" EditFormType="WebUserControl"><br>                    <EditColumn UniqueName="EditCommandColumn1"><br>                    </EditColumn><br>                    <PopUpSettings KeepInScreenBounds="False" Width="1000px" Height="800px" OverflowPosition="UpperRight" Modal="true" /><br>                </EditFormSettings>

 

On the user control, I have a RadComboBox that uses a regular asp.RequiredFieldValidator with runat="server".

 

When the combobox is not populated, the validation works and the asterisk displays, but ONLY after the whole popup window blinks.  Is there any way I can stop this blink?  Why is it happening?  I can post more code if necessary.

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 23 Mar 2020, 05:46 AM

Hello Jason,

 

You can try to check the web.config file of the project to see whether the ValidationSettings:UnobtrusiveValidationMode property is enabled as demonstrated here:
https://docs.telerik.com/devtools/aspnet-ajax/general-information/troubleshooting/jquery-troubleshooting

 

Regards,
Eyup
Progress Telerik

Get quickly onboarded and successful with UI for ASP.NET AJAX with the Virtual Classroom technical trainings, available to all active customers. Learn More.
Tags
Grid
Asked by
jason
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or