| Author |
Message |
Kele
Guest
|
Posted:
Thu Jan 06, 2005 9:45 am Post subject:
Custom Property Multiple Selection |
|
|
Does anybody know if it is possible to have a Customer
Property "Category" and allow the user to select one or
more of the items listed?
eg. Category Items
- All
- Category1
- Category2
- Category3
Item1 may belong to Category1 and Category3.
The reason for wanting this is to then be able to create
different Views of the postings for the various
Categories.
Thanks,
Kele |
|
| Back to top |
|
 |
Mei Ying [MVP]
Guest
|
Posted:
Thu Jan 06, 2005 10:08 am Post subject:
Custom Property Multiple Selection |
|
|
Hi
Save the Custom property value as an XML or a comma-
separated list.
For this, you'd probably want to build your own user
controls to manage how the property values are presented
to the author. Take a look at a solution Stefan has
provided (also mentioned just one thread down):
http://www.gotdotnet.com/Community/UserSamples/Details.aspx
?SampleGuid=2A85D442-286F-4AD6-8A03-82436BF956A5
Another option is to store the content in an
XmlPlaceholder - and write say, a
CheckBoxListPlaceholderControl to manage the presentation.
regards
Mei Ying
---
Blog: http://meiyinglim.blogspot.com
Contact: meiyinglim@hotmail.com
---
| Quote: | -----Original Message-----
Does anybody know if it is possible to have a Customer
Property "Category" and allow the user to select one or
more of the items listed?
eg. Category Items
- All
- Category1
- Category2
- Category3
Item1 may belong to Category1 and Category3.
The reason for wanting this is to then be able to create
different Views of the postings for the various
Categories.
Thanks,
Kele
.
|
|
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Thu Jan 06, 2005 5:33 pm Post subject:
Re: Custom Property Multiple Selection |
|
|
Just to add: here are some screenprints of the sample:
http://blogs.msdn.com/stefan_gossner/articles/252808.aspx
"Mei Ying [MVP]" <anonymous@discussions.microsoft.com> wrote in message
news:15a201c4f3a5$5c3cfa30$a501280a@phx.gbl...
| Quote: | Hi
Save the Custom property value as an XML or a comma-
separated list.
For this, you'd probably want to build your own user
controls to manage how the property values are presented
to the author. Take a look at a solution Stefan has
provided (also mentioned just one thread down):
http://www.gotdotnet.com/Community/UserSamples/Details.aspx
?SampleGuid=2A85D442-286F-4AD6-8A03-82436BF956A5
Another option is to store the content in an
XmlPlaceholder - and write say, a
CheckBoxListPlaceholderControl to manage the presentation.
regards
Mei Ying
---
Blog: http://meiyinglim.blogspot.com
Contact: meiyinglim@hotmail.com
---
-----Original Message-----
Does anybody know if it is possible to have a Customer
Property "Category" and allow the user to select one or
more of the items listed?
eg. Category Items
- All
- Category1
- Category2
- Category3
Item1 may belong to Category1 and Category3.
The reason for wanting this is to then be able to create
different Views of the postings for the various
Categories.
Thanks,
Kele
.
|
|
|
| Back to top |
|
 |
|
|
|
|