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

RadAjaxmanager inside Editformsettings

1 Answer 77 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ashwin Deshpande
Top achievements
Rank 1
Ashwin Deshpande asked on 16 Apr 2010, 10:19 AM
Following is the Code Written Inside grid itme Created event..
But on Postback of textchanged ..Listbox seems to Refresh.

ItemCreated Event

Dim
item As GridEditableItem = TryCast(e.Item, GridEditableItem)

 

 

 

 

 

 

 

Dim raditem1 As New RadComboBoxItem

 

 

 

Dim raditem2 As New RadComboBoxItem

 

 

 

Dim raditem3 As New RadComboBoxItem

 

 

 

Dim raditem4 As New RadComboBoxItem

 

 

 

If TypeOf e.Item Is GridEditableItem AndAlso e.Item.IsInEditMode Then

 

 

 

Dim txtuserName As TextBox = DirectCast(item.FindControl("txtuserName"), TextBox)

 

 

 

Dim txtpassword As TextBox = DirectCast(item.FindControl("txtpassword"), TextBox)

 

 

 

Dim lstbLocations As ListBox = DirectCast(item.FindControl("lstbLocations"), ListBox)

 

 

 

 

 

RadAjaxManager1.AjaxSettings.AddAjaxSetting(txtuserName, lstbLocations)
END IF

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 16 Apr 2010, 02:51 PM
Hi Ashwin,

I noticed that you have opened a duplicate post on the same matter. Please, refer to the other forum post for additional information. To avoid duplicate posts, we can continue our communication there.

Regards,
Pavlina
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
Ashwin Deshpande
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or