Site structure
Version 5.x > Site structure > Edit document type in live site View modes: 
User avatar
Member
Member
Evgeny_Ivanov-epam - 2/3/2011 3:12:40 PM
   
Edit document type in live site
Hi!
I want to edit my custom document type like Grid View, i.e. list of the instances of the my document type shows as table view with action (edit, delete, add new instance like asp.net standard Grid View)

I have such structures of the documents:
-pageWithDocuments
--MyDocument1
--MyDocument2
--MyDocument3
-otherPage

In other way I want to use standart asp.net Grid View for this purpose, but I don't know how to bind instance of the my document type ( I know path to these documents. It is pageWithDocuments/%). How can I bind them to asp.net Grid View control?

User avatar
Member
Member
Evgeny_Ivanov-epam - 2/3/2011 3:14:34 PM
   
RE:Edit document type in live site
Like this:
User image

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 2/7/2011 2:19:28 AM
   
RE:Edit document type in live site
Hi,

I am not sure if user contributions module will fit your need.

If you want to go the grid view way anyway, you can use our API to get the document values:

Please see the content management internals document and that section of the developer's guide to see the API which can be used for this purpose.

Best regards,
Juraj Ondrus