Telerik Forums
UI for WinForms Forum
1 answer
253 views
I'm in the long process of upgrading my project from Q1 2010 to Q1 2011, and am running into the following error with a form that uses the Scheduler:

Error 1 Type  in the data at line 152, position 5, cannot be loaded because it threw the following exception during construction: Could not load file or assembly 'Telerik.WinControls.Scheduler, Version=2010.1.10.409, Culture=neutral, PublicKeyToken=5bb2a467cbec794e' or one of its dependencies. The system cannot find the file specified.

For some reason, it's looking for the previous version of the control even though the assemblies (including Telerik,WinControls.Scheduler) are all the Q1 '11 versions.  This seems to be the only Telerik control that's having this type of issue with the upgrade.  What is the issue?
T
hanks,
Jeremy
Nikolay
Telerik team
 answered on 03 Jun 2011
1 answer
110 views
Hi,
               I have schedular now i want to create an appointment and save it how can i do it can anyone explain it....


Thanks
Divya 
Stefan
Telerik team
 answered on 03 Jun 2011
1 answer
117 views
I'm using Telerik controls Q1 2011, i don't know how to enable localization in RadMenu, i read related threads telling that to use Text property then set Localization (true), but i didn't find it in the property panel.

may you explain how to do that exactly ?

it will be better if you attach an explanation image
Ivan Todorov
Telerik team
 answered on 03 Jun 2011
1 answer
78 views
Hi,
             we have textwrap property for RadButtonElement ,butnow i want it for raddropdownbuttonelement but textwrap property is not available how can i achieve it ...



Thanks
Divya
Stefan
Telerik team
 answered on 03 Jun 2011
5 answers
165 views
<admin>images added by Telerik staff</admin>

Hi
 
I am using Telerik controls in my application and specifically, the Telerik GridView control for displaying hierarchical data. I need to have a new design template for the grid display so that I can have +, -- for the hierarchy display.
 
I have tried developing one, but the signs that I have selected in the style designer are displayed very big, when I run the application.
 
IPlease help me in this regard. It would be much appreciated, if you could send me the XML file for the required design, so that I can use it in my application.
 
The project is in a critical state and a prompt reply would be much appreciated. Thanking you in advance.
 
 
Regards
Abhitesh Singh
___________________________________________________
 
WIPRO TECHNOLOGIES
ITV - ODC
Tower 9 | 2nd Floor - B Wing (EC4) |
Electronic City | Bangalore - 560 100 | India |  
 
( Direct: +91 (80) 3029 1373 | Mobile: +91 99722 56845 |
 
___________________________________________________
Nikolay
Telerik team
 answered on 03 Jun 2011
1 answer
80 views
Hi
           i want to disable the context menu which appears by default in radschedular and add my own context menu .How can i customize it....


ThaNKS
Divya
Stefan
Telerik team
 answered on 03 Jun 2011
1 answer
116 views
Hi,

I am using netTiers as my data access layer and am on the April 2011 version of the Telerik controls.

After upgrading to the latest version of Telerik the update of the underlying datasource no longer works properly.  When I attempt to insert a new record into my grid the last row of the grid gets updated instead of a new row being created.

The grid has two columns which are drop down lists when editing.
 

 // Here is the only setting up of the grid that is done
 // the grid is bound to the object m_GroupAssignList

 public frmUserSecurity()
 {
     InitializeComponent();
     // Get business objects
     // Not shown
           
     (UserGrid.Columns["UserName"] as GridViewComboBoxColumn).DataSource = m_UserList;
     (UserGrid.Columns["UserName"] as GridViewComboBoxColumn).ValueMember = "UserName";
     (UserGrid.Columns["UserName"] as GridViewComboBoxColumn).DisplayMember = "UserName";

     (UserGrid.Columns["SecurityGroup"] as GridViewComboBoxColumn).DataSource = m_GroupList;
     (UserGrid.Columns["SecurityGroup"] as GridViewComboBoxColumn).ValueMember = "SecurityGroupId";
     (UserGrid.Columns["SecurityGroup"] as GridViewComboBoxColumn).DisplayMember = "Description";

     UserGrid.DataSource = m_GroupAssignList;
 }

 I have also tried to manually add the row to the grid but the same issue exists:

 
private void UserGrid_UserAddingRow(object sender, GridViewRowCancelEventArgs e)
{
    e.Cancel = true;
    UserGrid.Rows.Add(Id, UserName, SecurityGroupId);
}

Any advice?

 

Svett
Telerik team
 answered on 03 Jun 2011
1 answer
1.2K+ views
Hi

This is saikiran ,

I want to change the bordercolor of textbox to red while validating data.

Can anyone help me regarding this.


Thanks

Saikiran

Stefan
Telerik team
 answered on 03 Jun 2011
1 answer
57 views
good day to all i got some problem in radribbon, how to remove some field in radribbon see the image attached
Stefan
Telerik team
 answered on 03 Jun 2011
1 answer
92 views
When I have a short appointment, the text is being clipped even though there is enough room in the appointment area to show the entire text (see the attached image for an example).

Not to waste anybodys time, I have already tried setting the following

e.AppointmentElement.TextWrap
e.AppointmentElement.ClipText
e.AppointmentElement.Margin
e.AppointmentElement.Padding
e.AppointmentElement.FitToSizeMode
e.AppointmentElement.AutoSizeMode

to different values in the AppointmentFormatting event to no effect.

Does anybody have any ideas, I am getting complaints from my users and would love to sort this one out

Thanks
Peter

 

 

 

 

 

 

 

 

 

Ivan Todorov
Telerik team
 answered on 02 Jun 2011
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
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
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
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?