Telerik Forums
UI for WinForms Forum
1 answer
167 views

Hello,

I had project which builed with Telerik in version 2020.1. I have in my project  custom GridSearchCellElement class. After Telerik upgrate I get the following error message "CreateMatchCaseButton(): no suitable method found to override". Somewhere on your forums I found information that the function CreateMatchCaseButton() is obsolate. Could you tell my which function replaced the CreateMatchCaseButton() function in new version?

All the best

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 21 Apr 2022
2 answers
131 views

Hello,

My apologies if this is a too simple question.

I am trying to work with three cascading Grid Views and do not understand the right event to look for.

1) In the first Grid View, I display a list linked to a datasource. This is the reference list from which the user may select one or more rows (with multi-select = true and FullRowSelect as selection mode)

2) Then this selection create another list which fills/update the second GridView. Most often this is only one row.

3) I would like to fill the third Grid View based on the second Grid View updated list. However, I do not find any row event able to do in all cases. In particular, as most of the time the number of rows in the updated second grid view are the same, neither SelectionChanged nor RowChanged nor CurrentRow_changed are working.

What do I do wrong ?

Thanks for your answers

P.

Patgat
Top achievements
Rank 2
Iron
Iron
Iron
 answered on 20 Apr 2022
1 answer
177 views

Hello,

please, how can I do a double-click-cell-event to see in a pop-dialog the detail rows in a pivot grid?

I have try it, but It doesn´t works.

I add my basic code of pivot grid (UPDATED WITH THE CODE OF UNDERLYING)

Thank you!

-------

updates of today: Now, the gridview show columns: rowerror, rowstate, ...

I upload the updated code.

Please, can you help me? Thanks!

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 20 Apr 2022
1 answer
187 views

Hello,

I am trying to get a new Telerik C# Winsdows Forms Application project started (Screen 1) thro the project wizard in visual studio 2022, but every time I press "create" the program stalls (Screen 2) and I have to break of Visual Studio.

I tried uninstalling Visual studio and Telerik UI for WinForms end reinstalling everything but with no success. 

I have no problem opening a normal Windows Form app project thro the wizard.

Do you ever had the same problem?

Kind Regrades,

Dieter

 

 

 

 

Nikolay Mishev
Telerik team
 updated answer on 19 Apr 2022
1 answer
137 views

 

THe Image Saved event is not firing...

in form designer.cs I have:

this.radImageEditor.ImageSaved += new System.EventHandler(this.radImageEditor_ImageSaved);

 

but a breakpoint here is never hit:

 private void radImageEditor_ImageSaved(object sender, EventArgs e)
        {
            RefreshFileList(@ICUSBCamera.Properties.Settings.Default.SaveToFolder, selectedFilter);
        }
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 19 Apr 2022
1 answer
487 views

There is a background image property for the gridview, but I can't seem to get it to do anything.  I'd like to have a background image cover the entire grid (not just a row/cell).  From the properties it seems this is possible, but nothing I do seems to make a change.

Thanks for any help!

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 18 Apr 2022
1 answer
131 views
Why my GIF image is not animating in RadPictureBox?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 18 Apr 2022
1 answer
176 views
why my GIF is not animating in RadPictureBox?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 18 Apr 2022
1 answer
505 views
does RadPictureBox support gif file? if yes, why my GIF image doesnt animate?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 18 Apr 2022
1 answer
179 views

Good evening,

I am having some basic issue with connecting a dataview to a chart and getting the piechart to show.

Heres My results:

the first chart is set up as follows:

 this.radChartView1.AreaType = ChartAreaType.Pie;
            PieSeries series = new PieSeries();
            series.DataPoints.Add(new PieDataPoint(50, "Germany"));
            series.DataPoints.Add(new PieDataPoint(70, "United States"));
            series.DataPoints.Add(new PieDataPoint(40, "France"));
            series.DataPoints.Add(new PieDataPoint(25, "United Kingdom") { Label = "My Label" });
            series.ShowLabels = true;
            series.DrawLinesToLabels = true;
            series.SyncLinesToLabelsColor = true;


            this.radChartView1.ShowSmartLabels = true;
            this.radChartView1.Series.Add(series);

Hardcoded.

the next one is my dataview;

 DataSet dsAnswer = new DataSet();
            DataView dvResult = new DataView();

            var db = Spectrotel.Library.DatabaseUtilities.DatabaseHelper.GetDB("RevIO");
            var cmd = db.GetStoredProcCommand("getme");
            string strSQLCMD = "";
            strSQLCMD = "[spectrotel].[sp_Rpt_Progress_getTodaysUsers]";
            cmd = db.GetStoredProcCommand(strSQLCMD);
            cmd.CommandTimeout = 10800;
            dsAnswer = db.ExecuteDataSet(cmd);
            dvResult = dsAnswer.Tables[0].AsDataView();

            radChartView2.AreaType = ChartAreaType.Pie;
            PieSeries series2 = new PieSeries();
            series2.DataSource = dvResult;
            series2.DisplayMember = "Bucket";
            //series.DataMember = "Cnts"; // it dont like this at all!
            series2.ShowLabels = true;
            series2.DrawLinesToLabels = true;
            series2.SyncLinesToLabelsColor = true;


            radChartView2.ShowSmartLabels = true;
            radChartView2.Series.Add(series2);

The data coming back from SQL is:

What am I doing wrong here?

Just want the basic C# code to get a piechart to appear like the first with my data.

 

Thanks.

Deasun.

 

 

 

 

Dinko | Tech Support Engineer
Telerik team
 answered on 18 Apr 2022
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
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
ShapedForm
SyntaxEditor
Wizard
CollapsiblePanel
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
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
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
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?