I used the codes written here for OnClientSelectedIndexChanged: http://www.telerik.com/help/aspnet-ajax/combo_clientsideonclientselectedindexchanged.html
The event is raised when an item selection is changed but the parameters are not passed.
eventArgs is null inside the function and sender just has Text and Value properties.
Any help is much appreciated.
The event is raised when an item selection is changed but the parameters are not passed.
eventArgs is null inside the function and sender just has Text and Value properties.
Any help is much appreciated.