Telerik Forums
UI for WinForms Forum
2 answers
115 views
Hi Team,

I've got some multicolumn comboboxes which are located in some groupboxes. The the groupboxes are very small, so the comboboxes do not have much space for the dropdown-window. Is it possible to make the comboboxes drop down over the right side parental border?

Best regards

Markus
George
Telerik team
 answered on 16 Oct 2013
1 answer
167 views
Hi!
 
On some
lines using attribute "IsPinned = true"


GridViewDataRowInfo dataRowInfo = new GridViewDataRowInfo(this.radGridView1.MasterView);
 
    dataRowInfo.Cells[0].Value = string;
 
    dataRowInfo.IsPinned = true;
 
radGridView1.Rows.Insert(0, dataRowInfo);

The problem is this: when is getting a lot of strings attached, and they fill up a working area of ​​the program that stops working scrolling, no strings attached is not visible beneath them. How can I solve this problem? I've seen similar threads in the forum, but they are not answered.

Проблема в следующем: когда закрепленных строк становится много и они заполняют собой рабочую область программы то перестает работать прокрутка, не закрепленные строки становится невидно под ними. Каким образом можно решить эту проблему? Я видел похожи темы на форуме, но они без ответа.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 16 Oct 2013
52 answers
1.6K+ views
I have found plenty of examples of paging GridView using asp.net. Does anyone have any examples using WinForms GridView with MS 2005 SQL?

Thanks.
Peter
Telerik team
 answered on 16 Oct 2013
0 answers
111 views
I am trying to stort by date which is working fine but when i create a new entity with the same date I am using the date to compare the foucs. but its not shifting to the most recent added to the list. I no i need some kind of next no but I cant use a table for this  is their anyway to always go to last edit record on new but be able to no which new date is most recent.

I mean if i working on the same date 16/10/2013 and then enter another record of 16/10/2013 it stay on the last record. it wont shift to the new record
Dave
Top achievements
Rank 1
 asked on 16 Oct 2013
1 answer
2.3K+ views
Hello,
I am new here hope someone can help me, I been stuck with this for a while and could not figure it out :(

I am using visual studio (VB) Try to make text box and scan serial number, I want after scan then all number will highlight and ready for next scan without using mouse for hit on keyboard to highlight it. but when I used "SelectAll", instead highlight a whole string of number at one time, it highlight single digit and disappear then move to next digit -> highlight and  ....

Private Sub txtTickNum_TextChanged(sender As Object, e As EventArgs) Handles txtTickNum.TextChanged
    Try
        Me.TicketTableAdapter.Serial(Me.TicketDataSet.ticket, CType(txtTickNum.Text, Decimal))
    Catch ex As System.Exception
        System.Windows.Forms.MessageBox.Show(ex.Message)
    End Try
 
    ' Select all text in the text box.
    txtTickNum.SelectAll()
 
 
End Sub
hope some one can help

Thanks
Dimitar
Telerik team
 answered on 15 Oct 2013
2 answers
120 views
Is their anyway to click a column programactically in winforms using q2 2013 the company i work for uses your controls hallmark solutions in belfast. id rather sort by the grid than on the source
Dimitar
Telerik team
 answered on 15 Oct 2013
1 answer
136 views
Hi,

I have a PDF that contains automatic line numbers.
When I open the PDF through the Acrobat Reader, and select a line number (double-click it), the line number is selected and highlighted.
But in case I open the PDF through RadPDFViewer, I can't select a line number. Double-click it does not highlight the number, but put the cursor in the beginning of the text in that line.

I add 2 images that demonstrate the differences:
Problem1.jpg is the RadPDFViewer.
problem2,jpg is the Acrobat Reader.

Is there any possibility to select a line number through the RadPDFViewer?

Thanks
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 15 Oct 2013
0 answers
90 views
I want to be able to limit the numbers but dont want the zeros showing is their any way to do this only 4 numbers
Dave
Top achievements
Rank 1
 asked on 15 Oct 2013
2 answers
248 views
Hello,

I have a problem with the AutoScroll function of a RadPageView.

I have added a RadPageView to my Form with the ViewMode property set to "Stack" and the AutoScroll property set to True. Then I added some pages to it, the first page has a minimum size of 100,100.

In the event handler of the SelectedPageChangedEvent, when a specified page is selected I add a new page to the bottom of the RadPageView.

The first problem appears when the space for the first page with the minimum size gets to small, the content of the page is now overlaying the other pages.

The second problem is when AutoScroll is enabled, the RadPageView won't be drawn correctly and the content of the first page is shown at the bottom of the RadPageView.

Are there solutions for this?

Best regards
Matthias
Top achievements
Rank 1
 answered on 15 Oct 2013
7 answers
760 views
Hi,

I am using latest telerik winform dll for my C#.net windows application. In my app, I have populated a radchartview( Line chart) control programatically by the following lines:

            LineSeries lineSeria = new LineSeries();
            lineSeria.VerticalAxis.LabelFormat = "{0:#,###}";        // Y axis label formatting
            lineSeria.HorizontalAxis.LabelFormat = "{0:MM/dd/yyyy}"; //X axis label formatting
            lineSeria.HorizontalAxis.LabelRotationAngle = 300;
            lineSeria.HorizontalAxis.LabelFitMode = AxisLabelFitMode.Rotate;
            lineSeria.HorizontalAxis.LabelInterval = graphInterval;
            lineSeria.VerticalAxis.LabelInterval = 2;  

            List<Graph_Stat> lstGraph = _oGraphBal.LoadGraphs(); //Loading a generic list for populating chartview
            lineSeria.ValueMember = "Value"; //decimal value
            lineSeria.CategoryMember = "Date"; //date time
            lineSeria.DataSource = lstGraph;     //setting datasouce for line series
   this.chartFrontedContractsSold.Series.Add(lineSeria); //adding line series to chartview and populating it

Here in this example , I have formatted both X and Y axis labels of chartview. The datetime value in X axis shows the correct formatting result. But the Y axis label not shows any formatted output ( for Eg, if I have a value 1000, it should have to be displayed as 1,000).

Please help me.

-Praveen.
     
Roger
Top achievements
Rank 1
 answered on 14 Oct 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?