Telerik Forums
UI for WinForms Forum
5 answers
239 views
Hello All,
I have a column in the grid view with Checkboxes. Now my requirement is that i need to make some of the check boxes visible or invisible while binding the RadGridView. I am not able to figure out a way of doing it. Any help would be greatly appreciated. 
 ''' <remarks></remarks>
    Private Sub RadGridViewBrokenRuleMessages_CellFormatting(ByVal sender As Object, ByVal e As Telerik.WinControls.UI.CellFormattingEventArgs) Handles RadGridViewBrokenRuleMessages.CellFormatting
        If e.CellElement.ColumnIndex = 2 Then
            If Me.RadGridViewBrokenRuleMessages.CurrentRow.Cells(0).Value.ToString().ToUpper(System.Globalization.CultureInfo.CurrentCulture) = "1" Then
                e.CellElement.ColumnInfo.ReadOnly = True
            Else
                e.CellElement.ColumnInfo.ReadOnly = False
            End If
        End If
    End Sub

Is it possible to do that in here. Also if you can tell me where to do that or some sample on where to do that would be very helpful.
Richard Slade
Top achievements
Rank 2
 answered on 11 Jan 2011
4 answers
95 views
I have two radgridviews in a user control. When a column in the first grid is clicked, it fires the SortChanging and SortChanged on the second grid. The second grid fires the correct correct event. Also, the first grid changes the sort direction arrow of the second grid. Does anyone know what's going on and how to I stop this behavior?
Olan
Top achievements
Rank 1
 answered on 11 Jan 2011
6 answers
609 views
How can I disable the default Context Menu for a RadTextBox?

I want to use my custom Context Menu, but it always shows the "copy, paste cute..." menu...

Richard Slade
Top achievements
Rank 2
 answered on 11 Jan 2011
18 answers
357 views

Hi,

Could You please provide Theme for WinForms style (I couldn't found one).

I was trying to achieve that using Visual Style Builder, but effect wasn't well rounded, even that I've spent some time on that.

The problem I'm facing is that I'm using RadGridView as an extension for a WinForm based project and it don't fit in well.

Another issue is that WinForms looks a little different on differents OS (XP, Windows 7) while RadGridView looks always exactly the same.

Regards.

Sangeetha
Top achievements
Rank 1
 answered on 11 Jan 2011
3 answers
114 views
hi,

please let me know the fore most splitted tab  documents.

Thanks
suresh.
Nikolay
Telerik team
 answered on 11 Jan 2011
12 answers
174 views

To whom it may concern

I cannot migrate my project that used version Telerik Q2 2010 914 to Telerik Q3 2010 1215.

I have used the Upgrade Wizard, Manual Method and Utility Project Update Utility.
All my references and assemblies are changed to the latest release and I still having troubles when I execute/run it.

I have attached an image where the problem is shown, the assemblies that I have and the references of the project.

Thanks and Regards,
ABS S.A. de C.V.

Richard Slade
Top achievements
Rank 2
 answered on 10 Jan 2011
5 answers
237 views

I have a RadCalendar set to a focused date, say 1/15/11 , but after i use the navigate button to move it to Feb and then bring it up again, it shows the month of Feb in the view instead of Jan (where focused date is 1/15/11). Do i have to do anything else to show the focused date on the calendars view.

 

 

cal_Dates.SelectedDate = (

 

DateTime)gv.Rows[e.RowIndex].Cells["SyDate"].Value; //eg- 1/15/11

 

cal_Dates.FocusedDate = cal_Dates.SelectedDate;

Thanks in advance for any help.

Richard Slade
Top achievements
Rank 2
 answered on 10 Jan 2011
9 answers
441 views
Hey there, having a performance issue when grouping is enabled. I do not believe it is the grouping logic, but perhaps a drawing issue. I have about 1800 items of 10 columns that are sorted and grouped (about 12 groups). When grouping is off, it runs very fast. With grouping on, it is painfully slow reacting to commands and changes in the bindinglist. However... if I keep most groups collapsed it runs fast again, which is what leads me to believe it may be redrawing (formatting, etc.) rows that are not visible to the user.

For now I will default the groups to collapsed, but would love some feedback on handling this performance issue when all groups are opened. I can only imagine a user with 5000+ items.

Thanks!
Brandon
Top achievements
Rank 1
 answered on 10 Jan 2011
5 answers
150 views
I had a radform with breeze extended theme. The I added a ribbonbar and it asked me to activate the radribbonbarform behaviour. But it told me that if i deleted the control it would reverse the automatically.

Now, I deleted the ribbonbar but the theme in the form and in all the other controls don't show the style ("breeze extended"). What can i do about it?

thanks a lot
Richard Slade
Top achievements
Rank 2
 answered on 10 Jan 2011
8 answers
137 views
Hi there. 

A few days ago, I upgraded from version 2010.3.1109 of the Windows Forms controls to version 2010.3.1215 (SP1). This was done to fix an issue with the RadButton.

However, now my sort descriptors I have added to a RadGridView are not being respected. Below is the code I am using which was working before the upgrade. 

private void sortGrid()
        {
            int sortOrder = byBradFordRadioButton.ToggleState == Telerik.WinControls.Enumerations.ToggleState.On ? 0 : 1;
            dataGrid.SortDescriptors.Clear();
 
            if ( sortOrder == 0 )
            {
                dataGrid.SortDescriptors.Add(new SortDescriptor("Bradford Factor", ListSortDirection.Descending));
 
                // select the first row
                dataGrid.setSelectedRowIndex(0);
            }
            else
            {
                dataGrid.SortDescriptors.Add(new SortDescriptor("Employee", ListSortDirection.Ascending));
            }
        }

Any clues on a workaround for this?
Richard Slade
Top achievements
Rank 2
 answered on 10 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?