Telerik Forums
UI for WinForms Forum
3 answers
216 views
I created a radgrid that gets refreshed every 2 seconds with new data.

I noticed that if the user is resizing a column during the refresh it causes an error.

To stop this from happening, before the refresh takes place I set the grid.enabled = false.  This solves that problem, but, everytime the data is refreshed, it seems the grid flashes a quick gray overlay color.  I can still see the data but there is just a flash of gray.

How can I get rid of this grey color?  I dont want any visual changes when the grid is not enabled?

If there is a better way around the problem of the grid resize on datasource update then please also let me know!!

Kiril
Telerik team
 answered on 06 May 2008
1 answer
160 views
I am using Q1 2008 and am creating my grids entirely in code due to the Visual Studio designer crash bug (which is really not that big of deal as it is probably better form anyway - no pun intended).

But I am running into a small problem. In my code I create a grid like this:

_rgvRequests = new RadGridView();  
_rgvRequests.Dock = DockStyle.Fill;  
           
_rgvRequests.ThemeName = "Telerik"

Other grid initialization code here...

This works fine on the first grid that is opened, but all forms (completely unrelated to the first) opened after the first, that have a grid on them, set that grid to the default theme (dark header, dark sand background).

I do use a some static helper methods on a utility class to create the grid rows but I do not believe this is causing a problem.

Has anyone else seen this?

Thanks,

Justin
Kiril
Telerik team
 answered on 06 May 2008
2 answers
94 views
Hi,

The localised string is not shown, instead the english version "Click here to add a new row". After clicking on the new row it changes to the correct String "(Neue Zeile)".
This only happens with the AddNewRowString , all others are displayed in German from the beginning.

I wrote my own RadGridLocalizationProvider (for german) and use this code

Public Class RadGridLokalisierungDeutsch
    Inherits RadGridLocalizationProvider
    Public Overloads Overrides Function GetLocalizedString(ByVal id As String) As String
        Select Case id
            Case RadGridStringId.AddNewRowString
                Return "(Neue Zeile)"
           ... ' More cases
            Case Else
                Return MyBase.GetLocalizedString(id)
        End Select
    End Function
End Class

I am guessing this is a bug ? Can you please look into it ?

Thanks in general for the great support, you have always been very helpful.

Regards
Falk Wegener
Top achievements
Rank 1
 answered on 06 May 2008
1 answer
92 views
Hello.

I am using the latest version of RadControls for WinForms.

I am using the Property Builder to specify the data fields and I am setting "Unique Name", "Data field" and "Header text" to different values.

However, after I click save and look in the generated Designer.cs file, they do not appear with different values. Instead, they all have the same value.
Dwight
Telerik team
 answered on 06 May 2008
1 answer
143 views
I am trying to hide visually the grouping header top of the GridView.

I tried setting EnableGrouping to false on the MasterGridViewTemplate, but it still appears at the top.
Dwight
Telerik team
 answered on 06 May 2008
1 answer
114 views
I am using a binding list that has all of the columns from a table as items.
I add columns to display only the data I want to see.
In some cases this works, and in others it displays my defined columns first then every column in the list.

Any ideas?
Dwight
Telerik team
 answered on 06 May 2008
1 answer
240 views
Hi,

I have a win for which has 2 Tabs and each tab contains 1 button. When i select a button,it populate my RadGridview having 1 column as Hyperlink column. When user clicks on any cell on this Hyperlink column, user is redirected to another Tab having that tab button clicked. My problem is that i'm not able to add Hyperlink column (column as underline) in my RadGridView. I then tried cellclick event to redirect to another tab with its button clicked. But no success.Please help as its critical issue for me.
Dwight
Telerik team
 answered on 05 May 2008
1 answer
145 views
Hi,

Is there a way to "allow add new row" but not display the text "Click here to add new row" ?
Dwight
Telerik team
 answered on 05 May 2008
4 answers
230 views
Is it possible to integrate your WinForm controls within a new WPF application?

Cheers

Chuck
Vassil Petev
Telerik team
 answered on 02 May 2008
2 answers
378 views
Hi,
since i've upgraded to the Q1 2008 GridView, any type of value formatting has been broken. For example:


1. In the grid view column definition I have set the format as follows:


gridViewDateTimeColumn1.FormatString = "{0:dd/MM/yyyy}";


When the data loads, this format is ignored and the date is shown with the default ToString() value.


2. I have a GroubBy expression declared as follows:


gvMatter.MasterGridViewTemplate.GroupByExpressions.Add("[System] as [s] Group By [s]", "{1}");


When the grid loads, it shows the summary header as s:Something even though it should only be showing the "Something" part of the text.


Can anyone shed some light on this problem?

thanks
leapopotomus
Top achievements
Rank 1
 answered on 01 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)
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?