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

validation message disappearing in Kendo grid

3 Answers 225 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vijay
Top achievements
Rank 1
Vijay asked on 29 Apr 2014, 06:00 AM
Hi,
   I have a hierarchical grid which works fine. in the grid I have editable columns which also work properly. Now coming to the problem we have to validate the value in the editable columns which are kendo comboboxes. The validation also works fine but the message appears and then disappears when i click on the tabkey. I forgot to mention that navigation has also been enabled on the grid.it is somewhat similar to the example in the link -- http://trykendoui.telerik.com/iGoz/9. Please do help as I am stuck now
Regards,
Bobby

3 Answers, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 30 Apr 2014, 12:22 PM
Hi Bobby,

Try setting the positioning to fixed, for example: 
<style>
  .k-invalid-msg{
    position: fixed;
  }
</style>


Regards,
Alexander Popov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
nicolaken
Top achievements
Rank 1
answered on 02 May 2018, 03:54 PM

Dear Alexander,

I have a similar problem with the validation error message.

In the grid with pop-up editing if i click update the message apper and disapper as soon as i release the mouse and to show it again i have to edit the text again otherwise it will never apper.

Is there a way to keep the message visibile otherwise the user will never see it ?

Thanks 

Marco

0
Viktor Tachev
Telerik team
answered on 04 May 2018, 11:50 AM
Hello Marco,

For changing the validation message position I would suggest the approach illustrated in the example below:


Give it a try and let me know how it works for you.

Regards,
Viktor Tachev
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Vijay
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
nicolaken
Top achievements
Rank 1
Viktor Tachev
Telerik team
Share this question
or