Telerik Forums
UI for WinForms Forum
3 answers
255 views
Has anyone else noticed in the most recent release that after expanding and collapsing a particular group of nodes twice the vertical scroll bar disappears?  If you're towards the bottom of the list this bug makes it where you cannot access the nodes out of the initial collapsed view.

Luckily in my application I have an "Expand/Collapse" button which by calling either the CollapseAll() or ExpandAll() on the RadTreeView returns the vertical scroll bar.
Jack
Telerik team
 answered on 05 May 2011
1 answer
112 views
I have two gridviews on a form, each is grouped by the same column name. I want to capture the text in the group header of gridview1 as the groupexpanded event fires but when I attempt to get this information using 'sender.currentrow.headertext' visual studio crashes.

When I have the information I want to loop through the rows in gridview2 and expand the equivalent group if one exists.

Is this a bug or is my approach wrong?
Richard Slade
Top achievements
Rank 2
 answered on 05 May 2011
1 answer
102 views
I've set the MultiSelect to true but I cannot select more than one row. Is this feature not available with a self-relation hierarchy gridview?

Being able to select more than one row is very important to the application I'm working on.

Thanks for your help.
Richard Slade
Top achievements
Rank 2
 answered on 05 May 2011
1 answer
123 views
Hello,

I want to create a grid where one record is shown on 2 lines. I have done this by using the htmlviewdefenition.
When I enlarge the font size and then set the autosizerows property to true, the header isn't displayed properly. (Attached you will find a screenshot of the grid)

My code:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using Telerik.WinControls.UI;
 
namespace TestTelerikGrid3
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
 
        private void Form1_Load(object sender, EventArgs e)
        {
            HtmlViewDefinition view = new HtmlViewDefinition();
            view.RowTemplate.ReadXml("GridLayout.htm");
 
            radGridView1.ViewDefinition = view;
 
            radGridView1.Font = new Font("Segoe UI", 15.75F,FontStyle.Regular);
            radGridView1.AutoSizeRows = true;
        }
    }
}
 
Html:
<table>
<tr>
    <td colspan="2">Column1</td>
</tr>
<tr>
    <td>Column2</td>
    <td>Column3</td>
</tr>
</table>

I am using gridview version 2011.1.11.419.

Can anyone help me with this problem?

Regards,
Steve
Richard Slade
Top achievements
Rank 2
 answered on 05 May 2011
1 answer
82 views
Hi,
I want to have a persian Spellchecking in my app but I don't know how to implement it.
Can you please guide me?
Thanks.
Stefan
Telerik team
 answered on 05 May 2011
1 answer
142 views
I am using the Ribbon bar. I am attaching a screen shot of the ribbon as shown in my application.

When the user minimizes the application, and then restores it, the ribbon buttons are messed up as you can see from the second screen shot I am attaching. Notice that any buttons that are in button groups no longer have any text.

If the user clicks the up arrow in the upper right corner to hide and then show the toolbar, it resizes back to the original display.

Is this a known bug? Any idea on how soon it will be fixed?

Thanks!
Peter
Telerik team
 answered on 05 May 2011
6 answers
125 views
Hi,
I need a Color gallery in my project to let user to format grid's cell to save them.
Please guide me.
tooraj azizi.
Ivan Petrov
Telerik team
 answered on 05 May 2011
2 answers
233 views
Dear Telerik Team,


Is it possible to create a custom Drop Down list (validation list) in the Excel worksheet when exporting the RadGridView with ExportToExcelML (VB.net code)?

 

I;m giving herebelow an example of code to create a drop down list using the Excel Interop assemblies but which I'd like to use/convert with the faster ExportToExcelML method:

 

 

 

Private Sub AddCategoryValidationList(ByVal rng As Excel.Range)

With

 

rng.Validation

 

 

.Add(Excel.XlDVType.xlValidateList, _

 

Excel.XlDVAlertStyle.xlValidAlertStop, _

 

1,

"=Beneficiaries!$A$1:$A$1000")

 

 

.InCellDropdown =

True

 

.ErrorTitle =

"Stock release form"

 

.InputMessage =

"Please select a beneficiairy"

 

.ErrorMessage =

"The value you have entered is not a " & _

 

 

 

"valid beneficiary. Please select a beneficiary from " & _

 

 

 

"the list."

 

.ShowInput =

True

 

.ShowError =

True

 

 

End With

 

End Sub

Best regards,
Alain Cavenaile
Martin Vasilev
Telerik team
 answered on 05 May 2011
1 answer
155 views
Hi,
When I change entire app's theme using associated class, My grid's header font doesn't appear with the font I set for prevous theme. this happens for Win7 and Desert themes. How to solve this? please tell me.
How can I get rid of Telerik theme's header display glitch (shows header gray color and after mouse hover backs to original color(green))?
Thank you again, Tooraj Azizi.
Ivan Petrov
Telerik team
 answered on 04 May 2011
3 answers
205 views
Hi,
In my C# WinForms App I have placed a progress bar on statusbar of Main  form. the progress bar must show the progress of any action such as updating of a sql server table, backup operation, or any calculative operation.
Please put a sample here, thank you.
Tooraj azizi.









Ivan Petrov
Telerik team
 answered on 04 May 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
NavigationView
VirtualKeyboard
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?