Telerik Forums
UI for WinForms Forum
1 answer
345 views
I've seen a lot of examples of the Gridview for Winforms but looking around I found a little demo for WPD that I liked for the RadGridview for WPF.  Can the tabs in the WPF for silverlight can be achieved in the regular Gridview for Winforms.  I've attached a small pic with the highlighted tabs , i haven't found anything or any examples on how to achieve this in Winforms. 

Is this planned to be added as a new feature?


thank you

Jose
Ivan Petrov
Telerik team
 answered on 20 Jul 2011
1 answer
119 views
Hi,

I was testing the summary row to see if it could be useful for me.

So I set up a simple COUNT expression test. Desperately the summary item is always empty.

Maybe I missed some main information in the documentation? Do I have to do some additional work for this in an event or something else? Or maybe I'm using it in the wrong event? I also tested with some AggregateEXprssions, but the result was the same. I see the row, but it is empty. The result was also the same when I used the code where I'm initializing the grid's content.

My code is like this:

private

 

void rGrid_DataBindingComplete(object sender, GridViewBindingCompleteEventArgs e)

 

{

    ...

GridViewSummaryItem

 

summaryItem = new GridViewSummaryItem();

 

summaryItem.Name =

"name_Guid";

 

summaryItem.Aggregate =

GridAggregateFunction.Count;

 

 

 

GridViewSummaryRowItem summaryRowItem = new GridViewSummaryRowItem();

 

summaryRowItem.Add(summaryItem);

 

this.rGrid.SummaryRowsTop.Add(summaryRowItem);

 


}

Thanx

Nadine
Alexander
Telerik team
 answered on 20 Jul 2011
5 answers
164 views
Dear Sir,
web Recurrence Rule format is not in coincide with the Windows Recurrence Rule format. Is it possible
to convert the rule format in accordance with the windows format.
I have to convert the rule format as same as the windows format from web fromat


web format
DTSTART:20100325T110000Z  DTEND:20100325T113000Z  RRULE:FREQ=WEEKLY;COUNT=4;INTERVAL=1;BYDAY=TH  

windows format
FREQ=WEEKLY;COUNT=10;RECCURENCESTART=20100324T103000Z;BYDAY=WE,SA;WKST=SU

By
S Suriya NArayanan
Ivan Todorov
Telerik team
 answered on 20 Jul 2011
1 answer
137 views
Hi!

I just saw the demo of the RichTextBox component. I found it quite brilliant and with a perfect timing for a project of ours. However the only thing we needed more is the "table support", since if with the demo I try to open a .docx with a table, nothing appears in the document (or rather just the text put in the table, but no table borders, cells or whatever). Is it just because it's a beta version, or you will provide such functionality in the next releases (2011Q3 or next)?

Just to know.
Thanks!!
Stefan
Telerik team
 answered on 20 Jul 2011
7 answers
196 views
I have a simple grid in which one of the columns is a drop down to a reference table.  I get them both to bind fine but when I leave the dropdown box it returns to it's original value.  Textbox columns work just fine.

I am dynamically creating all the columns including the drop down:

GridViewLookUpColumn jurisComboBoxColumn = new
GridViewLookUpColumn();

jurisComboBoxColumn.HeaderText = "MISSO";
jurisComboBoxColumn.Width = 100;
jurisComboBoxColumn.FieldName = "JurisdictionID";
jurisComboBoxColumn.DataSource = _jurisCodes;
jurisComboBoxColumn.ValueMember = "ID";
jurisComboBoxColumn.DisplayMember = "Name";
jurisComboBoxColumn.UniqueName = "jurisComboBox";
userListGridView.MasterGridViewTemplate.Columns.Add(jurisComboBoxColumn);

Am I missing something?

Thanks in advance,
Al
Martin Vasilev
Telerik team
 answered on 20 Jul 2011
1 answer
68 views
I was saw drag&drop event in treeview control.
I want to make gridview control like self-Reference in DEMO.
Drag&drop event in The gridview control that is possible?
Svett
Telerik team
 answered on 20 Jul 2011
1 answer
167 views
Hi
is there is a way to add spacebetweennodes for a certain nodes only not for all treenodes
for example here i need to have space between parentnodes only not between child nodes :
-Parent
   child
   child


-Parent
   child
   child
  
if there is any solution appreciate to have a help with it.
Svett
Telerik team
 answered on 20 Jul 2011
3 answers
215 views
Hello,

The following code always puts the new tabbed document at the beginning of the other tabbed documents in a TabStrip on my RadDock control:

radDock1.DockWindow(documentWindowMultiTabTest, DockPosition.Fill);

I need the document to open a new tab at the end of all the other tabs, not the beginning.

How can this be achieved?

By the way, when I try to accomplish this with the following code...

documentTabStrip1.Controls.Add(documentWindowMultiTabTest);

the tab does go to the end of the tabs, BUT if the user removes all tabs then adds 1 tab again to a blank RadDoc canvas, the following exception is thrown: "Changing Children collection of an already disposed element".


Thank you very much in advance,

Brook
Nikolay
Telerik team
 answered on 20 Jul 2011
2 answers
128 views
While experimenting with a workaround, I was trying to closely align 3 editors so I could create a PropertyGrid style panel. Using the code below, the controls overlap each, but if I use the MS controls they align perfectly - am I missing something.

        Dim d As New RadTextBox
        d.Size = New System.Drawing.Size(95, 14)
        d.Location = New System.Drawing.Point(300, 200)
        d.Text = "Text One"
        TabItem4.ContentPanel.Controls.Add(d)

        Dim e As New RadDateTimePicker
        e.Size = d.Size
        e.Left = d.Left
        e.Top = d.Bounds.Bottom
        TabItem4.ContentPanel.Controls.Add(e)

        Dim f As New RadMaskedEditBox
        f.Size = d.Size
        f.Left = d.Left
        f.Top = e.Bounds.Bottom
        f.Text = "Text Two"
        TabItem4.ContentPanel.Controls.Add(f)

Any suggestions?

Thanks.
Nikolay
Telerik team
 answered on 19 Jul 2011
8 answers
361 views
I have need for a RichTextBox with spell check abilities.
Do you have any plans on adding this to WinForms?
Thanks.
Nikolay
Telerik team
 answered on 19 Jul 2011
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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
ProgressBar
CheckedDropDownList
TrackBar
MessageBox
Rotator
SpinEditor
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
NavigationView
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
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
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?