Telerik Forums
UI for WinForms Forum
1 answer
73 views
I have a gridview cell that contains either 1 or 2 but that is not what I want displayed in the cell. I want a letter displayed lets say "X" or "Y". I have looked at the different cell formatting methods but they are all color or font based and not a substitution of value.

Any thoughts on this?

Thanks,
Richard
richard
Top achievements
Rank 1
 answered on 29 Nov 2012
1 answer
79 views
Is there anyway to hide the circular points on line series so that it is a smooth line?
Ivan Petrov
Telerik team
 answered on 29 Nov 2012
5 answers
185 views
Hi,
    I have a comboBoxcolumn displaying the value based on other column. Say for example the possible values in other column are "Color" and "Fruits". When a cell in the comboBoxcolumn is edited then the values displayed in the list should be based on the value in the other column. If the value in the other column is "Color" then the cell being edited in the comboBoxcolumn should display the list of colors alone. Similarly when the value in the other column is "Fruits" then the cell being edited in the comboBoxcolumn should display the list of fruits alone.

How can the datasource be assigned at the ComboBoxcell level?

Thanks in advance.
Jack
Telerik team
 answered on 29 Nov 2012
3 answers
264 views
Hi

I have been having a lot of trouble get RadGridView to work in virtual mode. If the RowCount is set to a large number it makes the scrolling very choppy and slow to respond. It can take up to 5 seconds for the grid to show the row data after the scroll bar is moved. I have created a test program to strip out all my code and it proves the problem is with the grid. There seems to be a lot of overhead somewhere. Don't know why the RowCount should affect performance if this is truly a virtual mode and I provide the data in CellValueNeeded then you should not be doing much. By the way, tried my code with DataGridView and it works really fast and can handle the row count being updated continuously and autoscrolling to bottom. I would expect the example program below to be incredibly fast - am I missing something?

namespace RadControlsWinFormsApp1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();


radGridView1.VirtualMode = true;
radGridView1.RowCount = 1000000;
radGridView1.ColumnCount=5;


}


private void radGridView1_CellValueNeeded( object sender, Telerik.WinControls.UI.GridViewCellValueEventArgs e )
{
e.Value = string.Format( "{0}:{1}", e.RowIndex, e.ColumnIndex );
}
}
}
Julian Benkov
Telerik team
 answered on 29 Nov 2012
1 answer
885 views
Hey,  I have a gridview where, i am binding it as follows ::
grdView.DataSource = dsNames;
The datasource 'dsNames' has 10 columns and, I want to only show 2 columns in the grid. how do i do that?

Also, i tried adding the 2 required columns in the designer and set the auto generatecolumns to false. If i do it this way, no data is displayed. 

Please let me know how to do binding.

Thanks,
Sri
Plamen
Telerik team
 answered on 29 Nov 2012
1 answer
91 views
The following list of built-in data types that the PropertyGrid control fails to set properly:
  • uint (reverts to 0)
  • decimal (reverts to 0)

There might be other number types that fail, not sure.

Workaround?
Ivan Petrov
Telerik team
 answered on 29 Nov 2012
5 answers
172 views
Hi,

I'm working on a project where the designers want a purple shade to selected items. The Office2010Silver theme is quite close to what they want, but I would have to change some elements to purple.

At first, I thought the "AddColorBlend" was the way to go, but it seems that color blending is no longer supported.

I can always edit the repository items one by one and change to purple equivalents where necessary, but I've run into some trouble with the images, as I found no way to export the images in an existing theme.

Is there a way to export a image from a theme, or copy it to the clipboard, so that the hue is changes in an external app?

Thanks,
Miguel
Jack
Telerik team
 answered on 29 Nov 2012
1 answer
103 views
Hi, 
I've noticed that the RadAutoCompleteBox does not accept AltGr key.
It means that if the user try to digit the @ character (using AltGr and @ keys on its keyboard) the control ignore the character.

Is ti possible to remove this behaviour?

Thank you
Svett
Telerik team
 answered on 29 Nov 2012
0 answers
96 views
Hi,

I want to hide or disable the Header\Footer tab in GridViewPrintSettingsDialog.

how could i do it?

Thankfully Yours
Fadi
Top achievements
Rank 1
 asked on 29 Nov 2012
1 answer
94 views
Trying to view one of Teleriks videos here:

http://tv.telerik.com/watch/winforms/radgrid/radgridview-winforms-hierarchy-overview

getting a 504 gateway timeout error 

tried 2 different browsers....same thing
Nikolay
Telerik team
 answered on 29 Nov 2012
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
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?