kentico_zbysekn
-
7/28/2009 3:47:29 PM
RE:Delete a document via Gridview
Hi Darren, I'm maybe wrong but gridview is often used to call delete on some datasource object, but what you need is to specify some method or code which will use our API to get rid of the document. In this case I think that using of our unigrid control will be much better. It uses xml template determine its layout. You can find nice example of UniGrid connected with deleting documents using our API in ~\CMSDesk\Content\listing.aspx and related files, so I suggest you to use very similar code to achieve mentioned functionality. Best Regards, Zbysek Nemec.
|