Private Sub DropDown_Enter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles dpdBodyCondition.Enter Dim dpd As RadDropDownList = sender If dpd.IsPopupVisible = False Then dpd.Popup.Show(dpd) End If End Sub
1. Is there a way that I can set the top level folder they can access. So lets say I have a directory structure C:\Files\ExplorerFile\Ticket\4\Testing/ I set the explorer to open at C:\Files\ExplorerFile\Ticket\4\ They can navigate down and create new folders but I do not want them to go up past \4.
2. The default is set to Move but you can hold ctrl or shift to make it a copy. Is there a way to set it to default to copy, or turn off the move function?
3. Is there a way to set the control o if you double click a file that it will open rather then right click and open?

Hi,
Is it possible to import an Office XLSX file, whom is Passwordprotected?
Best regards
André

I am trying to export a grid with different row heights.
I have AutoSizeRows = true.
On the apps screen the grid looks great. :)
But when I export it I get an error:
rowHeight should be greater or equal than 0 and less or equal than 600.
spreadExporter.CellFormatting += spreadExporter_CellFormatting;
I have a spreadExporter_CellFormatting function and had:
if (e.GridCellInfo.RowInfo.Height > 600)
{
e.GridCellInfo.RowInfo.Height = 600;
};
But it didnt stop the error happening.
Question, how do I check for the Row height value and set it before/during the export?
Thanks
Deasun.

series.BorderBoxStyle = Telerik.WinControls.BorderBoxStyle.FourBordersseries.BorderBottomShadowColor = Color.Grayseries.BorderRightShadowColor = Color.Grayseries.BorderRightWidth = 20series.BorderBottomWidth = 40We have used RadGridView in our Windows Application and initially we use 2012 year versions of respective telerik dll's.
With those dll's on our specific form where we have used RadGridView, if user enter a filter value to filter desired type of rows from all bunch of rows and close the and reopen the form user can see his last entered filter value has been retained so the rows user can see are also filtered on the basis of filter value.
But when tried to Upgrade to 2020 version of respective telerik dll's we observed above mentioned functionality does not work.
Attached is the respective image of grid. Kindly assist on this.



