Telerik Forums
UI for WinForms Forum
3 answers
268 views

Hi,

I fill the grid like this:

bindingSource.DataSource = typeof(MyClass); //MyClass has a property of boolean type which are represented by checkboxes in the grid as well as string properties

grid.EnableFiltering = true;
grid.MasterGridViewTemplate.EnableFiltering = true;

grid.DataSource = bindingSource;

//refresh the binding source

As you can see, I enable filtering programatically. The problem is that no filtering for bool columns is available. I can filter text columns by manually entering some text in the filter row (however no menu/editor/designer is shown for this, I can only enter text and the LIKE operator is applied automatically), but there is no way to filter checkbox columns.

What can be the cause of such strange behavior, how can I solve this problem?

Thanks,

Maciej Aniserowicz

Jack
Telerik team
 answered on 13 Jan 2010
4 answers
166 views
Hello,
I just have installed the new Q3 2009 package and I still have an error when I try to export my radgriView into an Excel file.
Before upgrading I had an index out of range error. 
After upgrading I have : Could not find neighbour element!

I'am using this very simple piece of code :

Dim documentTop As AnalyseForm = CType(MainDock.DocumentManager.ActiveDocument.Controls(0), AnalyseForm) 
Dim exporter As New ExportToExcelML(documentTop.DataGrid) 
exporter.SheetMaxRows = ExcelMaxRows._65536 
exporter.ExportVisualSettings = True 
Dim fileName As String = "c:\ExportedData.xls" 
exporter.RunExport(fileName) 

Thanks for your help
Mike Moore
Top achievements
Rank 1
 answered on 12 Jan 2010
1 answer
310 views
Hi

I'm a newbee. This should be a very simple question

I added radgrid to form, bound it to access data table bindingsource and tableadapter, insert update and delete statements generated

enabled adding,deleting and editing on mastertableview

ran app - edited and added ok but close and open form and changes not saved to database!

looked in documentation and all seems as it should be. Also can't get any edit/update/cancel or add buttons to show.

Very frustrated - please help
Martin Vasilev
Telerik team
 answered on 12 Jan 2010
1 answer
365 views
Currently using a RadComboBox which is databound from a linq query.

The ValueMember is a unique ID and DisplayMember is a user entered field.

If the user enters duplicate values for the "name" field, both will display in the combo box, however SelectedValue will always return the first matching name in the list - even if the underlying ID's are different.

Is this by design or is it a bug?


Victor
Telerik team
 answered on 12 Jan 2010
3 answers
167 views
Hi,
Normally when we press the tab key we can change the focus to the next control of the form in the order of the tabIndex property.

I have a RadForm with some controls inside but I don't know what I've done but the tab key does'nt work anymore. It just produces a sound "ding" but the focus does'nt change. It worked, but I cannot found the property wich could fix my problem.

Any Idea?

Thank you
Deyan
Telerik team
 answered on 12 Jan 2010
1 answer
158 views
Hi

I'm using version Q3 2007 SP1.  I have a ContextMenuStrip linked to a RadTreeView.  If I right-click on a node and select the "Rename" menu option, I call the BeginEdit() method of that node.  If I then change the label text (but before pressing enter) and I right-click on the RadTreeView again to bring up the ContextMenuStrip, the text within the label disappears.

Any ideas?

Ralph
Victor
Telerik team
 answered on 12 Jan 2010
11 answers
604 views
Q1 2008 SP1
Visual Studio 2008
I am unable to find "RadGridViewExcelExporter". There is no RadGridViewExcelExporter under "Telerik.WinControls.Data." I've got "Telerik.WinControls.Data." and "Telerik.WinControls.UI.", but no "Telerik.Data."

In C:\Program Files\Telerik\RadControls for WinForms Q1 2008 SP1\bin
there is a TelerikData.dll.

What am I missing?

Also, how far backward compatible with Microsoft Office/Excel is this feature?
All the way back to Office 97?

Finn
Martin Vasilev
Telerik team
 answered on 11 Jan 2010
1 answer
134 views
How can I programitically during form load set the status of a radiobutton.

I have tried \

this.radRadioButton1.ToggleState == ToggleState.On

as shown in sample code but ToggleSet.On does not exist. 
Nikolay
Telerik team
 answered on 11 Jan 2010
2 answers
341 views
Hi everyone,

I face a problem in my project, I have a GridView with Html rendering. I use HTML-like tags in my cells. But the data between the tags is written by users. Sometimes, users wrote in the data symbols like ">" (greater than) and "<" (less than). When they do so, the data behind those symbols and the symbol itself are not displayed. Is there any workaround to display the all comment of the user in that case ?

Thanks,

[Nean]
Peter
Telerik team
 answered on 08 Jan 2010
2 answers
103 views
Hi,

I have a problem when I try to export data that contain punctuation mark. Words like "école, traîneau, François" give me "?cole, tra?neau,Fran?ois" in excel.

Is there a way to fix that?

I'm using the ExportToExcelML.Runexport with version 2009 Q2.

Thx
Mathieu Roy
Top achievements
Rank 1
 answered on 08 Jan 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
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
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
NavigationView
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
SplashScreen
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?