I am using the telerik:dialogopener and there are two things I would like to do onload of it.
1. Hide the folder view by triggering the collapse functionality of the splitbar.
The split bar to collapse / expand the folders has an ID of "RAD_SPLITTER_BAR_COLLAPSE_Forward_RadFileExplorer1_splitBar"
Can I force a click of it somehow?
2. Sort the files by filename (not by filetype)
Clicking the heading "Filename" sorts the files how I want, but I would like it to load that way.
I see the onlick event of it... $find('RadFileExplorer1_grid_ctl00').sort('Name'))
Can I force a click of it somehow?
Is it possible to set something with FileManagerDialogParameters or in a javascript on loading of the dialog?
thanks!