Telerik Forums
UI for WinForms Forum
1 answer
125 views
Hi,

I don't have any experience with Telerik Controls and have not done much research on Telerik controls.

Can anyone advise if GridView control for WinForm has the capability to support drag and fill across rows within one column? Basically we want the data grid control have full some Excel-like capability to manipulate data (like Drag & Fill within one column, Drag and Copy etc..).

Thanks,
Kevin Hu
Ivan Todorov
Telerik team
 answered on 12 Sep 2014
1 answer
143 views
Hello,

Here is my problem. I've an c# application and a website both with telerik's tools.

I've got a web page to create a radtreeview. The xml of this radtreeview is stored in my database and i'm using it to load in different pages.

I'm also using it to load a radtreeview in my c# application. 

What I need now is to allowed my customer to move nodes in the radtreeview (in my application, in the web it's working great), and save this new radtreeview (xml) in my database...

The xml is totally different between winforms and ASP.NET and my radtreeview is wrong in the web after i save the xml from my application.

Is there a fast solution to link RadTreeView from winforms and RadTreeView from asp.net ? 

Thanks,

Regards.
Ivan Todorov
Telerik team
 answered on 12 Sep 2014
6 answers
285 views
How can I place a button in the first header cell above the row selection arrows?  I would like to do this in a class derived from gridview.

Hans Heuvelman
Hans
Top achievements
Rank 1
 answered on 12 Sep 2014
1 answer
147 views
Hello,

I have a menu item with image
I wish to check on/off the menu (highlight the image) when the user click on it (same like with the toolbar check button - when the button is checked the image is highlighted)

I used the tooglestate property but this works only without image

Thanks

Dimitar
Telerik team
 answered on 11 Sep 2014
5 answers
238 views
Hello, 

I use OS: Win 8.1
         .Net4.5
        UI fo Winforms Vers. 2014.2 715 

I try to make a relation between 2 tables in my MS Entity (Framework 6.0.1),

The problem is the tables don't have a column in common so that i can make a direct relation,

What i need is a possibility to .Join a third table to my parent which provides the missing column.

My 3 tables are

tbl_AffiliateCommision which should be my parent template in the Hierarchygridview this table provides me the column "AffiliateUser" and the grouping would be done with this column.

tbl_Affiliate in this table every AffiliateUser gets his specific "IdAffiliates". This table would provide both columns. This table should not be shown in the grid

ItemAffiliate which should be the child template and  provides me the sold items and the column "IdAffiliate" which is a undergroup of the Column "AffiliateUser" ( AffiliateUser is not available in this table)

e.g.: AffiliateUser : 12354 has the IdAffiliates: 1,4,6
         AffiliateUser: 32145 has the IdAffiliates: 2,3,7

Here some code for better a understanding 

in the 01 line i just look up the data i would use the same Join in teh 02 line if it would work like this. 
the rest of the code shows how i would make my grid.

Please let me know if i forgot to give you important information.

01.var g = db.tbl_wat_Affiliate_Commission.Join(db.tbl_wat_Affiliate, ac => ac.IdAffiliateUser, a => a.AffiliateUser, (ac, a) => new { ac, a });
02.this.radGridView1.DataSource = db.tbl_wat_Affiliate_Commission.Local.ToBindingList();
03.this.radGridView1.AllowAddNewRow = true;
04.this.radGridView1.AllowEditRow = true;
05.this.radGridView1.AllowDeleteRow = true;
06. 
07.// Create and load child
08. 
09. db.tbl_sst_ItemAffiliate.Load();
10. 
11.GridViewTemplate template = new GridViewTemplate();
12.template.DataSource = db.tbl_sst_ItemAffiliate.Local.ToBindingList();
13.// Hinzufügen des childtemps.//
14.this.radGridView1.MasterTemplate.Templates.Add(template);
15. 
16.//Create relation//
17.GridViewRelation relation = new GridViewRelation(this.radGridView1.MasterTemplate);
18.relation.ChildTemplate = template;
19.relation.RelationName = "Affiliate";
20.relation.ParentColumnNames.Add("IdAffiliateUser");
21.relation.ChildColumnNames.Add("IdAffiliateUser");
22.this.radGridView1.Relations.Add(relation);


best regards 
George
Telerik team
 answered on 11 Sep 2014
4 answers
199 views
Greetings, 

I have the following problem: 

He was working on a project but unfortunately I had to reinstall my operating system. Telerik reinstall VisualStudio but normally and continue with my project out the following errors:

Error 10 'TextRenderingHint' no es un miembro de 'Telerik.WinControls.RootRadElement'.

Son 23 errores como el anterior en diferentes formularios, habia mas errores pero agregué unas referencias de telerik y se solucionaron. Pero con ese error no se que hacer 

Yo uso Visual Studio 2012  y VB.net











George
Telerik team
 answered on 11 Sep 2014
2 answers
152 views
I would like to add a picture button over the internet.

Example:
PictureBox1.ImageLocation = "http://www.example.com/image/image.jpg" (png better though)

I want to:
RadGalleryItem1.Image = "http://www.example.com/image/image.png" (such as)

How do I make it?
Dimitar
Telerik team
 answered on 10 Sep 2014
1 answer
261 views
Hi,

I am evaluating the RadScheduler using the Timeline view to display a 24 hour range.
All the scheduled activities occur in 5 minute increments (00:00, 00:05, 00:10, 00:15 etc).

Right now the RadScheduler shows 15 minutes as the minimum timescale for display.

Can I create a custom timescale that would get me down to 5 minutes?

Thanks.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 10 Sep 2014
2 answers
398 views
I have a RadPageView control in ViewMode = Strip (so it appears like a TabControl)

I would like to somehow have multiple Images for the RadPageViewPage - one that represents the actual document icon, and another that is only shown when there are unsaved changes. 

Just as an example, take a look at the following screenshot of Visual Studio:
http://i.stack.imgur.com/dPEq0.png

Is this possible?  Any ideas how I can accomplish that? 

I don't have any problem getting one Image to show up (using the RadPageViewPage.Image property) but how would I go about getting the second one to appear?

Thank you!
Adam P
Top achievements
Rank 2
 answered on 10 Sep 2014
1 answer
555 views
I would like to change the background color of a row when a certain task is being performed.  Once that task has completed I would like to change it back.  All the examples I have found subscribe to the RowFormatting event and then using the GridDataRowElement.Background property passed in with the RowFormattingEventArgs.  The data is already loaded into the RadGridView control so the RowFormatting event will not fire.  Even if it did, I think the code would look a lot cleaner if I could just change the color in my method without having to trigger an event.  Is there any way to get the GridDataRowElement for a row without going through the RowFormatting event?
Dylan
Top achievements
Rank 1
 answered on 09 Sep 2014
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?