Telerik Forums
UI for WinForms Forum
12 answers
508 views
I've added a StartMenu with menu items to a RibbonBar.

The problem is that I see an Options and Exit button in my menu and would like to NOT have them there.  I can't find where to remove these two button items.

Thanks...
Stefan
Telerik team
 answered on 04 Apr 2013
1 answer
127 views
Is it possible that the screen tip right to left is CaptionLabel
Ali
Top achievements
Rank 1
 answered on 04 Apr 2013
0 answers
78 views
how I change font filter dialog in radgridview
Ali
Top achievements
Rank 1
 asked on 04 Apr 2013
1 answer
252 views
First of I'm not sure if this belongs in the Winforms or Reporting Forums, so I apologize if its in the wrong area.

I have just recently purchased telerik to use in my applications and that being said i would like to keep my application mainly using telerik controls eliminating Infragistics and Crystal Reports. I am currently working with Telerik Reporting and have a designed a simple report and created a radform with the reportviewer to load the report however in the past I am used to using the following for loading a crytal report.
DateTime StartDate;
            DateTime EndDate;
            BuildDate(cboDate.Text, out StartDate, out EndDate);
            if (cboDate.Text == "Range")
            {
                StartDate = new DateTime(dtpStart.Value.Year, dtpStart.Value.Month, dtpStart.Value.Day, 0, 0, 0);
                EndDate = new DateTime(dtpEnd.Value.Year, dtpEnd.Value.Month, dtpEnd.Value.Day, 23, 59, 59);
            }
 
            using (ProductionService service = new ProductionService())
            {
                DataTable results = service.Report_BillingReport(StartDate, EndDate);
                results.TableName = "BillingReport";
                //results.WriteXmlSchema("C:\\ESS\\ESSProduction\\Reports\\DataSet\\Billingreport.xsd");
                 
 
                Reports.BillingReport water = new Reports.BillingReport();
                water.Load();
                water.SetDataSource(results);
 
                frmReport rpt = new frmReport();
                rpt.LoadedReport = water;
                rpt.StartDate = StartDate;
                rpt.EndDate = EndDate;
                rpt.ShowDialog();
            }

 

now i do not believe that i need to set the data source on the click event because the report itself has been attached to the openaccess entity object as will all of the reports. However I am trying to figure out how to use a single reportviewer that has been created for opening multiple different reports I.E. Setting the reportsource for the reportviewer at the click_event and then showing the viewer. Currently where i have my code after reviewing multiple different posts and tutorials mostly for web based applications i have come to the following code:

private void radLabel1_Click(object sender, EventArgs e)
{
    Telerik.Reporting.InstanceReportSource instanceReportSource = new Telerik.Reporting.InstanceReportSource();
    instanceReportSource.ReportDocument = new Reports.JobStatusReport();
 
    Reports.ReportViewer f = new Reports.ReportViewer();
    f.Show();
}

 

Thanks in advance for the help.

Stef
Telerik team
 answered on 04 Apr 2013
7 answers
647 views
We have some users who are occasionally receiving the following error message. There's a few radio buttons on one of the screens in our application, and when the user clicks a radio button, it triggers a new datasource to load into the radgrid. Most of the time it works fine... I'm not sure from the error message what might be going wrong on occasion. Any insight is appreciated.

The version of Telerik.WinControls we're currently using is 8.2.0.0.


Collection was modified; enumeration operation may not execute.

at System.Collections.ArrayList.ArrayListEnumeratorSimple.MoveNext()
at Telerik.WinControls.RadElementCollection.RadElementEnumerator.MoveNext()
at Telerik.WinControls.UI.GridRowElement.DisposeChildren(RadElementCollection children)
at Telerik.WinControls.UI.GridRowElement.Dispose(Boolean disposing)
at Telerik.WinControls.RadComponentElement.Dispose()
at Telerik.WinControls.RadElement.Cleanup()
at Telerik.WinControls.UI.GridTableBodyElement.CleanupRows()
at Telerik.WinControls.UI.GridTableElement.Update(GridUINotifyAction action, GridViewRowInfo[] rowInfos)
at Telerik.WinControls.UI.GridViewTemplate.UpdateUI(GridUINotifyAction action, GridViewRowInfo[] rowInfos)
at Telerik.WinControls.Data.DataAccessComponent.UpdateAll(GridUINotifyAction action, GridViewRowInfo[] rowInfos)
at Telerik.WinControls.Data.DataAccessComponent.InitDataOnly()
at Telerik.WinControls.Data.DataAccessComponent.Bind(Object dataSource, String dataMember)
at Telerik.WinControls.Data.DataAccessComponent.set_DataSource(Object value)
at Telerik.WinControls.UI.RadGridView.set_DataSource(Object value)
at PARTS.ucMenuOrders.rdoOrderSelection_Click(Object sender, EventArgs e) in C:\sandbox\PARTSFinderSolution-4.0.0\PartsFinder\ucMenuOrders.cs:line 730
Jack
Telerik team
 answered on 04 Apr 2013
1 answer
147 views
Hi 

I have the following problem when copying a timestamp cell value in gridview.
The cell value looks like this - "02-04-2013 12:05:06"
After i copy the cell value to clipboard the result is this: "02-04-2013 12:05" (My seconds is missing)

I have used 

radMobilityGrid.Columns[0].FormatString = "{0: dd-MM-yyyy HH:mm:ss}";

to format my column correctly

Can anyone please help me, so that seconds (and milliseconds) will be included when i copy to clipboard?

Kinds regards

/Kristian Theilade

Julian Benkov
Telerik team
 answered on 03 Apr 2013
1 answer
219 views
Hi,

We have implemented Excel like Formatting on the RADGridView.Now we need to provide for filter on Group column and that to it should support comma separated values.Please help.

Thanks
Julian Benkov
Telerik team
 answered on 03 Apr 2013
1 answer
305 views
See attached image, I would like to change background color to the very last total row while leaving the subtotal rows background color.

Is that possible?

Best Regards
Andrea.


Jack
Telerik team
 answered on 03 Apr 2013
7 answers
275 views
Hi,

it´s a stupid question.

I don´t know whether I have written in the correct thread, I wanted to write in editor´s thread.

my question is this. I can´t set a background color to my textbox. I have tried this code snippet but didn´t change its color.

this.txtName.BackColor = System.Drawing.Color.Yellow; 
 
Do you know why I can´t change it?

Thank you
Stefan
Telerik team
 answered on 01 Apr 2013
3 answers
445 views
How to add filter on Group Header?

The issue is user must cancel the Group before filtering.

Please refer the picture from attachment
Thank You.
Jack
Telerik team
 answered on 01 Apr 2013
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
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
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?