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

[Solved] Rad Grid with PostBack

1 Answer 109 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Muthuraj
Top achievements
Rank 1
Muthuraj asked on 20 Apr 2009, 04:58 AM

Hi
Issue #1:
   I used Rad grid with in User control.  The User Control have some set of Function . like Area Associations    wtith drop down, like wise Country, State, City.  When i Choose the Country drop down values that time loaded the related cities in Second Drop down like wise...
and Also some Dynamic Control are there for example When i Click the button that time the automatic row generated... my problem is i Edit Come text box values in Update mode. then i click this button that time the Edited values is disappear . and database values is display again.  How can i Solve this problem. the Edit Mode Code event i wrote in Code Behind C#.Net.

Issue #2
   i could not call the Ajax in edit mode drop down and another control How can i call the Ajax in edit mode Control . For example The above example area association country, state, city.  is not properly doing in Ajax in Edit Mode. and Button Click event the Auto Generated Column is not Working the Ajax. How can i Fix this Problem

Regards
G. Manikandan

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 23 Apr 2009, 01:43 PM
Hello Muthuraj,

Straight onto your questions:

#1 :
May I ask you to provide more detailed description about your scenario? A code snippet will be very helpful to understand what you are trying to achieve.

#2 :
You can ajaxify the controls in the auto-generated edit form with RadAjaxManager. This control will give you the ability to ajaxify particular controls. To achieve your goal you need to reference the controls from the Edit form and add AjaxSettings for them in the RadAjaxManager.AjaxSettings collection. You can achieve this in the ItemCreated event hander.

For further information I will suggest you examine the following help articles:
Add AjaxSettings programmatically, Referencing controls in grid row/edit form.

Kind regards,
Georgi Krustev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Muthuraj
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or