Telerik Forums
UI for WinForms Forum
1 answer
89 views
When I want to Add RadForm my project coming this error 

Method not found 'Void.Telerik.VSX.WizardEngine.Configuration.ScenerioDefinition.set_PreviewImage(System.String)'.

What can I do?
Andrey
Telerik team
 answered on 27 Nov 2012
0 answers
263 views
Hi, I have a radGridView, the user inserts rows, i want to highlight the cell with null values.  For example to make the back  color of the cell Red.
I have tried the below code, but it did not work...

Inside a button

for (int j = 0; j < radGridView1.Rows.Count; j++)
 {
      if (radGridView1.Rows[j].Cells[4].Value.ToString() == "")
      {
             radGridView1.Rows[j].Cells[4].Style.ForeColor = Color.Red;           
      }
}

So how to do it? or if there is a better highlight method that notifies the user for the empty cell.

Thanks in advance
Fadi
Top achievements
Rank 1
 asked on 26 Nov 2012
4 answers
272 views
Is there a good step by step example of how to change the menu bars apperence? I want to change the background color and a few other things.  I went to the documentation section but couldn't find where it explains how to do that.

Thank You
Stefan
Telerik team
 answered on 26 Nov 2012
2 answers
302 views
I really am getting my support monies worth. sorry guys , I am trying to resolve before posting!!

I have spent the morning reading the existing forum posts on this subject and the documentation, but nothing has helped so far.

I have an application which is required to be in different languages ( select-able by the user) however they want the date time columns to always be in the same format (Swedish Culture)
 
I am using  "Thread.CurrentThread.CurrentUICulture.Name"  for setting and checking which language I should be providing, however I want the date time columns in the grid to ignore this and always be same format. 

I think because I am using unbound Gridview , the setting of the columns formatting does not work?  (FormatString , FormatInfo etc)   I am creating the grid by using  "RadGridView1.MasterTemplate.LoadFrom(Callsreader)" and loading an SQLDataReader

The closest I found was this post...which shows having to change the culture in the datatable before setting to the Gridview.  I cant do this with an SQLDatareader  ( that I have found!) and I tried converting to using Datatables , however this started to cause numerous issues even without adding the convert Datatable part! 

What is the way that should work?  Is there a way to set the  GridView UICulture to always be Swedish ? That would be an easy way!

Many thanks

Rob

Rob
Top achievements
Rank 2
Iron
Veteran
Iron
 answered on 26 Nov 2012
2 answers
54 views
Hi, i'm populating a radsplitbutton in code.  the items show up fine, but there's a blue strip on the left side of the menu that drops down with the items in it.  It's where the images go.  I don't have any images.  how do i get rid of this strip?

Thanks!
John
Top achievements
Rank 1
 answered on 25 Nov 2012
2 answers
130 views
Hi, this is the first time i use VisualStyleBuilder. I've made a custom title bar but when i try to use on my form and try to maximize it, the form become cutted to a width and height by default.


I've attached some screenshot.
Ciro
Top achievements
Rank 1
 answered on 24 Nov 2012
2 answers
236 views
First of all thank you guys for this great product "telerik winforms RadScheduler" it is life saver for my final year project, where i had issue with multiple users.

Issue: i want to display appointments for specific user, i.e. only authorized user can view appointments(his own).
i have project that looks similar to outlook, but i am implementing multiple user. where each user can login and view/edit/update his own appointments. appointments of other user should not be displayed.(User can view/edit appointments that belongs to him)

while this point was implementing scheduler for single user. its working fine thanks to your support and documentation.example in Quick start helped me lot. 

for this function i added custom field "UserID" its working fine, similar to example appointmentWithEmail.
i tried to sort appointments while filling dataset with adapter, this displays information correctly but now i cant save appointments.

so my question is how can i achieve this functionality "Multiple Users" ?
 Note : i am not experienced developer, i am student still learning programming.help ONLY Few days left for final submission of my project.  

Project : Personal Information Manager
 language -
 VB.net (visual studio 2010)
Back End - MS Access 2010


Shah
Top achievements
Rank 1
 answered on 23 Nov 2012
1 answer
137 views
Hello, 

I have RadGridView for Winforms 2012 Q1, it has the AutoGenerateColumns property set to True so the number of columns is dictated by the datasource.  I'd like to add totals to gridview for the numeric data, I can do this at design time using the SummaryRowsBottom property/collection but since I do not know how many columns will be display I need to do this at runtime.  I do know that the columns I want to Sum start at column 2 to TotalNumOfColumns.  So I can iterate through the columns collection ...I'm just not sure which event is the best to add the summary nor the syntax.

Thanks
Kerry
Top achievements
Rank 1
 answered on 23 Nov 2012
24 answers
520 views
Hi ,
 I created a custom data provider as directed in http://www.telerik.com/help/winforms/using_a_data_provider.html to populate my appoitnment from the database.

Now How do I save the appointment details when the appointment is moved or resized.

thanks
santosh

Shah
Top achievements
Rank 1
 answered on 23 Nov 2012
7 answers
531 views
Hi,

I upgraded my application from 2009.Q1 to 2010.Q3.

I have code to create RadComboBox dynamically and bind dataset to ComboBox and set to 'no selection' like this:

radComboBox.Text = null;
                                radComboBox.SelectedValue = null;
                                radComboBox.SelectedIndex = -1;

The code which was working in previous version is not working in new version. It is selecting first item in the list items.

I tried setting following ways also:

 radComboBox.CloseDropDown();
 radComboBox.Text = "Select Option";

&

 radComboBox.CloseDropDown();
 radComboBox.Text = " ";

In both the cases, it is selecting the first item.

So what changed in new version, that causes not to work.

Thanks for any help.




Nikolay
Telerik team
 answered on 23 Nov 2012
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
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?