You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nuPickers had property editors for various combinations of a data-source + editor ui (hence Enum Typeahead List Picker didn't exist as it's an unlikely data-set to be used with a typeahead)
this new project will use a common data source for all property editors - essentially using something like the nuPicker DotNet for all data sources.
each data source need to be able to return the following for each option:
a string key (default to using the key instead of id ?)
a string label
a parent id (for a tree picker / cascading drop downs) ?
The text was updated successfully, but these errors were encountered:
nuPickers had property editors for various combinations of a data-source + editor ui (hence Enum Typeahead List Picker didn't exist as it's an unlikely data-set to be used with a typeahead)
this new project will use a common data source for all property editors - essentially using something like the nuPicker DotNet for all data sources.
Enum
Json
Lucene
Relation
Sql
Xml
each data source need to be able to return the following for each option:
a string key (default to using the key instead of id ?)
a string label
a parent id (for a tree picker / cascading drop downs) ?
The text was updated successfully, but these errors were encountered: