Telerik Forums
UI for WinForms Forum
6 answers
250 views
Hello,

Attached is a screenshot of a problem I'm observing with RadComboBoxElements that I am adding to gridview cells. I have not done anything special to cause the drawing of the textitem component of the RadComboBoxElement to gain precedence over the column headers, but they are, somehow. If I continue to scroll down, they will disappear behind the column headers eventually. I've tried setting the zIndex of the RadComboBoxElements to negative numbers but it's not helping...

Thanks!
Jeremy
Jack
Telerik team
 answered on 25 Mar 2010
1 answer
267 views
Dear friends,

I want to know whether i can get rid of QuickAccess Menu(Drop down which is coming right most side of the QuickAccess Toolbar).

I don't want want to show That drop down and a small down arrow button.
Please let me know if there is any way to hide Quick access menu or to collapse it.

Thanks,
Regards,
Ravi
Nikolay
Telerik team
 answered on 25 Mar 2010
2 answers
262 views
On my Chart I have a Timespan on the Y Axis. So far I managed to use Integer TotalMintues, however, I'd like to Format it
hh:mm for better readability.
Thanks for your help.

Regards
Erwin
Heri .
Top achievements
Rank 1
 answered on 25 Mar 2010
1 answer
170 views
This My Code only set border color by red when select 1 cell:

private void radGridView1_CellFormatting(object sender, Telerik.WinControls.UI.CellFormattingEventArgs e)
{
            if (!e.CellElement.IsCurrent && e.CellElement.RowInfo.IsCurrent)
            {
                e.CellElement.BorderColor = Color.FromArgb(208, 215, 229);
             }
            else
            {
                 e.CellElement.ResetValue(LightVisualElement.BorderColorProperty, ValueResetFlags.Local);
             }
         
             if (e.CellElement.IsCurrent && e.CellElement.BackColor != Color.LightBlue)
            {
               
                e.CellElement.BackColor = Color.White;
                e.CellElement.BackColor2 = Color.White;
                e.CellElement.BackColor3 = Color.White;
                e.CellElement.BackColor4 = Color.White;


                e.CellElement.BorderColor = Color.Red;
            }
            else if (e.CellElement.IsCurrent && e.CellElement.IsSelected && e.CellElement.BackColor == Color.LightBlue)
            {
              
                e.CellElement.BackColor = Color.LightBlue;
                e.CellElement.BackColor2 = Color.LightBlue;
                e.CellElement.BackColor3 = Color.LightBlue;
                e.CellElement.BackColor4 = Color.LightBlue;

                e.CellElement.BorderColor = Color.Red;
            }
}
private void radGridView1_RowFormatting(object sender, RowFormattingEventArgs e)
{
            e.RowElement.DrawFill = true;
}

* But that code when select 1 cell only set border left,bottom,top but not set color for border right.

* ? * I want set all border of cell when click cell.

Help Me!

Thanks!


Svett
Telerik team
 answered on 24 Mar 2010
1 answer
86 views
hi
i am usng visual studio .net 2005 with rad control win form q3 2009 sp1, how  to load items from database field in rad combo box
plz help me very urgent
Victor
Telerik team
 answered on 24 Mar 2010
3 answers
1.0K+ views

i have a radcombobox which i set items design time.when i want to select an item by value it does not work.

my code : 

cmbCallerType.SelectedValue = 1;

how can i select a combobox item by its value.please help.




 

Victor
Telerik team
 answered on 24 Mar 2010
1 answer
335 views
your controls support this functionality or do you have plans to add this functionality?

if yes, an example please


Thanks a lot
Boyko Markov
Telerik team
 answered on 24 Mar 2010
1 answer
116 views
Dear Sir,
                i am new to Schedule control, so please give a example of inserting , editing & deleting an appointment. And while the appointment time is come, that time a message box is to be display to alert the user,. Please send a sample file to me.,

Note :
I need to know to display a message when the appointment time is achieved.

By

S Suriya Narayanan
Dobry Zranchev
Telerik team
 answered on 24 Mar 2010
2 answers
153 views
Hi !

If I validate data at datatable level and I have errors set at the row level or at the column level how I can see them in radgridview?
With microsoft data grid they are automatically showed.

Regards,
Mihai

Mihai Velicu
Top achievements
Rank 1
 answered on 24 Mar 2010
1 answer
110 views
Hi
I have a situtation where i have to display 20 to 30 thousand of records in the grid.  I will be using filter, grouping features of grid.
Until those thousands of reocrds are retrived and binded with grid, there is quite a delay, which anoys the user.

Q1. Is there anything which will give continous feedback on no of records getting added to grid?

Q2. OR some kind of Async filling of Grid

Q3. OR For a moment i thought of paging but since i want to use filter, grouping features, I believe i will need all data in grid. unless there is a an alternative out-of-box way of doing it.

Regards
lee

Jack
Telerik team
 answered on 24 Mar 2010
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
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
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?