Hi,
I have bind an object to property grid. One of the objects properties is String but I want that property must fill with values of a list.
How can I make it?
Regards!
Hello,
Im currently trying to rewrite an application that allows the user to select several data points by dragging the mouse over the chart area. Basically the user holds down the left mouse button, creates a rectangular area by dragging with the mouse, and anything inside that area will be selected. Does radviewchart support something like this? I'm looking for something analogous to Dundas chart's selectionrangechanging event. Sorry if there's an obvious answer here, I just started using telerik yesterday. Thanks.
Dear support,
I am using the control RadAutoCompleteBox with Suggest mode. Everytime I press enter, the first item of the list is choosen.
Let's imagine that in my list, i have the following items: ("Hello", "Hello2").
If I start to write "He" and I click enter, the item "Hello" will be automatically selected.
This is a behaviour that I would like to avoid as I should be able to enter manuel entry. So if I write "He" and if I press enter, I would like the item "He" to be choosen in the textbox as it is my manuel input.
Is it possible to avoid this behaviour and how?
Thanks a lot
Hello
I need to fix the width of a given column to a presribed value in a grid that is set to autosizecolumnmode= fill
I have tried many options unsuccessuflly.
Can some one tell me how to achieve this .
Thanks in advance
Pierre-Jean
Hi,
I have a TextBox and I need to open a context menu (that I build dynamically based on the text present in the control) near at the current position of the caret.
How can I get the coordinates of the caret so I can pass them to the menu show method ?
I can change the control to a RadTextControl if needed.
Hi,
I've implemented a DataEntry and everything works fine.
What I'm trying to do is to add a button near a TextBox which clicked should open up a new window with advanced search for selecting a new value to put in the TextBox.
Is this possible?
I'm trying to insert a custom control which contains a TextBox and a Button, but i don't know if it's the right way.
Thanks.
Hello~~
I am find gantt item default expand property
void Init()
{
//current using this way
// I want gantt Items default expand is false
DataSet ds = New DataSet();
gantt.DataSource = ds;
foreach(item in gantt.Items)
{
item.expand = false;
}
}
I use the font property when working with RadPropertyGrid.
My user entered a font size of -1. An exception is thrown and the program falls.
For comparison in the PropertyGrid (WinForms), this situation is correctly handled.