I found multiple requests back in 2009 for this feature and it appears it has been implemented.
According to this page, the DateTimePicker does have the ability to show both dates and times to choose.
https://www.telerik.com/products/winforms/datetimepicker.aspx
The page is marked as UI for Winforms and I have been trying to find out how to make the DateTimePicker to show both dates and times.
There is no code for it and no articles. This is for winforms.
Is this even possible?
Thanks.


Hi,
I am having troubles to Import PDF documents based on an Ownerpassword. Is there a way to open these documents?
The only info I find was based on Java:
https://docs.telerik.com/devtools/aspnet-ajax/api/server/Telerik.Pdf.Security/SecurityManager
Regards,
André

Hello,
I have a Windows Form application with a Telerik splitter. I would like to put a limit on how much the splitter can be dragged up. I've been searching high and low for a solution to this problem and I can't find anything. The closest I've come is this site here: http://www.telerik.com/forums/programmatically-setting-size
It recommends setting the AbsoluteSize of one of the SplitPanels. So I set up a moving event handler and did this:
private void radSplitContainerMain_SplitterMoving(object sender, SplitterCancelEventArgs e)
{
RadSplitContainer splitContainer = (RadSplitContainer)sender;
if (splitter.Location.Y < 420
&& splitter.Location.Y > 0)
{
splitContainer.SplitPanels["splitPanelMainChart"].SizeInfo.AbsoluteSize = new Size(
splitContainer.SplitPanels["splitPanelMainChart"].SizeInfo.AbsoluteSize.Width, 100);
}
}
This doesn't do anything though. I am still able to drag the splitter way below 420 and it doesn't seem to reposition it.
Can anyway help me out?

I downloaded the trial version and the only 3 theme options I get are Reset, ControlDefault and EvalFormTheme
Regardless of which theme I drag onto the form.
Do themes not work in the trial?
Thanks.

Hi,
Within the "Demo Application - Telerik UI for WinForms R1 2020 SP1" there is a PDFViewer Firstlook.
Is there a complete download for these demo's? Now it seems to be based on Qiuckstart libraries and I didnot succeed to make them work (as a starter).
Regards,
André

Hi,
I would to ask which element in RadDropDownList control where if I invoke the MouseEnter event, it able to capture the entire control.
Upon trying, each element only cover parts of the control. So when I have MouseEnter and MouseLeave, after mouse hover on the dropdown border, MouseEnter will be invoke immediately, but then at the same time will invoke MouseLeave immediately even though the mouse pointer still within the RadDropDownList control.
I appreciate your help on this.
Thank you!

Hello,
is there a way to enable autosizing on LayoutControls or LayoutGroupControls?
The designer shows Autosize and even AutosizeMode properties, but they dont seem to be working... I'm trying to add a radgridview to a LayoutGroup. The grid is going to show different amounts of rows ​thus having a variable height. I would like the surroundind LayoutGroupControl to wrap around the grid and match its height accordingly.
Kind regards,
Andreas

Hello All,
I have the problem with RadGridView.
How to fill RadGridView with only selected field from dataset.
I have 4 field in dataset, and only field BERAT that only i want to fill to datagrid.
How can make this happen.
The field is : NoTransaksi, NoUrut, Berat

Hi Telerik Team,
I would like to ask how to change the border color of the raddropdownlist during mouse hover event?
Please see attached image for your reference. That is my desired outcome.
I appreciate your quick response on this concern. Thank you!
