Telerik Forums
UI for WinForms Forum
3 answers
124 views
I saw the recent post on how to hide the closing button. I need something different. I basically want to do this:

void dockPanel3_Closing(object sender, System.ComponentModel.CancelEventArgs e)

{

        dockPanel3.Visible =

false;

        e.Cancel =

true;

}

Instead of closing the dockPanel, I just want to hide it so that I can reconstitute it later without losing its contents.

Currently, the "Closing" event is never called, even when I close the whole application.

Thanks.

Julian Benkov
Telerik team
 answered on 01 Jul 2008
4 answers
202 views
Hello
I am testing the GridView in order to buy it if it answer my needs.
I am lookin for an example of how to bind the gridview to the dataset through a BindingSource.
Something like:

Add relation = "Table1_Table2", "Table1" & "Table2"

masterBindingSource.DataSource = myDataSet;
masterBindingSource.DataMember = "Table1";

detailBindingSource.DataSource = masterBindingSource;
detailBindingSource.DataMember = "Table1_Table2";

gridView1.DataSource = masterBindingSource;
gridView1.DataMember =  "Table1_Table2";


In your example i see that i have to create the GridViewTemplate & relation & MasterGridViewTemplate.ChildGridViewTemplate.
But you are not using the BindingSource.

Can you give an example of using a BindingSource for hierarchic of 2 tables?

Thanks Yael
Nikolay
Telerik team
 answered on 01 Jul 2008
1 answer
127 views
Hi.

I have a  RadPanel with several RadPanels inside. I want to be able to drag and drop the RadPanels to change their location inside the main RadPanel. Can you help me with that?

Thanks

Jack
Telerik team
 answered on 01 Jul 2008
4 answers
350 views
Hi
I have a Hierarchy GridView.
I bound the dataset to bindingSource, and the Grid to the bindingSource.
The bound works well.
I update the data in the grid through textbox that is bounded to the bindingSource.
I have a column name 'Active' that is 0 or 1. This column is bounded to a checkbox and also works OK.
The problem is when a add new row through the bindingSource:
bindingSource.AddNew();
The new added row is acting strange.  A new empty row is added to the grid.
But in the bounded textbox it is showing the former current row with it's values.
When i remove the bind from 'Active' column to the checkbox, the AddNew works fine. The textbox show the new empty row.
When i bind the 'Active' column to a textbox the AddNew works OK.

Can you help me figure out what is wrong?


Julian Benkov
Telerik team
 answered on 01 Jul 2008
2 answers
167 views
hey...
i'm using a progressbar located in a statusstrip; i just want it when finish loading ,it become unvisible....i'm using this code


adProgressBarElement1.Value1 = 0;

radProgressBarElement1.Text =

"";

radStatusStrip1.Refresh();

radLabelElement1.Visibility = Telerik.WinControls.

ElementVisibility.Hidden;

radStatusStrip1.Refresh();



but it never become unvisible
can any one help me ure=gently plz?????????????

raghda
Top achievements
Rank 1
 answered on 01 Jul 2008
1 answer
93 views
I want the border shown after I assigned a ThemeName like "Office2007Blue" to RadPanel, but how? Thank you
Mike
Telerik team
 answered on 30 Jun 2008
3 answers
132 views
I want to add 1000 rows to a RadGrid that has 8 columns quickly, and I want the user to see them added real-time.

Currently I'm able to add about 10/second...is that the quickest it can be?

Thanks.

Also, when this is processing (and also later when I update rows) the form itself flickers...suggestions for that as well?
Jack
Telerik team
 answered on 30 Jun 2008
1 answer
153 views
Hi
I have a hierarchic table with parent table and child table.
I want that the columns header of the child table to show once at the top of the table (say, near the column header of the parent table)
And don't show on each expanded child table.

Is it posible? How?

Thanks Yael
Jack
Telerik team
 answered on 30 Jun 2008
1 answer
87 views
Hi Telerik Team,

I am unable to find line chart data items active region points.(X,Y) values.
i used the following code to find the active region.

ChartSeriesItemsCollection

items = radChart1.Series[1].Items;
for (int i = 0; i < items.Count; i++)
{
    MessageBox.Show(items[i].ActiveRegion.Region.GetLastPoint().X.ToString());
    MessageBox.Show(items[i].ActiveRegion.Region.GetLastPoint().Y.ToString());
}

Please help me out. i need these points X and Y values. Please share some sample application to get the active region points.

Any help is highly appreciated.

Regards,
Kiran
Dwight
Telerik team
 answered on 30 Jun 2008
3 answers
330 views
Hi,

I need to show a tool tip pop up on mouse over on a chart.

exact requirement is like:

i have a Line chart with dates on X-axis and double values on Y-axis.

In general on mouse over on any chart we will get tool tip which shows the value at that point.

instead i need to show a pop up  kind of thing (like wise context menu/ Data table which has one column and multiple rows) on mouse over.which should  have 5 different data items which i need to get from XML/DataBase for that particular date where Mouse was currently placed.

Can any one provide the approach to do this? is this possible with RadControls?
If so please provide some sample application/ Code.

Thanks in advance.

regards,
kiran

Dwight
Telerik team
 answered on 30 Jun 2008
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
DropDownList
Buttons, RadioButton, CheckBox, etc
ListView
ComboBox and ListBox (obsolete as of Q2 2010)
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
PropertyGrid
Menu
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
Tabstrip (obsolete as of Q2 2010)
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?