Telerik Forums
UI for WinForms Forum
3 answers
334 views
Hi,
How can i do CRUD operations with rad grid in windows form inside grid(automatically/Programmatically).
Thanks
Dimitar
Telerik team
 answered on 07 Mar 2016
0 answers
87 views

Hello all 

How to fill the multicolumncombobox in radgridview with the data 

i have follow the example and it's work now. if i made by my self it's can't work.

i change this code 

            Dim col As GridViewMultiComboBoxColumn = New GridViewMultiComboBoxColumn()

            col.DisplayMember = "KodeBarang"
            col.ValueMember = "NamaBarang"
            col.FieldName = "Kode"
            col.HeaderText = "Kode"
            col.DataSource = (ds.Tables("MstBarang"))
            AddHandler RadGridView1.CellBeginEdit, AddressOf radGridView1_CellBeginEdit

 

or how to set datasource of gridviewmulticolumncombobox ???? 

 

Thanks before ..

Hengky
Top achievements
Rank 1
Veteran
 asked on 07 Mar 2016
6 answers
815 views
Hi:

I applied an application wide theme but need to override the background color on 2 buttons.  What's the best way to do this while still retaining the "look" of the theme.  The theme currently in use is "Breeze" but two buttons out of the dozens in the entire application need to have Green and Red backgrounds.  I tried simply turning off themeing in those two buttons but the resulting "look" contrasted too greatly with the breeze theme. 

So, i guess i'm asking how to override the background color on these two buttons while still maintaining the overall feel of the breeze theme.

Thanks.

-eLindy
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 04 Mar 2016
2 answers
241 views

Hello,

Is it possible to change the height of my CheckedDropDownList and then wrap the items inside? I'd like to have multiple rows of checked items.

Thank you!

Ryan
Top achievements
Rank 1
 answered on 04 Mar 2016
5 answers
237 views

Hi,

   On click on Gridview cell , rad scroll able panel scrolls to left .

   Controls tree

   (Parent) Rad scrollable panel --> panel --> rad page view --> rad grid view (child )

 

Please find attached image.

 

Thanks.

Dimitar
Telerik team
 answered on 04 Mar 2016
5 answers
296 views
Hello,

I'm using the RadPageView component with the "explorerBar" ViewMode.
I'd like to hide the title bar which indicates the active page, but I didn't found any usefull property, nor any UI element in the Visual Style Builder.

How should I do this ?

Best regards
Patrice
Jesica
Top achievements
Rank 1
 answered on 03 Mar 2016
5 answers
368 views

I have some RadToggleButtonElements in a RadRibbonBar, and I'm trying to apply a theme to them. I already have a theme manager assigned to the ribbon bar, and it appears to be working correctly for the other control types on the ribbon bar. The RadToggleButton theme is loaded into the theme manager but it isn't being applied to the toggle buttons. I've checked the IsThemeApplied property on the buttons at runtime just to be sure, and it's always false. I found a previous post (http://www.telerik.com/forums/toggle-button-style) about how to add a RadStylesheetRelation to the RadToggleButton theme's xml file, and I tried that, but it's still not working. Is there something else I'm missing?

Note: This same RadToggleButton theme is used on another form as well, and it's working there, so I don't believe there's anything wrong with the theme itself. The only difference that I can see is that the toggle buttons on the other form are not being used in a ribbon bar.

 

Thank you!

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 03 Mar 2016
1 answer
272 views

Hi,

I am having trouble sorting a ListView with Custom Items and Custom Groups.

I have Created a SortDescriptor and Enabled Sorting. I have also got a ListViewCustomComparer.

My ListViewCustomComparer is being called and it does appear to be comparing items fine but the ListView never appears sorted.

I did find this article http://www.telerik.com/forums/sorting-items which seems to describe my issue perfectly and it was deemed a problem in the ListView.

I am using version 2016.1.216.40 and was wondering if this was ever fixed and if so what might I still be doing wrong?

Thanks

 

 

 

 

 

Dimitar
Telerik team
 answered on 03 Mar 2016
4 answers
384 views
I'm using RadChart v2011.3.11.1219 with a .Net 4.0 WinForms app using VS 2010 sp1. In this app I am displaying a couple of charts, but I am wondering if it is possible to generate a line chart and save it to png without ever displaying the chart?

How would I go about doing that?
Stefan
Telerik team
 answered on 03 Mar 2016
11 answers
442 views
I have tried searching everywhere and I have found no mention of the issue I am running into. Using a winforms application I add a png image to a radgridview. Then I export the Radgridview to a pdf file. However, in the pdf the image only shows up as the text "System.Drawing.Bitmap". Any idea what could cause the image to not render for the pdf? It looks just fine within the radgridview. I'm currently using version 2010.2.10.914 of the winform controls. Any help would be greatly appreciated.


This is the code I used to produce the Pdf.
private void AddImage(RadGridView TheGrid, MemoryStream mStream)
        {
            Image TheImage = System.Drawing.Image.FromStream(mStream);
            GridViewImageColumn ImageColumn = new GridViewImageColumn();
            ImageColumn.ImageLayout = ImageLayout.Stretch;
            ImageColumn.Width = 1095;
            ImageColumn.IsVisible = true;
 
            radGridView1.MasterGridViewTemplate.Columns.Add(ImageColumn);
            radGridView1.MasterGridViewTemplate.Rows.Add(TheImage);
            radGridView1.Refresh();
        }
 
            radGridView1.MasterGridViewTemplate.Columns.Add(Chart);
            radGridView1.MasterGridViewTemplate.Rows.Add(ChartImage.Image);
            radGridView1.Refresh();
        }
 
 
 
 
private void radGridView1_Click(object sender, EventArgs e)
        {
             
            if (this.radGridView1.Rows.Count != 0)
            {
                ExportToPDF exporter = new ExportToPDF(this.radGridView1);
                exporter.FileExtension = "pdf";
                exporter.ExportVisualSettings = true;
                exporter.PageTitle = "Chart";
                exporter.FitToPageWidth = true;
                exporter.PdfExportSettings.EnableCopy = true;
                 
 
                exporter.SummariesExportOption = SummariesOption.ExportAll;
 
                string fileName = "C:\\ExportedData.pdf";
                exporter.RunExport(fileName);
 
            }

Stefan
Telerik team
 answered on 03 Mar 2016
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
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
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
AI Coding Assistant
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?