Telerik Forums
UI for WinForms Forum
0 answers
111 views
Hello all,

I have recently raised a support issue and telerik is saying that I am the only one that has ever experienced this problem.  While I admit that my case is a little rare, I find it impossible to believe that I am the only one.  So...

I have a telerik grid and it is very small in height (157).  This grid also contains a child grid for associated information.  The problem is that the grid will not scroll down far enough to show all the data from the rows.  This is especially true if you expand a row to show the child data or if you show the grouping panel.

So I ask, am I truly the only person out there who has seen this problem?  If not, then how did others work around this?
lkeel
Top achievements
Rank 1
 asked on 03 Apr 2009
1 answer
236 views
Hi,
How can i  make collapsible splitter in windows application.I need the control should be collapsible.Please help me in this case.And send me the sample project for working collapsible splitter in windows applications.

Thanks in advance,
Santhose Kumar.
Mike
Telerik team
 answered on 03 Apr 2009
0 answers
62 views

 Please ignore this post , I had it answered in another post.

Kenneth Jackson
Top achievements
Rank 1
 asked on 03 Apr 2009
2 answers
118 views
Hey guys,

I'm trying to acheive the following Grid View Definition:

        +--------------+--------------+--------------+-----   
        |              |    Height    |     Width    |    Etc...   
header: + Product Name +-------+------+-------+------+------   
        |              | Value | Unit | Value | Unit |   
        +--------------+-------+------+-------+------+--------    
  row:  | Monitor      |  30   |  cm  |  1.2  |   m  |    
        +--------------+-------+------+-------+------+--------   
 
 

Width and Height are easy enough using ColumnGroupsViewDefinition. However, I can't for the life of me get the Product Name column to sit as described above. The best I can do is something like the definition below:

        +--------------+--------------+--------------+-----   
        |              |    Height    |     Width    |    Etc...   
header: +--------------+-------+------+-------+------+------   
        | Product Name | Value | Unit | Value | Unit |   
        +--------------+-------+------+-------+------+--------    
  row:  | Monitor      |  30   |  cm  |  1.2  |   m  |    
        +--------------+-------+------+-------+------+--------   
 
 

... Which is a slightly different kettle of fish. I'm hoping I've missed something obvious.
Cameron Hart
Top achievements
Rank 1
 answered on 02 Apr 2009
1 answer
123 views
Is it possible to double click on a node in the tree view without expanding it? I would only like it to be expanded when I click on the + sign.

Regars, Jill-Connie Lorentsen
Victor
Telerik team
 answered on 02 Apr 2009
5 answers
1.3K+ views
Hello -

It is my understanding that Windows has a hard limit of 32767 pixels with respect to the size of a control.  WPF gets around this by not using Windows controls, but the Telerik WinForms controls are all based on System.Windows.Control.  Please correct me if I'm wrong, but I believe this means that none of the Telerik WinForms controls can exceed this maximum size.  Thus, even though Telerik has a very elaborate architecture that immitates WPF on WinForms, if I use that archecture to deeply nest a significant number of controls, grids, etc inside layers of panels, I will eventually hit that hard limit in Windows, correct?  Is there a way around this limit using Telerik WinForms?  I realize that I can get around it by using WPF, but that has a whole different set of problems that I'm trying to avoid.  It would be ideal if we could use Telerik WinForms controls to do the job.  I also realize that the nested tables in Telerik's RadGridView gets around this problem by nesting scrollbars, but the nature of my information won't lend itself to nested scrollbars.

What I desire is a single smooth scrolling pane with a deep hierarchy of nested panels and controls like WPF, but the volume of information that I intend to put into that pane will easily exceed the maximum control height of 32767 (imagine a long Word Document with one scrollbar composed of nested panels/controls/grids/etc).  Is there a recommended solution on Telerik WinForms?

Thanks,
Michael Hewitt
Precision Software Design, LLC
Mike
Telerik team
 answered on 02 Apr 2009
1 answer
174 views
Hi,

I have a problem with GridViewDecimalColumn.

Current scenario :
 A) Value = 5
 B) User delete value in cell
 C) User provoque endEdit
 D) Value = DBNull
 E) application crash (not because of telerik)

My need :
 A) Value = 5
 B) User delete value in cell
 C) User provoque endEdit
 D) Value = DBNull, so it's not valid
 E) Value = 5

My question is, is there a way, when a cell == DBNull, to retrieve previous value? I tried the "Close editor when validation failed" but it crash again.

Best regards,

Fabien
Nick
Telerik team
 answered on 02 Apr 2009
3 answers
172 views
Hi all,
I have problem with Grid View. I want to group 3 column header 1,2,3 into general header 1.
Ex:

General Header 1

General header 2

General header 3

Header 1

Header 2

Header 3

some values

some values some values some values

some values

some values

  some values

  some values

  some values

some values

How to make it ? Please help me.

Thanks & Regards.

Jack
Telerik team
 answered on 02 Apr 2009
4 answers
152 views
Hi there.  I am having a problem when I maximize my form.  The title bar appears to be rendered twice.  The top part of the screen has a partially rendered title bar.  Immediately below that, the correct form shows.

Also, I am noticing a lot of flickering when I resize the form. 

I am in the process of rewriting some of my forms with Rad and if it goes well I am going to move my entire project to Rad.  I am hoping that these rather obvious problems are something simple that I have just overlooked.

I have a screen shot of the title bar problem if you want it by e-mail.
Mike
Telerik team
 answered on 02 Apr 2009
2 answers
124 views
Hi,
I wanted my mdi child to be maximize at the start of a button click.
As when the child is set as maximized, the buttons of minimise, maximise and close at the top right that supposed to be mount to the ribbonbar doesnt appear.
i will need to maximise my parent form, then those buttons appear.

below is the button click method.

        private void btnUser_Click(object sender, EventArgs e)
        {
            Form1 newMDIChild = new Form1();
            // Set the Parent Form of the Child window.
            newMDIChild.MdiParent = this;

            // Display the new form.
            newMDIChild.WindowState = FormWindowState.Maximized;
            newMDIChild.Show();
        }



Please help to rectify the problem.

Thanks,
Jack
Jack
Top achievements
Rank 1
 answered on 02 Apr 2009
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)
Chart (obsolete as of Q1 2013)
Form
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
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
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
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?