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

Incorrect behavior when form validation

4 Answers 75 Views
Grid
This is a migrated thread and some comments may be shown as answers.
yerlan
Top achievements
Rank 1
yerlan asked on 23 Jul 2010, 05:25 PM

Hi.

I'm found issue(?) in RadGrid's behavior. When i'm using RadGrid with:

a) AJAX (manager or proxy)

b) Validation (e.g. RequiredFieldValidator, CustomValidator)

c) GridHTMLEditorColumn

on data-modifcation content of GridHTMLEditor extracts as null, even me typed words to it. Error not happens, if RadGrid works without AJAX, but i need ajaxified grid. How I may fix this issue? Thanks.

4 Answers, 1 is accepted

Sort by
0
yerlan
Top achievements
Rank 1
answered on 26 Jul 2010, 11:00 AM
May be runtime adding validators will be helpful? This trouble with RadEditor in validated form  hinders me. Anyone knows solution?
0
Maria Ilieva
Telerik team
answered on 28 Jul 2010, 02:04 PM
Hello,

Please note that for having such scenarios works properly the Validator controls should not be added as updated controls into the RadAjax settings. Please let me know if this is your case.

Greetings,
Maria Ilieva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
yerlan
Top achievements
Rank 1
answered on 28 Jul 2010, 02:11 PM

Maria Ilieva, I'm hasn't added Validator controls into RadAjaxManagerProxy, only ID of RadGrid control.

My case is similar to Read RadEditor values from Grid forms.

----------------------------

Markup of my AjaxManagerProxy

01.<telerik:RadAjaxManagerProxy ID="RadAjaxManager1" runat="server">
02.     <AjaxSettings>
03.          <telerik:AjaxSetting AjaxControlID="Grid1">
04.             <UpdatedControls>
05.               <telerik:AjaxUpdatedControl ControlID="Grid1"/>
06.             </UpdatedControls>
07.          </telerik:AjaxSetting>
08.     </AjaxSettings>
09.</telerik:RadAjaxManagerProxy>
0
Maria Ilieva
Telerik team
answered on 02 Aug 2010, 01:38 PM
Hi Yerlan,

If it is convenient for you please open a regular support ticket and send us a small runnable application which demonstrates the problem. We will test it locally and advise you further.

Kind regards,
Maria Ilieva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
yerlan
Top achievements
Rank 1
Answers by
yerlan
Top achievements
Rank 1
Maria Ilieva
Telerik team
Share this question
or