RadCombox Client Side Input ID Server Side
- by francisf
Hi All,
Question 1 : RadComboBox i need to find the ID of the Input element at the Server side .
The telerik provides a way to find the ID of the input element() client side. But i nned to find the ID at the server side .
Question 2 : I have a radcombobox to a radgrid and am attaching a client event on itemdatabound for ex discCombo.OnClientLoad = "LoaderDisc" I need to find a way to an argument to this method say an id of another control ?.How do i pass my arguments to the combobox client event ?
Thanks,
Francis P.