Hi
I'm new to both sitefinity and radgrid.
How can I assign the list returned by this fluent api code;
App.WorkWith().Documents().Where(d => d.Status ==
Telerik.Sitefinity.GenericContent.Model.ContentLifecycleStatus.Live).Get().ToList();
to a grid such that first column of the grid displays retuned documents’ titles and second column is a column of buttons such that when a button is pressed it will open the relevant document in a radwindow for viewing?
Many thanks for the help.
Regards