Hello Telerik,
I have RadComboBox and text box on user contorol edit form(ascx) inside rad grid.ComboBox is populating with load on demand method and evertyhing works ok.
But, what I want is to get selected value from ComboBox with client side API( OnClientSelectedIndexChanged="HandleEndChanging") and show it on text box.
But it doesn't work.
Identical example works fine on aspx page.
Is there any way to solve this situation?
Regards,
Dubravko
.aspx.cs - I am looking to set the property back to false, but it does not exist!!
RadGrid1.Columns.FindByUniqueName(LI.Value).ReadOnly=
false;
Thanks,
Greg
Hello,
I have textbox and RadComboBox (it is populated with load on demand method)
on user control edit form inside radgrid rows.
When I select RadComboBox how can I pass value to textbox ?
Thanks in advanced!
Regards