Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
550
Dropdownlist gets lost after Table.LoadDataRow(datarow.ItemArray, True)
posted

The 3rd column in my grid is setup as a dropdownlist. The valuelist is created in the InitializeRow event, where the comma delimited value is split/separated into the valuelist. The issue is when I go to update the table with new values with the Table.LoadDataRow method, the InitializeRow doesn't get fired again (because the value didn't change); the value in that column is the full value, comma delimited, that came from the dataset instead of the formatted look as a dropdownlist.

Any ideas on what I can do?

Parents
No Data
Reply Children
No Data