I have a dropdown bound to a datatable.
I would like to remove items in the drop down as I need the rows in the datatable at a later stage.
I have looked in the InitializeLayout event but not sure how to remove items in the drop down.
Help!
foreach (var row in e.Layout.Rows) { if (row.Cells["colname"].Value.ToString() != "value") row.Hidden = true; }
Hello,
Please let us know if you need any other assistance.