Telerik Forums
UI for WinForms Forum
1 answer
402 views
Why isn't there support for InvokeRequired?  Standard windows components have it...can't this just be passed through?
Angel
Telerik team
 answered on 12 May 2008
1 answer
81 views
I'm using the current version of the Winform GridView control.

Assuming I've got the grid bound to some data and some of the columns are configured to group in a nested hierarchy. Is it possible to make one of the grouped rows the currentl row via code?

Thanks

Barry
Martin Vasilev
Telerik team
 answered on 10 May 2008
1 answer
102 views
Hi,
My issue is...when we right click on any row  have to create customized  right click drop down  menu instead of the default options having copy,Edit,sorting,Conditional formatting...etc.. and also have to customize the corresponding events.

Helpful for me if you can give me detailed description.

Thank you in advance..
Martin Vasilev
Telerik team
 answered on 10 May 2008
3 answers
114 views
I am in need of a databound checkboxlist.

I need to display a dynamic list of options that a user can select, and they must be checkboxes because the user can select multiple items.

for now i am having to use a RadGrid to accomplish a hacked way to do this.

Georgi
Telerik team
 answered on 10 May 2008
4 answers
203 views
This is a serious issue, we are currently unable to deploy our application due to an apparent issue with RadTreeView embedded in a RadPanel.

We have no customization on the TreeView, and everything looks fine in the designer. When we run the application, we get the following exception:

'-1' is not a valid value for 'LargeChange'

 at Telerik.WinControls.UI.RadScrollBarElement.set_LargeChange(Int32 value)\r\n   at Telerik.WinControls.UI.RadScrollBar.set_LargeChange(Int32 value)\r\n   at Telerik.WinControls.UI.RadTreeView.OnLayout(LayoutEventArgs args)\r\n   at System.Windows.Forms.Control.PerformLayout(LayoutEventArgs args)\r\n   at System.Windows.Forms.Control.PerformLayout()\r\n   at Telerik.WinControls.UI.RadTreeView.InvalidateLayout()\r\n   at Telerik.WinControls.UI.RadTreeView.sizeChangingTimer_Tick(Object sender, EventArgs e)\r\n   at System.Windows.Forms.Timer.OnTick(EventArgs e)\r\n   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)\r\n   at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)\r\n   at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)\r\n   at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)\r\n   at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)\r\n   at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)


It provides a line-number, but this code appears to be auto-generated from your theme files, or something to that effect, because the line# in the designer file shows no reference to setting the 'LargeChange' value on the treeview.


Please, any help you can provide is vital at this point, our application is not deliverable due to this error, and we see no method to work around this problem!

Thanks.
Jordan
Telerik team
 answered on 10 May 2008
3 answers
108 views
A useful control to send information to the user, like the alert of the email.

I found similar control here : 

http://www.infragistics.com/dotnet/netadvantage/winforms/windesktopalert.aspx

it 's a very professional and beautiful way to show information, error about the problem for many events.
Dimitar Kapitanov
Telerik team
 answered on 10 May 2008
1 answer
109 views

If i create  GridViewLookUpColumn from designer then create this code in intializeComponent. When i run, do not show column.
if i create like telerik example in form constructor  then run ok.

Same code in two places not same run.

Telerik.WinControls.UI.

GridViewLookUpColumn gridViewLookUpColumn1 = new Telerik.WinControls.UI.GridViewLookUpColumn();

gridViewLookUpColumn1.HeaderText =

"Grupo";

gridViewLookUpColumn1.Width = 150;

gridViewLookUpColumn1.FieldName =

"CodGrupoBaremo";

gridViewLookUpColumn1.DataSource =

this.grupoBaremoBindingSource;

gridViewLookUpColumn1.ValueMember =

"CodGrupoBaremo";

gridViewLookUpColumn1.DisplayMember =

"DescripcionGrupo";

this

.elementoBaremoRadGridView.MasterGridViewTemplate.Columns.Add(gridViewLookUpColumn1);


Jordan
Telerik team
 answered on 09 May 2008
4 answers
119 views
I have a GridView that's bound do a BindingList.  No rows show in the grid until the user clicks the header column to perform a sort.  Any idea why the rows don't display until the user clicks the column headers?
Jack
Telerik team
 answered on 09 May 2008
1 answer
369 views
Using Q1 2008 release.

I am experiencing a problem with the radCalendar control in that when I want to unselect a selected date, the only way that I can get it to unselect is to click on the one i want to remove and then click on any other date, which effectivley selects the new date, and is not preferred.

I want to be able to simply unselect a date by clicking on it, and i do NOT expect to have to write code to do it. It does not work in single select mode or multiselect mode.

to see an example of what i am describing, you can look no further than the Telerik control demo project that is installed with the product.

From the Demo app choose RadCalender, and the Selection Demo. With Allow Multiple Select enabled, click a few dates. Then simply try to unselect one of the dates that you previously selected. I tried single click, double click, ctrl click, right click, click + del, click + backspace.. etc. The only way to deselect a date is to click the date and then click some other date.

I think i am going to start charging telerik for all of the wasted time i have spent trying to figure out workarounds to these controls. Please BUGTEST the controls before releasing ANY new control sets. Get the products stable first, then add new features second, so that paying customers who have project deadlines can actually use the controls for their intended purposes rather than having to submit forum entries to hope that someone has a hack solution to a problem that other control sets do by DEFAULT!!!!!

Boyko Markov
Telerik team
 answered on 09 May 2008
5 answers
104 views
Hi,

May I know how can I set so that the ribbon bar will not response to keyboard?

I found that, the ribbon bar might cause error while I press "CTRL".

Please advice.

Kiril
Telerik team
 answered on 09 May 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?