Hai i want to hide the grid rows in rad file explorer i.e i want to display recently uploaded file only with uniqe name.
3 Answers, 1 is accepted
0
Dobromir
Telerik team
answered on 29 May 2012, 08:36 AM
Hi Siva Sankar,
If I understand you correctly, you want to hide the Size column of the explorer's grid component. You can achieve this by setting the column's Display to False, e.g.:
If this is not the case, could you please describe in more details what exactly you want to achieve?
Greetings,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
But i.e not my problem actually if i was upload a file name "abcd", next time when iam uploading same file (iam renameing it when uploading file "abcd")the renameing file only should display and previous file i.e first uploaded file doesnot display in grid.
0
Dobromir
Telerik team
answered on 25 Jun 2012, 03:22 PM
Hi Siva Sankar,
If I understand you correctly you are renaming the old file instead of overwriting it, and you do not want to display old files. To do so, you can use RadFileExplorer's ExplorerPopulated server-side event to filter the displayed items.
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.