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

Show mandatory indicator on popup edit mode

1 Answer 310 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 1
Veteran
Kevin asked on 12 Nov 2020, 01:06 AM

Sorry if this has been asked before but how can I show a mandatory indicator (a red *) after Title for each mandatory field in popup edit mode? 

Thanks

Kevin

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 12 Nov 2020, 10:36 AM

Hello Kevin,

There are three approaches you can take:

  • Keep using the grid popup edito as-is - when the user clicks Save or types an invalid value in an input (such as clear a required input), validation messages will pop up immediately to notify them. You can check this in our poup editing online demo - try deleting the Name.
  • Use the EditorTemplate of the desired column to add the marker you require next to your customized editor (input).
  • Create a custom popup form that will let you define the layout and markings as desired.

 

Regards,
Marin Bratanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Grid
Asked by
Kevin
Top achievements
Rank 1
Veteran
Answers by
Marin Bratanov
Telerik team
Share this question
or