kentico_martind
-
3/10/2010 3:35:54 AM
RE:How to force specific transformation?
Hello,
Basically it depends on document types specified in 'Document types' property of web part - if doc. type of current document is included in the list the 'selected item transformation' is used, otherwise 'default' transformation is used.
I think the problem with your approach is that system doesn't actually open the actual product document when you select it in datalist because you use AJAX. You will need to check in your code if/what item has been clicked and if the item is clicked you will need to set wherecondition of datalist to display only selected item and also set name of transformation from 'Selected item transformation' field into 'Transformation' field in this case.
Best Regards,
Martin Dobsicek
|