Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I need to add the ECB functionality to the results of a document search (Core Search results). Does anyone know if this is possible? I was hoping to add this through the XSL of the web part but haven't been able to find anyway so far. If not possible OOTB, anyone have another suggestion on how to do this?

Thanks!

share|improve this question

1 Answer

I would imagine that it is possible if you display your results in an SPGridView control. I've added an ECB style menu to a SPGridView with list data, but you can bind an SPGridView to anything.

share|improve this answer
Could you give us an example of how you add ECB functionality to SPGridView? – Benny Skogberg Dec 14 '12 at 7:37

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.