Hi there guys,
i have this scenario where we have a lot of transactions on the grid that needs to be approved.The grid has a button bound to it for example...
<telerik:GridButtonColumn ButtonType="LinkButton" FilterControlAltText="Filter column column" Text="Approve" UniqueName="btnApprove" CommandName="Delete"> <HeaderStyle Width="50px" /> </telerik:GridButtonColumn>
The idea is to create and write each record to csv/excel spreadsheet per record once the approve button is clicked.
is this possible?
kind regards
Marc
