I have inherited an application that uses telerik controls. This is my first time to work with it and I’m a little confused.
I have a RadComboBox that has its values hard coded. When the user selects an item, a RadGrid is refreshed to show the records that correlate with the item the user selects from this combo box. This all works great.
I’m trying to create link buttons, so that when the user clicks on one, the RadComboBox value is changed to whatever value I set it to in the codebeind page and the RadGrid is refreshed to show the appropriate records.
I can set the value of the RadComboBox, and see what value it has when debugging, but the RadComboBox in the browser does not reflect the change and the RadGrid is not refreshed when I programatically execute the event handler for it.
Any help would be greatly appreciated!
If the site is using Telerik’s components, then it’s likely using their AJAX components as well, like the
RadAjaxManagerandRadAjaxPanel. Make sure that the LinkButtons are included in the ajax manager’s settings: