Telerik Forums
UI for WinForms Forum
1 answer
5.8K+ views
for(int i =0; i<radGridView.rows.count;i++)
{
               if(RadGridview.Rows[i].Cells[0].value.ToString().Equlas("100")
                       {
                                 //change row color in radgridview
}
}
Ralitsa
Telerik team
 answered on 23 Nov 2015
5 answers
142 views
Hi there, 

I made a small project where I use a radTextBox, radGridview, etc. I would like to know how to do to generate the installer using InstallShield and work with telerik controls. 

work with VisualStudio 2012 vb.net
Hotel
Top achievements
Rank 1
 answered on 15 Sep 2014
1 answer
62 views
Hi, I'm using the Telerik RadDockWorkspace of the CAB Enabling Kit in a CAP project, and when I try to use the BackgroundImage property of the Workspace, it doesn't work. Nothing happens, I still see the default gradient blue background of the Workspace.

Here is my code :

Telerik.WinControls.CompositeUI.RadDockWorkspace appWorkSpace = WorkItem.Workspaces.AddNew<Telerik.WinControls.CompositeUI.RadDockWorkspace>("myworkspace");

 


appWorkSpace.Dock = DockStyle.Fill;

appWorkSpace.DocumentTabsAlignment = Telerik.WinControls.UI.TabStripAlignment.Top;

appWorkSpace.DocumentManager.BoldActiveDocument = true;

appWorkSpace.DocumentManager.DocumentInsertOrder = Telerik.WinControls.UI.Docking.DockWindowInsertOrder.ToBack;

appWorkSpace.ShowDocumentCloseButton = true;

 


appWorkSpace.BackgroundImage = myImage; // whatever the image


Any ideas why it isn't working ?? I used to use a Workspace built with the Weifenluo dll and the BackgroundImage property worked properly with that workspace.

Any help would be appreciated !!

jjeffrroyy

Anton
Telerik team
 answered on 12 Aug 2013
1 answer
56 views
I'm trying to get the bubble bar in my application but I can't make it work, if i try to copy the example i get a lot of errors and I can't get it to work I tryed searching older posts but with every single one I can't make it to work again a alot of error or if a try to modify anything the hole thing crashes...
George
Telerik team
 answered on 25 Jun 2013
9 answers
164 views
Hi,
I have downloaded the trial version  RadControls_WinForms_2009_2_701_trial.exe
I am trying to review your CAB support controls, but I can't find them.
Am I missing something?

Thanks
Hu
Top achievements
Rank 1
 answered on 20 Jun 2013
2 answers
62 views
Is there any way to save a docked window state/location before user hiding it.
The scenario as follows:
1- user show up a docked window in top dock
2- user dock the window in the left dock
3- user hide the docked window by pressing the close button
4- user want to show up the hidden window again and want to see it in the latest dock location (left dock)

Is there a method to handle the DockWorkspace hide method to get the latest smartpartinfo of the docked window before hiding it?
Julian Benkov
Telerik team
 answered on 08 May 2012
1 answer
93 views
It seems the rich text box is crashing when I try to open a docx document with tables. I couldn't attach a document which throws this error (because the web page doesn't allow docx files), but I can send it to someone interested in this error.

Here is the crash report:

