Kindly help for datagrid complexity
Hi all,
In my application customers can upload multiple files for their product request. Now Business Executive can open a module named "File Manager" where all the file listing will be shown in datagrid.
In that datagrid there will be a checkbox in first column, request ID in 2nd column, file name in 3rd column and there will be 2 other columns (Upload file, Delete file). Now the requirement is like that by checking checkboxes if user select Download file radio button for one request ID and delete radio button checked for another request ID and click one button below the page say "Action" then one file will be downloaded and one file will be deleted from my file server. Does it possible?
P.S: I had written a code for downloading and deleting single file already but not in this fashion I mean in this datagrid way in which we can
|