I have drawn a Bar chart with Date on X-axis and number(0-120) on Y-axis.
I have a combo box with list of dates which i have used in the bar chart.
if i select a single date/ Multiple dates in comboBox , then i need to highlight (Or) change the color of the particular date(s) DataItem(s) Bar(s) in the chart.
is there any way to do this? If so please share sample code.
Is there a way to prevent nodes from opening when a node is being dragged over it or to only open when the node is held over the +- portion of the node?
The opening seems to be almost random as sometimes a node will open while moving past another node and other times you can hold the dragged node over another node for several seconds with nothing happening.
while (true) {
MainForm main = new MainForm();
Application.Run(main);
if (!main.RunAgain) // a boolean property in MainForm
return;
}
Basically for the first time, it run properly. However if I run the form the second time (by setting RunAgain to true), then the ComboBox will appear empty (empty as if nothing inside). If you click on the box 1 or 2 more times, then the content will reappear.
When I use the RadComboBox through the designer all works correctly. I now want to add the RadComboBox dynamically through code. When I bind this control to a datasource, it will not work for me. Please help.
I have one radtabstrip with 2 tabItem inside.
Each tabitem contains a webbrowser compoent.
When I click on my first tab, the webbrowser inside is focused.
When I click on my second tab, the webbrowser inside is focused.
But when I clcik again on my first tab, the webbrowser inside is NOT focused.
And when I clcik again on my second tab, the webbrowser inside is NOT focused.
At last, when I finally click on my first tab, the webbrowser inside is focused.
And when I click on my second tab, the webbrowser inside is focused.
etc, etc..
I try to use several focus possibilities : Focus(), Select(), onClick()... but already the same problem.
Hi
I have recently started looking at the RadControls for Winforms and I have created a grid with an image column. The cell uses a zoom effect similar to the bubblebar example, however on some cells the image appears behind the other cells in the grid and in other cases it appears on top. How do I set the image to always appear on top?
The ability to dock appears to be specified at the docking manager level. Is this correct? If so, is there any way to create a dock panel that cannot be docked?
I know this seems foolish, but I'm looking for a way to make a non-modal window using a dockpanel.
Actually, the reason I'm doing this may be related to a bug (using Q3 2007, FYI). If I create a DockPanel at runtime, and make it float, the user can then dock the window (a reasonable action). Then, when they unpin it, it completely disappears. If you can solve this issue, then the former issue is moot.
Is there a built-in way to perform a typical Find, FindNext, FindPrevious on the contents of the RadGrid and select the found text? The next step would be to perform a typical Find, Replace. Does the RadGrid have any of this built-in or is this a coding exercise left for the student :-)