Hi,
How do I get by server-side or client-side RadFileExplorer FileBrowserItem's attributes that I set from server-side to the list by the code below:
How do I get the value "myValue" from any of the client-side or server-side?
Thanks in advance.
How do I get by server-side or client-side RadFileExplorer FileBrowserItem's attributes that I set from server-side to the list by the code below:
protected void RadFileExplorer1_ExplorerPopulated(object sender, RadFileExplorerPopulatedEventArgs e){//some code .. then a for loop thene.List[i].Attributes.Add("myKey", "myValue");}}How do I get the value "myValue" from any of the client-side or server-side?
Thanks in advance.