Add a value to combobox1 at Runtimemodification
Hi All,
I have a combobox1 which is populated from a mapservice url with years.
For example;
2010
2011
2012
Is it possible to add a value such as "All" to the combobox at runtime?
All
2010
2011
2012
0
-
The only way to do this is by using a Query Task to get the values form the mapservice. Then convert the featureset to a DataItem List, to which you can add (or insert) extra items. 0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar