Telerik Forums
UI for WinForms Forum
1 answer
272 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
246 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
407 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
449 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
220 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
145 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
231 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
167 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
198 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
4 answers
244 views
Hi,

I am using the GridView with Conditional Formatting.
I set the RowForeColor and the CellForeColor and it works great.
I´m using the colors: black, red and green.

The Grid looks great. But when I select a row the ForeColor does not change, like a "normal" row, without Conditional Formatting does.
The selected row has a blue BackColor with green ForeColor. And this is hard to read for the user.

How can I handle this?

regards
Svett
Telerik team
 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)
Form
Chart (obsolete as of Q1 2013)
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
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?