Hello Telerik Team,
I'm using Telerik UI For Winforms 2017 SP1.
When I was creating Progress Bar Column in radGridVew from Property Builder Dialog,
1. Property Builder Dialog close immediately
2. ProgressBar column was not created
3. Name of radGridView automatically Changed to "MasterTemplate"
4. And that name can't be changed back
How can I prevent this cause ?


I have a grid bound to claimantBindingSource in which I have enabled row searching.
The search returns 3 matches, I move to the second match.
After executing the code below the bindingSource is moving to the first match which is a huge issue.
Is there any way to keep the position on the second match?
claimantDrv = this.claimantBindingSource.Current as DataRowView;
var Claimant = claimantDrv.Row as CRSDataSet.claimantRow;
fullname = "some name";
Claimant.name = fullname;


Hello Telerik,
I would like to implement a menu item as shown in your sample here -> (https://docs.telerik.com/devtools/winforms/menus/menu/working-with-radmenu-items/nesting-controls-in-menu-items#nesting-radelements-in-menu-items) Where there is an input box and OK button. However, I am not to get the same effect as shown in the sample. I'm actually not sure what the "radmenu1" item is in the sample
Desired result:
Option1
-----------
Option 2
Option 3
Option n....
----------- <- Line separator
[Enter New Option Name Here] OK
My sample tests shows the following;
Option1
-----------
Option 2
Option 3
Option n....
----------- <- Line separator
[Enter New Option Name Here]
OK
Also, is there a concept of a "placeholder" for the [Enter New Option Name Here] text so that it goes away when you start typing?
Thanks

Hi Jack,
There’s
1 scenario / control that I need to achieve that I could not.
So I’d
appreciate if you could help me with this.
What I want
is a horizontal list of (selectable) images with a text below each image. The
list should also scroll horizontally
I want to add the image items programmatically, filling with a generic list of objects to fill the items with.
if content is wider that the control area.
Images have a transparent background of course.
I’ve
attached a image so that you can exactly see what I mean.
The ‘bad’ image
was my first try of me with the RadListView (from the WinForms UI suite).
I tried to
set the position of the text and image so that the text comes below the image,
but that doesn’t seem to work properly.
I don’t
know if its me or if it is a bug?
A working example of exactly this scenario / controltype would help.

I have some problems with detecting the MdiChild after converting from DockingManager to RadDock.
DockingManager1.ActiveMdiChild returned a form.
In RadDock there is no ActiveMdiChild property, and RadDock1.ActiveWindow returns a DockWindow, which cannot be casted to a form, and my program crashes.
I've tried bool exists = (Array.IndexOf(RadDock1.MdiChildren, RadDock1.ActiveWindow), but it returns false.
My entire code is built on ActiveMdiChild being a form, and it would be a lot of work converting it to DockWindow.
How can I get the currently active MdiChild from the RadDock?
Regards, Jill-Connie Lorentsen

