Hi All,
I have placed a RadGrid and a RadComboBox in my page. On SelectedIndexChanged event of the RadComboBox, i am searching the data and Binding it to the RadGrid. The problem occurs when i select an option for which there is no Data, and just after that, if I try to select an option which has data in the search criteria the following error is showed:
If i place an ASP.NET DropDown in place of the RadComboBox, then everything runs fine. One more thing, if i replace the Telerik 2011 ddl's with my old dll's i.e. 2010, then the error is not coming.
Kindly give me some solution for this problem.
Regards,
Raju Sen
I have placed a RadGrid and a RadComboBox in my page. On SelectedIndexChanged event of the RadComboBox, i am searching the data and Binding it to the RadGrid. The problem occurs when i select an option for which there is no Data, and just after that, if I try to select an option which has data in the search criteria the following error is showed:
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500
If i place an ASP.NET DropDown in place of the RadComboBox, then everything runs fine. One more thing, if i replace the Telerik 2011 ddl's with my old dll's i.e. 2010, then the error is not coming.
Kindly give me some solution for this problem.
Regards,
Raju Sen