Telerik Forums
UI for WinForms Forum
6 answers
155 views
Hi, i use the next GroupingDescriptors

Dim descriptor As New GroupDescriptor()
descriptor.GroupNames.Add("COLOR", ListSortDirection.Ascending)
Me.RGViewPO.GroupDescriptors.Add(descriptor)

and in the Q2 2010 work perfect but in Q3 2010 does not work
this is a big problem to me and need fix Immediately, my users have complained since the update and do not want to go back to Q2
I attach two print screen, the first is the RadGridView with the release Q2, The Grouping by color is perfect
the Second is the same RadGridView with the release Q3 but the makes the clustering based on the first column of the table and not by the color column
Richard Slade
Top achievements
Rank 2
 answered on 22 Nov 2010
13 answers
219 views
Hi

I have a shaped form and set a menu item called 'Window' with .MDIList property = TRUE so that it shows a list of all child forms currently open within the MDI.

However, the menu is showing the form Name e.g. "frmPerson" and not the text in the forms Title bar so if we have multiple instance of "frmPerson" open within the MDI it shows "frmPerson" multiple times in the menu and not what is contained in the forms title bar which identifies the individual forms e.g "Person - Joe Bloggs"

The forms .Text name property is set to the details I would expect to see in the MDIList under Window but it appears to use the .Text value that is set on the form at design time?

Any idea how I can change this?

Many Thanks
Steve
Richard Slade
Top achievements
Rank 2
 answered on 22 Nov 2010
4 answers
704 views
How would I use "Text Only" buttons?

Any Examples using the CommandHostItem would be great.  The help talks about the HostedElement Property, but I don't see it in the designer properties window.  Can we really host any RadControl?

Thanks
Richard Slade
Top achievements
Rank 2
 answered on 22 Nov 2010
3 answers
2.5K+ views
Hi,

I am using RadGridView.  I need to format the column values, so it can display the values with no decimal points. And if the value of the column is 0 then it displays nothing. Can you please help me that what should be the value of FormatString property.

And also how can I format the values of SummaryRowBottom.

Any help would be appreciated.

Regards!
Richard Slade
Top achievements
Rank 2
 answered on 22 Nov 2010
3 answers
413 views

Hello,

I have a hierarchical grid with about 8000 rows. Based on user interaction I have to update values of specific cell, which I do by looping through the selected rows. There is a conditional formatting on the specific cell which changes the background depending on the value.

My problem is the following ; if I use the following statement it takes too long :

foreach (GridViewRowInfo row in this.radGridView1.SelectedRows)
{
    row.Cells["MY_CELL"].Value = "newValue";
}

Now if I use DeferRefresh() the speed is drastically improved, but the grid scrolls back all the way to the top when it is done :

using (this.radGridView1.DeferRefresh())
{
    foreach (GridViewRowInfo row in this.radGridView1.SelectedRows)
    {
        row.Cells["MY_CELL"].Value = "newValue";
    }
}

I don't know if it is normal behavior, or if there is a way to avoid scrolling back all the way to the top AND keeping the same run time I have with DeferRefresh().

EDIT : I also tried using BeginUpdate() and EndUpdate() which result in the same scrolling behavior.

Thank you for your help !

  • OS Information : Windows XP x64 (version 2003) SP2
  • Telerik : RadControls for WinForms 2010.3 10.1109
  • Microsoft Visual Studio 2008
  • .NET 3.5
Jerome Prunera-Usach
Top achievements
Rank 1
 answered on 22 Nov 2010
4 answers
193 views
Hello,

I have a form with a RadRibbonBar and a RadGridView.
Within the toolbar I have programmatically added a RadTextBoxElement (and a button) in order to search through the grid.
Everything is working perfectly well except when I try to implement the CTRL+F shortcut. The event do get fired and I am able to catch the requested action, but then I cannot get the textbox to focus.

I have tried both mytextboxelement.TextBoxItem.Focus() and mytextboxelement.Focus() with no success.

private void searchKeyDown(object sender, KeyEventArgs e)
{
    if(e.KeyCode == Keys.F3)
        btnSearch_Click(null, null);
    else if (e.KeyCode == Keys.F && e.Modifiers == Keys.Control)
    {
        RadTextBoxElement txt = (RadTextBoxElement)this.radRibbonBarButtonGroup1.Items[0];
        txt.TextBoxItem.Focus();
    }
}

Any idea if I'm doing something wrong or if there is a problem ?

Thank you,

  • OS Information : Windows XP x64 (version 2003) SP2
  • Telerik : RadControls for WinForms 2010.3 10.1109
  • Microsoft Visual Studio 2008
  • .NET 3.5
Jerome Prunera-Usach
Top achievements
Rank 1
 answered on 22 Nov 2010
14 answers
504 views
I am trying to create a slideshow using images from a directory. The directory may contain thousands of images.

How can I dynamically add images to the Carousel at runtime? This also needs to be responsive to the user.

Thanks
Peter
Telerik team
 answered on 22 Nov 2010
12 answers
208 views

Hi,

I am a little bit confuse as in how to bind images to a RadDropDownList. I can bind with a data table. But I don't know how to bind images to my items. So, do I have to use the Unbound Mode to bind each item in my data table and then bind images while I am iterate through the data table? I can't find a good example in the documents for this.

Thank you for the help.

Good day.

Richard Slade
Top achievements
Rank 2
 answered on 22 Nov 2010
5 answers
201 views
Hi... I am using the Q3 2009 version of your controls and I am trying to understand your data binding.  What I would like to do is to bind the combo to a single field in one table but display a list based on another.   I am just migrating to the telerik controls and .Net and in other ActivieX controls (non telerik) they had two properties that allows me to accomplish this.  They combo boxes had a RowSource and a DataSource.  The model was simple for me to understand.  I would bind the control to the data source but, use the row source for the list.  For the Telerik control I have noticed that it only has the Data source property.  And Until that is set , I cannot set the Value Member or the Display Member properites.
Please can you help me to accomplish this?  Where am I going wrong or not underdstanding

Thank you.
Svett
Telerik team
 answered on 22 Nov 2010
2 answers
101 views
Clark

Posted on 1 day ago

I'm trialing the RadControls for Winforms and I have two technical questions that will determine whether I purchase or not:

1.  If I decide to use a RadForm in my application, how does the Telerik Presentation Framework handle other 3rd party controls I may want to place on the form?  I want to take advantage of the WFP-like enhanced UI, but I don't want my non-Telerik controls to look different.  Does the TPF automatically adjust the appearance of 3rd party controls on a RadForm?

2.  One of the issues I've always had in the past when programming WinForms applications that are distributed to end-users is resolution compatability with all of the different possible monitors used.  This has caused cases of wwhere windows are truncated/cropped, or where they appear too small or too large.  Does a RADForm automatically take end-user monitor resolution into consideration and adjust the display of the form size automatically?

Jack
Telerik team
 answered on 22 Nov 2010
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?