Telerik Forums
UI for WinForms Forum
1 answer
74 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
160 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
79 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
111 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
55 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
86 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
6 answers
149 views
Hello Guys,

it is possible to change the direction of the ListControl like in the screenshot? Changing the property "Orientation" of the DefaultListControlStackContainer won`t work. It would be nice, if anybody can tell me the way to do this.

Thanks and regards,

Ronny
Ivan Todorov
Telerik team
 answered on 02 Jun 2011
1 answer
77 views
Hi Telerik Team,

Is it possible to drag a row inside the gridview into another control? Like a combobox for example?

Thanks
Princy
Top achievements
Rank 2
 answered on 02 Jun 2011
1 answer
99 views
i am using RadGridView to expose my data, i read the documentation to know how to define child template. As shown in the documentation, i have to expand "MasterGridViewTemplate" property, then click on "ChildGridViewTemplate" property. But, i looked at the property panel, and i didn't find it. May anyone help me as soon as possible.

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