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

Validation information can not disappeared automatically

1 Answer 203 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Gary
Top achievements
Rank 1
Gary asked on 29 Dec 2012, 04:43 PM
Hi,
Bug.

1. When the grid editing mode is Popup.

The following test cases are based on 'Add new item' function.
For the Required Validation:
Case 1:
Step 1: (Normal)
Delete all default in textbox and leave this textbox(use mouse to leave textbox), then show a tips. The means this textbox cannot be null.

Step 2:(Bug)
Input a value in textbox,
If Step1 use mouse to leave this textbox, then both use mouse and press tab to leave textbox are the tips disappeared.
But Step1 use Tab to leave this textbox, then only press Tab to leave textbox the tips is can be disappeared at this step.
In actually, whether I leave this textbox use anyway at step1, that can not to impact the tips' appear/disappear.

Step 3:(Bug)
Delete the value in this textbox again.
If Step2 use mouse to leave this textbox, then both use mouse and press tab to leave textbox are the tips appeared.
But Step2 use Tab to leave this textbox, then only press Tab to leave textbox the tips is can be appeared at this step.

Step4:(Bug)
Input a value in this textbox again and leave this textbox(use mouse / press tab), but the tips can not disappeared.

For data type Validation:
The field's definition:
public decimal Tonnage { get; set; }

Case1:
Step1:(Normal)
Change this textbox value from default value '0' into a character(eg:'f'), and leave this textbox(mouse/tab), the tips is appeared.

Step2:(Bug)
Change this textbox value from 'f' into a number.
If use mouse to leave textbox at step1. Then both use mouse and tab to leave textbox are the tips disappeared.
But if use tab to leave textbox at step1. Then only use tab to leave textbox, the tips is can be disappeared.

Step3:(Bug)
Change this textbox value from a number into 'f'.
About leave textbox has same problem with Step2.
The tips is appeared.

Step4:(Bug)
Change this textbox's value from 'f' into a number.
Both use mouse and tab to leave this textbox are the tips can not be disappeared.

Case2:
I had assignment the UI-Culture to the 'zh-CN' (Chinese).
<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<CarryingCapacityMD>"
    UICulture="zh-CN" %>

But the tips can not be localized.

About Input:
If double click to select all text in the textbox, I can't to input any value.
I must Click the textbox first and double click to select all text in the textbox, that can input value.

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 31 Dec 2012, 10:34 AM
Hi,

 We couldn't reproduce those problems in our live demo. The validation messages always disappear when the widget loses focus and contains a valid value.

Regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Gary
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or