is there a way how to obtain the default list of custom actions in ECB ? I tried list.UserCustomActions but it returns only custom actions added by user. In my case it returned 0. I would like to obtain custom actions like Edit, View CustomAction objects. I using SPGridView and I would like to make o copy of them because the data come from search engine. I would like to this look close to list view. It is possible? Thanks
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
|||
|
|
|
If I understood you properly, you want ECB for your list, if yes then you don't need to copy default ones but just this code to create a new ECB column and add it to SPGridView,
Don't think you can get default ones, you might need to re-create them, here's the tutorial. |
|||
|
|
