I have webdatagrind which is pulling data from database. there is one asp.net dropdownlist inside webdatagrid which is also pulling data from the database.
the problem is
I can able to removing selected record using check box from the grid successfully and then reloading grid again from the database .
But i am getting error with (dropdownlist.selectitem.text) second time when i select check box and then submit.
Thanks for your help
Hello Chiranjeevi,
The reason for the an exception to appear after a record is deleted could be that the data is no longer available in the database.
Does the error appear the second time the user deletes a row in the grid?
You mentioned that the error appears with dropdownlist.selectitem.text, please share the stack trace of the exception so I can look further into it.
thank you Maria for your response.
please find below image it will help you understand issue
I put together a sample project based on your description where a row is deleted from the grid and the dropdownlist items are displayed as expected. The project is build against version 18.2.
Which version do you use?
Please feel free to modify the project so it better illustrates your scenario.
WebDataGrid_DropDownList.zip
Thanks maria for your reply
I am using infragistic controles with the version 13.2.20132.1003