System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.

   bei Telerik.WinControls.RichTextBox.FileFormats.OpenXml.Docx.StyleRepository.EvaluateProperty[T](Style elementStyle, Style parentStyle, Object propertyKey, T defaultValue)

   bei Telerik.WinControls.RichTextBox.FileFormats.OpenXml.Docx.StyleRepository.EvaluateProperty[T](Style elementStyle, Object propertyKey, T defaultValue)

   bei Telerik.WinControls.RichTextBox.FileFormats.OpenXml.Docx.Import.ParagraphImporter.ApplyStyle(Paragraph paragraph, StyleRepository styleRepository, Style style)

   bei Telerik.WinControls.RichTextBox.FileFormats.OpenXml.Docx.Import.TableImporter.ApplyBlockStyle(TableCell cell, Style style)

   bei Telerik.WinControls.RichTextBox.FileFormats.OpenXml.Docx.Import.TableImporter.ApplyConditionalStyle(TableCell cell, TableStyleConstrains availableStyles, Int32 currentRowIndex, Int32 currentColumnIndex)

   bei Telerik.WinControls.RichTextBox.FileFormats.OpenXml.Docx.Import.TableImporter.ApplyConditionalStyle(Table table, Style style)

   bei Telerik.WinControls.RichTextBox.FileFormats.OpenXml.Docx.Import.TableImporter.Import(Style parentStyle)

   bei Telerik.WinControls.RichTextBox.FileFormats.OpenXml.Docx.Import.MainDocumentImporter.BuildBody()

   bei Telerik.WinControls.RichTextBox.FileFormats.OpenXml.Docx.Import.MainDocumentImporter.BuildDocument()

   bei Telerik.WinControls.RichTextBox.FileFormats.OpenXml.Docx.Import.DocxImporter.Import()

   bei TelerikEditor.MainForm.OpenDocument()

   bei Telerik.WinControls.UI.BackstageButtonItem.OnClick(EventArgs e)

   bei Telerik.WinControls.RadItem.DoClick(EventArgs e)

   bei Telerik.WinControls.RadItem.RaiseBubbleEvent(RadElement sender, RoutedEventArgs args)

   bei Telerik.WinControls.ComponentInputBehavior.OnMouseUp(MouseEventArgs e)

   bei Telerik.WinControls.RadControl.OnMouseUp(MouseEventArgs e)

   bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

   bei System.Windows.Forms.Control.WndProc(Message& m)

   bei Telerik.WinControls.RadControl.WndProc(Message& m)

   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

 

Boryana
Telerik team
 answered on 28 Feb 2012
1 answer
41 views
Please update the cab enabling kit for 2011 Q3. most of the controls are not supported(tabstrip,toolstrip).
Change it for pageview,commandbar instead of tabstrip and toolbar.
Stefan
Telerik team
 answered on 03 Jan 2012
2 answers
82 views
Hi all!

I´m currently working with Visual Studio 2010 and TCEK 2010.1.10.504. I´m not able to drag a RadTabWorkspace from the toolbox into the ShellLayout View, because under Telerik.CAB.Winforms Components Tab there are two smartpartinfo, a RadTabSmartPartInfo and a DockingSmartPartInfo, but I cannot see RadTabWorkspace component. What is what I'm doing wrong?

thank you in advance
Jose Manuel Fernandez
Top achievements
Rank 1
 answered on 24 Nov 2010
4 answers
94 views
Is there an up to date CAB Kit that has support for RadDock?

I've hunted around but can't seem to find it, and it appears that CAB is going away since numerous links are unresolved.  LOL

I hope there is someone still monitoring this forum.

Thanks,
Michael
Deyan
Telerik team
 answered on 18 Jun 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
Buttons, RadioButton, CheckBox, etc
DropDownList
ComboBox and ListBox (obsolete as of Q2 2010)
ListView
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
Menu
RichTextEditor
PropertyGrid
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
Tabstrip (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
GanttView
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
VirtualGrid
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
ProgressBar
Rotator
TrackBar
MessageBox
CheckedDropDownList
SpinEditor
StatusStrip
CheckedListBox
Wizard
ShapedForm
SyntaxEditor
TextBoxControl
LayoutControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
DataEntry
GroupBox
ScrollablePanel
WaitingBar
ImageEditor
ScrollBar
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Barcode
Styling
ColorBox
PictureBox
Callout
VirtualKeyboard
FilterView
Accessibility
DataLayout
NavigationView
ToastNotificationManager
CalculatorDropDown
Localization
TimePicker
ValidationProvider
FontDropDownList
Licensing
BreadCrumb
ButtonTextBox
LocalizationProvider
Dictionary
Overlay
Security
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
Rating
TimeSpanPicker
BarcodeView
Calculator
OfficeNavigationBar
Flyout
TaskbarButton
HeatMap
SlideView
PipsPager
+? more
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?