Technical support This forum is closed.
Version 1.x > Technical support > CMSListMenu DataSource's Problem View modes: 
User avatar
Member
Member
astajl - 2/7/2006 4:28:48 AM
   
CMSListMenu DataSource's Problem
CMSListMenu use the SelectByPath query as default DataSource value, so that the CMSListMenu will display the NodeName.


For example, I use BookName as NodeName. However I wanna display the Book ID on the CMSListMenu instead of BookName.


<b>What can I do if I wanna display other data fields of that document template instead of the NodeName?</b>

User avatar
Guest
admin - 2/7/2006 8:01:23 AM
   
Re: CMSListMenu DataSource's Problem
Hello,

unfortunately, this is not supported for the CMSListMenu. This control is intended only for common menu navigation. You would need to retrieve the items as a DataSet using TreeProvider.SelectNodes and render them using your own code.

Alternatively, you could use the Book ID as the source field for the NodeName.

Best Regards,