Telerik Forums
UI for WinForms Forum
1 answer
208 views

Hi Telerik,


I was wondering on how to use the RadPageViewPage in combination with controls. I was looking for an item list within the RadPageViewPage to add buttons (or other controls) to the Page. But I can't seem to find it (wondering if it actually exists). How should this RadPageViewPage be used? Should I just add normal controls to it from the VS toolbox?



Would be nice to have a items list in this control to add buttons to it. This was the case with the previous version of the OutlookBar if I recall correctly.



Thanks for your information.



Best Regards,

Francois

Ivan Todorov
Telerik team
 answered on 29 Nov 2013
3 answers
134 views
Hi, 

I cannot remove Border from RadRibbonBarButtonGroup in 2013 Q1. Just follow this steps:
1. Create RadRibbonBarButtonGroup
2. Uncheck Show Border in PopUp window
3. Save and close Form 
4. Reopen form.

You also can see the steps in attachment. Could you help me?
Ivan Todorov
Telerik team
 answered on 29 Nov 2013
1 answer
85 views

Hi Telerik,

I use a radGridviews to implement a system which supports downloading files from IIS server.

The column setting is shown below,
<telerik:GridHyperLinkColumn DataTextField="File Name" HeaderText="File Name" UniqueName="File Name" DataNavigateUrlFormatString="IIS_ItemServer\{0}" DataNavigateUrlFields="File Path" />

In addition to downloading files,

is it possible to implement to trigger an extra event/function when clicking the file links by this way?

Thanks you

Konstantin Dikov
Telerik team
 answered on 29 Nov 2013
1 answer
718 views
Hello,

I have a GridView on which I want to set programmatically the CurrentCell. I have found a solution using this metohd 

public void SetCurrentCell(int rowIndex, string columnName)
{
     CurrentRow = Rows[rowIndex];
     CurrentColumn = Columns[columnName];
}

But using this method fires twice the CurrentCellChanged event which it is not desirable.
Is there other way to do this to simulate the Mouse Click which does not fire twice the CurrentCellChanged?

Thanks in advance


Dimitar
Telerik team
 answered on 29 Nov 2013
1 answer
158 views
I was wondering if steplines are supported in this control. Thanks in advance, Krisztian
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 29 Nov 2013
1 answer
177 views
Hi,
I'm trying to insert an image inside a radrichtextbox (windows form) using this code

Bitmap b = new Bitmap(openDialog.OpenFile());
myRadRichTextBox.InsertImage(b);

but the image is automatically resized to the size of radrichtextbox.
How can I avoid this?
Thanks
Dimitar
Telerik team
 answered on 29 Nov 2013
1 answer
132 views
Hello!

I have RadGridView bounded with DataSet. Is there any way to change type of the columns?

For example I have DataTable in DataSet with columns: Id, Name and Job. I'm creating data binding between RadGridView
and DataSet. I would like to have three columns in my RadGridView: Id (typeof DecimalColumn), Name (typeof TextBoxColumn), Job (typeof MultiComboBoxColumn). I know that I have to have Id as System.Int32, Name as System.String in  my DataSet, but how can I change Job into MultiComboBoxColumn?

Thanks for help, Kuba
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 29 Nov 2013
4 answers
199 views
Hello Support,
I have to bind a large of data to GanttView (6000 Items, and 12000 links). After binding data, Memory is about 200MB. And In GUI, when  I were scrolling down form top to bottom Items, I found that the memory for the application increase so much about 1.5GB.
When I use WPF Gantt View, it take about 230MB.
May you help me how to increase control RAM usage?
Thank in advanced.
Nguyen
Ivan Petrov
Telerik team
 answered on 28 Nov 2013
3 answers
345 views
Hello,

I have a RadGridView with an handler for the SelectionChanged event. MultiSelect is enabled. If I hold the mouse button and move the mouse to select rows, the event is triggered as expected. However, if I keep holding the mouse button and move the mouse back to select less rows, the event is not triggered! It seems to me that this is an error in the RadGridView.

I use this functionality to update a label with the number of selected rows, which is not updated correctly this way. Is there a way that I could make this work?

Below is a code snippet that shows my problem.

int previousSelectedItemCount;
        private void rgvObjecten_SelectionChanged(object sender, EventArgs e)
        {
            if (previousSelectedItemCount > rgvObjecten.SelectedRows.Count)
            {
// this is not reached
            }
            previousSelectedItemCount = rgvObjecten.SelectedRows.Count;
 // code to update label here
}
George
Telerik team
 answered on 28 Nov 2013
1 answer
168 views
For some reason RadAutoCompleteBox  is using ; as default seperator i tried putting another sep but then this displays on screen and i cant use space cause then it make every word a tag any ideas?

Or is their a way to force it to be just one item?
Ralitsa
Telerik team
 answered on 28 Nov 2013
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?