In my RadGrid, the AllowFilteringByColumn is set to "true".
In the filter row of a GridDateTimeColumn, there's the DatePicker. How can I enable keyboard navigation for the popup calendar?

I would like to take files selected, and automatically "Upload" them to my site without having to see the list of files or use another button?
Is this possible?
Thanks
Rog

Hello sir,
Is it possible to have the favorite option for my radwindow object ?
thank you for your reply.

I want export with image in the hierarchy Grid
1 biff can support image but not support hierarchy
https://docs.telerik.com/devtools/aspnet-ajax/controls/grid/functionality/exporting/export-formats/excel-biff-export
2. Other(HTML,XML) not support image export
Can you help me,how to export with image in the hierarchy Grid?

I'm exporting a RadGrid to excel using the BIFF format, but i can't find a way to set the exported excel file metadata properties like (Author, Tags, Categories...etc)
i know that when using HTML format there's GridHTMLExportingEventArgs e.XmlOptions property that we can use, but how can we do the same for BIFF format?

Dim _uxNotes As RadTextBox = New RadTextBox()_uxNotes.ID = "uxNotes"_uxNotes.Enabled = True_uxNotes.Width = 200AddHandler _uxNotes.DataBinding, AddressOf UxNotes_DataBindingcontainer.Controls.Add(_uxNotes)
I have a grid that will bind upon choosing date with RadDatePicker and code in RadComboBox.
I have set the combo box like this:
<telerik:RadComboBox DropDownAutoWidth="Enabled" ID="cboCode" runat="server" AutoPostBack="true" CheckBoxes="true" EnableCheckAllItemsCheckBox="true"></telerik:RadComboBox>
When I choose more that 4 options, click the Search button, the grid shows the searched data but when i click the export to excel button, it exported nothing.
Meanwhile, if I choose less than 4 options, the data did get exported in the excel - please refer image attached.
Below is the code for export setting:
<ExportSettings ExportOnlyData="true" Excel-Format="Biff" IgnorePaging="true" ></ExportSettings><MasterTableView AllowMultiColumnSorting="true" DataKeyNames="some column name here" AllowNaturalSort="true" CommandItemDisplay="Top" UseAllDataFields="true">

Hi,
In the latest 2019.3.917 release there is a scripting error if setting animation duration to zero. It happens on open. This error is also in your demo (if setting duration to 0):
https://demos.telerik.com/aspnet-ajax/datepicker/overview/defaultcs.aspx
This scripting error was not present in earlier versions.
The effect of this error is that the opened event isn't raised!
Regards
Andreas

I'm trying to create a scenario where the upload must contain exactly 9 files and a way to validate that each one exists.
Is there a way to grab the process, perhaps client side that would allow me perform this check? The methods I've found so far seem to operate on one file uploaded at a time rather than being to examine the entire batch before sending the files. Thanks.
