Telerik Forums
UI for WinForms Forum
1 answer
76 views

Working in an ERP environment means that users are on the same screens all day long. They tend to pull up the same value from many of the dropdown lists. It would be a nice feature to keep frequently used values at the top of the list, so they can do their work that much easier/quicker.

 

 

Dimitar
Telerik team
 answered on 01 Aug 2018
10 answers
1.3K+ views
Hello, 

I have a problem regarding checkboxes inside gridview. 
When I check the checkbox at the GUI seem to be checked but the value at the CellValueChanged event that raises is not checked.
Inside the code of the event the checkbox is checked when I click anywhere else on the grid.

My event handler code is 

  private void radGridView1_CellValueChanged(object sender, Telerik.WinControls.UI.GridViewCellEventArgs e)
        {
            bool isChecked = (bool)radGridView1.CurrentRow.Cells[2].Value;


            if (isChecked == true)
            {
                MessageBox.Show("Thanks you");
            }
        }


Do you have any suggestions ? 
PS: I send you a link with a sample project, if that helps. http://www.megaupload.com/?d=W1ACJXFS 


Thank you in advance
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 01 Aug 2018
1 answer
91 views

Hi,

Im currently using a range selector for a line series chart view.

Is there a way that i can see / calculate how many data points are in the current view from the range selector

Cheers     

Dimitar
Telerik team
 answered on 01 Aug 2018
7 answers
189 views

Hi admin,

 

I would like to know GridViewSummaryItem with excel cell format of the number when export to excel (using ExportToExcelML). I can do each column of formatting but summary column not showing 'Number' in excel, just show 'General' format. Please, my attached file.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 31 Jul 2018
3 answers
578 views
When we used to install Telerik manually the toolbox in Visual Studio would be filled with the newest controls.  Using the Telerik online nuget packages however don't do the same.  How do I get the toolbox to be filled after referencing Telerik via the use of a nuget package?
Dyanko
Telerik team
 answered on 31 Jul 2018
2 answers
153 views

Hi, 

I posted a question regarding chat control, I received an answer but I can't find the thread.

URL:

https://www.telerik.com/forums/how-to-allow-multi-line-in-the-input-textbox

 

Thanks

Sameh
Top achievements
Rank 1
 answered on 31 Jul 2018
2 answers
90 views

Hello, 

There is some way to do this (captura.png)?

GanttViewTextViewElement over GanttViewGrapicalViewElement

Thank you!

Miguel
Top achievements
Rank 1
 answered on 31 Jul 2018
6 answers
281 views

Hi all- 

I'm using a RadGridview (Telerik Winforms version 2018.1.220.40) and am having trouble getting the excel filter grid to look right.   The radGridView seems to default to Seguoi 8.5 font, but I increased that to 14 to make it readable.   The problem I'm having is that, after I enable Excel filtering, when a user chooses to filter, the excel filter box is tiny (I think it's still 8.5 font) - all the checkboxes are tiny, and the titles are unreadable.  

I've searched the forums and found some related posts that instruct in (c#) to run through the elements in the viewCellEditing event, but, either I haven't translated them right into VB, or they aren't doing what I expected.   

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 31 Jul 2018
2 answers
115 views

We are using the Excel like filtering feature. Upon startup I would like to set specific entries in a column as attached. How can I do this?

 

Terry
Top achievements
Rank 1
 answered on 31 Jul 2018
1 answer
128 views

Hi,

The scenario is following

The system has 2 different windows (type floating.).

Say user is doing something like editing in a first window.

I want programatically to restrict user to the window he is currently working in, until he commits his work.

I.e. prevent him to go to window #2 until he clicks save - so it should work as a modal dialog box while user in editing mode.

I tried to hook up to ActiveWindowChanging event of RadDock class. 

I wrote essentially 

private void DockerContainer_ActiveWindowChanging(object sender, DockWindowCancelEventArgs e)
{
            // some processng
           if (needTo capture)
           {
                e.Cancel = true;
            }
}

But it doesn't work.

Are there any way to do what i want to do?

Please help,

Boris Pitel

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 30 Jul 2018
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
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
CollapsiblePanel
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
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?