Telerik Forums
UI for WinForms Forum
6 answers
209 views
Ok I'm only new too this WinForms Gridview so these are probably some simple problems, But thanks in advance for any help you can give.

1) How do I change the default Text in the Group by Row Header.  By default its coming up with <DataField>: <Value>.
Oh and its centered aligned, but I would prefer it left aligned.

2) when I've configured the Gridview to how I Need it, when I run it and try and use the group by feature by drag and dropping a field to the group by header, the new grouped field isn't showing up, up the top in the group by section, so I can't Ungroup  that field.

If anyone can help with these 2 probably that would be greatly appreciated.
Thank you
Dwight
Telerik team
 answered on 07 Sep 2007
1 answer
195 views
Hi,
I would like to stop a node expanding while the mouse is hoovering a node while draging another node.

I've tried the following:

On my class which inherits from RadTreeNode:

public override void Expand()
{
// stop node expanding if dropping to it
if (this.TreeView.DraggedNode!=null || (this.TreeView.SelectedNode!=null && this.TreeView.SelectedNode!=this))
return;
...

The problem here is that the node will not expand if it is not selected, which is the case if i click on the expand icon which does not select the node.

private void deviceTree_Expanding(object sender, System.ComponentModel.CancelEventArgs e)
{
// I set the dragNode variable on the Dragging event of the treeview
if (dragNode != null)
e.Cancel = true;
}

The problem with this solution is that the event is triggered after Expand method of the node.

How can I accomplish this? my problem is that many nodes have large quantities of children and the tree is quite sensitive to which node to drop to, one has to move the mouse a little to choose the right node.

root
+ node1
+ node2
+ node3
+ node4

if I want to drop node4 on node2 it requires the user to move the mouse carefully, it could end up on node1,  node2 or node3, but then node1 expands and i have to cancel the drop and start all over again. Is there a way to change this behaviour? that is expand while dropping OR at least increase the "onhoover" time before expanding.

Thanks,
/ jorge

Boyko Markov
Telerik team
 answered on 07 Sep 2007
1 answer
131 views
Hello,

Is it possible to change the view of the graph to get a top-bottom view. i.e. Having the origin (0,0) in the top-left corner instead of bottom-left corner of the graph.

Thank you.
Dwight
Telerik team
 answered on 07 Sep 2007
5 answers
162 views
Hi Telerik Team,

I encounter that when i am using the RadGridView to do sorting, for example: i am about to sort 1,2,3,4,5,6,7,8,9,10 in descending manner where the datatype is smallint, the grid will return 9,8,7,6,5,4,3,2,1,10 in which i expected 10,9,8,7,6.....,1 since it is smallint datatype.

Pls Help. Thanks
Dwight
Telerik team
 answered on 07 Sep 2007
1 answer
123 views
Hi,

I am working with radgrid with winforms 2.0 . I am facing problem to summaries column which i grouped. I wanted to show summary of the group column next to grouped column name.
Does radgrid support this functionlity ? if yes how ?
if No when will i get it ?

Thanks
Nicky
Dwight
Telerik team
 answered on 07 Sep 2007
0 answers
147 views
hi guys,
..cheers.. got it. was a different issue which did confuse me..
piratenwichtl
Top achievements
Rank 1
 asked on 07 Sep 2007
13 answers
516 views
Just purchased RadControls for Winforms and is starting to use it.

I have a problem with the addnewrow functionality.

Im connected the GridView to a collection of one of my business objects.
It loads just fine. I can edit a value just fine.
I got Allownewrow=true so the "Click here to add new row" shows.
When I enter values here and then change row I can debug that the new object is inserted into my collection, but it does not show any more in GridView. If I do an Update, which saves my collection to DB the object is there and gets saved. If I reload the collection the new row is there.

But I want the user to see new rows added without having to save it. What am I doing wrong?
Lovsten
Top achievements
Rank 1
 answered on 06 Sep 2007
1 answer
112 views
I face a problem of mingling of words and disappearing of words from listbox. I placed listbox and gridview on same form. Bind them with same data source. I make datagridview editable. Now when I change 2-3 values in gridview the column values showing in listbox become mingl and one two three rows got disappear.

Thanks
Abhisek
Julian Benkov
Telerik team
 answered on 06 Sep 2007
1 answer
237 views
Couple of questions that i don't seem to find in the doc.

1- I need to show a global button in the top of the datagrid to add a new row for example. How can i do this and trigger the new row event?

2- I need to show a delete and update button for each row in the grid when edit mode is allowed.

3- How can i get the object binded to a row in a datagrid (the this property).

Thanks
mateo

Jack
Telerik team
 answered on 06 Sep 2007
0 answers
114 views
It is our pleasure to announce the long awaited beta of RadControls for WinForms Q2 2007, which includes the first ever version of RadCalendar for WinForms.

Features:

  • Multi-month view
  • Vertical and horizontal rendering - month days can be rendered row by row, or column by column
  • Multi-date selection
  • Advanced navigation - fast navigation with a step greater than 1, multi-month view navigation
  • Read-only mode
  • Allows embedding images and templates (RadHostItem’s)
  • Full Globalization and Localization support - supports all .NET cultures and allows localization of strings
  • Simple read-only datepicker
  • Right to left language support
  • Full VS2005 design time support

Full information on the beta you can find here.

We will be expecting your feedback on our newest control!


Yours,
The Telerik Team

Telerik Admin
Top achievements
Rank 1
Iron
 asked on 06 Sep 2007
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?