4 Answers, 1 is accepted
0
Asfz
Top achievements
Rank 1
answered on 27 Dec 2012, 07:47 AM
i found some sample code,but no response.
who can help me,help to complete get value?
who can help me,help to complete get value?
private
void
WebordersSearchProvince_SelectedIndexChanged(
object
sender, PositionChangedEventArgs e){
if
(WebordersSearchProvince.SelectedItem !=
null
){
DataSet citydr = Global.GetAreaInfo(Convert.ToInt16(?????????));
WebordersSearchCity.DataSource = citydr.Tables[0];
WebordersSearchCity.DisplayMember =
"area_name"
;
WebordersSearchCity.ValueMember =
"area_id"
;
}
}
0
Hi,
Thank you for writing.
The event that you have found is the right place to enter the desired logic. Attached you can find a sample application demonstrating how to achieve the desired functionality,
Kind regards,
Stefan
the Telerik team
Thank you for writing.
The event that you have found is the right place to enter the desired logic. Attached you can find a sample application demonstrating how to achieve the desired functionality,
Kind regards,
Stefan
the Telerik team
Q3'12 SP1 of RadControls for WinForms is out now. See what's new.
0
Asfz
Top achievements
Rank 1
answered on 29 Dec 2012, 02:00 AM
Thank you very much :)
0
Hi,
Do not hesitate to write back if you have further questions on the matter.
Kind regards,
Plamen
the Telerik team
Do not hesitate to write back if you have further questions on the matter.
Kind regards,
Plamen
the Telerik team
Q3'12 SP1 of RadControls for WinForms is out now. See what's new.