This is a migrated thread and some comments may be shown as answers.

FileExplorer value of selected binded Item from database

1 Answer 27 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Jahangeer
Top achievements
Rank 1
Jahangeer asked on 04 Dec 2015, 12:25 PM

Hi,

I've used RadFileExplorer and binded it with my Items table using 

 

CREATE TABLE [dbo].[Items](
[ItemID] [int] IDENTITY(1,1) NOT NULL,
[Name] [varchar](50) NULL,
[ParentID] [int] NULL,
[MimeType] [varchar](50) NULL,
[IsDirectory] [bit] NULL,
[Size] [bigint] NULL,
[Content] [varbinary](max) NULL)

 

I've added data to it and it is shown on fileExplorer now can I get the itemid from this table of selected node??

I've tried RadFileExplorer1.TreeView.SelectedValue inside a button click event, but no use it gives me node text like 'Root/NewFolder/Nature' but I want Nature ItemID which binded with Items table is there anyway I get this ID??

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 04 Dec 2015, 02:37 PM
Hi Jahangeer,

I have already answered your other thread on the matter - please, refer my answer in it:
http://www.telerik.com/forums/fileexplorer-add-menu-item-on-files-to-add-permission

Regards,
Vessy
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
FileExplorer
Asked by
Jahangeer
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or