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

access radcombo1.seletedvalue in radcombo.itemrequested event

1 Answer 48 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Harin Yadav
Top achievements
Rank 2
Harin Yadav asked on 11 May 2011, 03:19 PM
HI

in want to access RadCombo1.selected value in Radcombo2.Itemrequested Event with out  any client script

for Preformace ,how to set integral heigt to rad combo

Thanks
Harin

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 16 May 2011, 01:30 PM
Hello Harin,

In general when ItemsRequested event is fire a callback to the server is made. In the event handler function you could access only properties of the control which has fired the event, in your case the second RadComboBox.

Since the request to the server is made with a callback, the information from the other controls on the page is not sent to the server and thus you can't access their properties.

You could pass information to the server-side event handler function, if you initiate a request for items with the client-side requestItems method, but since you don't want client-side code this is not an option for you.

Regards,
Dimitar Terziev
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
General Discussions
Asked by
Harin Yadav
Top achievements
Rank 2
Answers by
Dimitar Terziev
Telerik team
Share this question
or