All Tags »
XML »
CellEditors (RSS)
Sorry, but there are no more tags available to filter with.
-
Hi , I´m trying to insert a listbox into a cell, but still I couldn´t.
I´m loading a xml like this
StringBuilder data = new StringBuilder();
data.Append(''<r>'');
data.Append('' <name>William</name>'');
data.Append('' <p>'');
data.Append('' ...