Telerik Forums
UI for WinForms Forum
0 answers
75 views
I solved it .
Besa
Top achievements
Rank 1
 asked on 24 Jan 2011
1 answer
246 views
Hi,
i am using PageView view mode "Strip" and it has 5 tabs in it,
I want to show the 3rd tab on my button click.
meraj
Top achievements
Rank 1
 answered on 23 Jan 2011
5 answers
204 views
Hi..
   We are using RadGridMultiColumnCombo Column in the gridview...
We have hundreds of rows in the dropdown, we want to filter them ....
 For this I have set the AutoCompleteMode To AppendSuggest And set DropDownStyle to DropDown
still i m not able to filter the records...

I want it to filter in such a way that, when i click some number it should give me all records starting with that number..
Richard Slade
Top achievements
Rank 2
 answered on 22 Jan 2011
6 answers
317 views
Several our grids shows phantom icon in the first line, first column. The icons are in another columns and shown correctly.
Lily

 
Richard Slade
Top achievements
Rank 2
 answered on 21 Jan 2011
18 answers
352 views
Hi,

I'm using VS2010 with Q3 (2010.3.10.1215) in Win7.

I'm having issues with being able to set the SelectedValue of a ComboBox (standard windows forms control) that was created and added to a ToolWindow while the ToolWindow.DockState = AutoHide. When the DockState is Dockable, the value can be set without issues.

I have 2 ToolWindows: ToolWindow1 contains a RadTreeView and ToolWindow2 contains various controls (ComboBoxes, TextBoxes, etc). Depending on the node the user selects certain controls are created, added to the ToolWindow and then the values set. This works fine if ToolWindow2 isn't in AutoHide when the user selects a different node. If the user AutoHides ToolWindow2 and then changes nodes, the SelectedValue for the combobox remains null. However, the text value of the textboxes can be set regardless of the DockState.

Note: If I use the SelectedIndex instead of SelectedValue I get an ArgumentOutOfRangeException when the ToolWindow.DockState = AutoHide even though the DataSource of the ComboBox is not null and has more than enough rows for the chosen Index. 

I am currently using a work around by using the the AutoHideWindowDisplayed event which calls the RadTreeView_SelectedNodeChanged event. Unfortunately, this isn't ideal because the ToolWindow2 starts off empty for a split second then suddenly the controls appear. I have tried the AutoHideWindowDisplaying event, however this did not change the stated behaviour; the SelectedValue of the ComboBoxes remained null;

Any ideas?

Kind Regards
Richard Slade
Top achievements
Rank 2
 answered on 21 Jan 2011
3 answers
158 views
Is there any way to stop a drop-down list from dropping down. I can't see a read-only propery or a drop down event.

Thanks
Justin
Justin
Top achievements
Rank 1
 answered on 21 Jan 2011
2 answers
126 views
I want to customize the Recurrence Edit Dialog....i only want to remove the NO END DATE radio button...Please help me to find out the solution...
Dobry Zranchev
Telerik team
 answered on 21 Jan 2011
9 answers
179 views
Hi,
I want to create a Carousel just like in the rad demo main application when i clicked any header from the left menu not in the any example of Carousel menu. (Open the demo, click the Carousel menu. You will see a Carousel with three images). I can't create a Carousel like that. Can you send me Center, U, V, initialangle, finalangle,zscale etc. values?
Thanks.

Richard Slade
Top achievements
Rank 2
 answered on 21 Jan 2011
7 answers
137 views
Hi All,

I have a RadGridView with only about 40 rows and about 15 columns.  I am sorting by two of these columns, "Presented" and "Number".  At some interval, I loop through the entire grid and set the "Presented" value for each row to 0, which of course will change the sot order of the grid (because I am sorting by "Presented", which I have just changed to 0).  It seems that when this happens, some of the rows never get iterated over because they have been moved in the rows collection - due to sorting.  I have pasted my code below ... should I iterate and change the call values some other way?

I first tried this:
foreach (GridViewRowInfo dr in grdHuntGroups.Rows)
{
    dr.Cells["Presented"].Value = 0;
    dr.Cells["Handled"].Value = 0;
    dr.Cells["Voicemail"].Value = 0;
    dr.Cells["Abandoned"].Value = 0;
    dr.Cells["Overflowed"].Value = 0;
}


And have since tried this:
for (int i = 0; i < grdHuntGroups.Rows.Count; i++)
 {
     grdHuntGroups.Rows[i].Cells["Presented"].Value = 0;
     grdHuntGroups.Rows[i].Cells["Handled"].Value = 0;
     grdHuntGroups.Rows[i].Cells["Voicemail"].Value = 0;
     grdHuntGroups.Rows[i].Cells["Abandoned"].Value = 0;
     grdHuntGroups.Rows[i].Cells["Overflowed"].Value = 0;
}

Thank You!!
Jack
Telerik team
 answered on 21 Jan 2011
3 answers
138 views
Hello telerik team! ..

hope u are fine ..

My question is...

I have a gridview with a CeckBoxColumn  .. and i want to do something like this... but i don't know how (i'm in VB by the way)

For each x as .... = 0 to grid.rows.count -1 step 1
    dim box as checkbox
    box = REM code here to reference the checkbox in the row 'x'
    if box.checked = true then
        REM some code
    else
        REM some code
    end if
next

i want the exact code , i try myself but i don't get it  :(

thanks al the answers!!
Richard Slade
Top achievements
Rank 2
 answered on 20 Jan 2011
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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
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
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
NavigationView
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
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
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?