Hello,
Probably little bit strabeg question:
Is it possible to run some external WinForms exe in DocumentWindow?
Thank you.

Hi, I have a Tab Control with several Tab Pages, and I would like to create/modify borders for the actual tab portion...
Is this possible?
Thanks much,
Rich
Is it possibly to suppress the 0.00 value and show just a empty cell.
That's because i've a grid with lot of currency values and it's mostly better just to see cells with values != 0.
RadGridView1.Columns.Add(New GridViewDecimalColumn("Currency"))
RadGridView1.Columns(0).FormatString = "{0:C}"

Greetings,
I'm using a RadListview as a sequential timeline, so I want to make it look like a linear timeline.
I've written these lines to make sure that only horizontal scrolling is allowed (also did some changes via Smart Tag) :
Timeline.VerticalScrollState = ScrollState.AlwaysHideTimeline.HorizontalScrollState = ScrollState.AlwaysShowTimeline.VerticalScroll.Enabled = FalseTimeline.VerticalScroll.Visible = TrueTimeline.HorizontalScroll.Enabled = TrueTimeline.HorizontalScroll.Visible = True
But no success! It still looks like it vertically adds items. Check out the gif I've attached.


private void rchk3Yes_Click(object sender, EventArgs e) { if (((Telerik.WinControls.UI.RadCheckBox)sender).Checked == true) { //already checked, it will uncheck rchk3Yes.Checked = false; } else { //checks itself and unchecks other checkboxes if (rchkUnknown.Checked == true) { rchkUnknown.Checked = false; } if (rchk3No.Checked == true) { rchk3No.Checked = false; } } }
Hi,
I am develop Win application in VS2010 and Telerik 2015.
I cannot start VS 2010 today (2020-4-7).
VS is hanged and the message in the task bar is [Telerik data access addin loaded(9875)] .
There is no problem in last Friday (2020-4-3).
I reboot my PC and re-start VS2010 and the message is [Telerik data access addin loaded(6251)].
Please help.

Could you, please help me to find code examples how to format numeric and datetime fields(columns) in RadGridView .
We need comma separator for numeric fields in RadGridView columns.
We also need short datetime format for datetime fields in RadGridView.
The problem is that we adding dynamically all columns from the c# code.
So we have to format columns on a fly.
Hello,
I'm looking at some Telerik code that was written by another engineer who worked on our Telerik code maybe a year or two ago. He had built 12 or so Telerik WinControls and all of them -- except one -- are Telerik.WinControls.UI.Docking.ToolWindow (s).
For the one that isn't a ToolWindow, the WinControl is a Telerik.WinControls.UI.Docking.DocumentWindow.
From a quick google search, it appears the ToolWindow and the DocumentWindow work in essentially the same way, but what I am observing is that the DocumentWindow control doesn't re-create itself if that control was closed on the previous run of our application. All of the ToolWindow controls DO re-create themselves if closed on the previous run of our application.
Further, there is a dock.xml file that gets created at the conclusion of running our application. It appears all the ToolWindow controls get saved into that file, but the DocumentWindow control does not. Unsure if this is due to bad code on our side, or just intended behavior (haven't dug deep into this).
...
To state one specific question: Is it safe to just change the one DocumentWindow to a ToolWindow?
- Max
