Telerik Forums
UI for WinForms Forum
9 answers
702 views
I have a nested grid with about 300 rows; when I expand this grid from its parent, the vertical scroll bar expands to take up almost the full height of the window, and as I scroll down, the scroll bar becomes incrementally smaller.  This make it very time-consuming to scroll all the way down to the bottom, as it has to be done in multiple steps.  However, if the number of rows in the nested grid is < 200, the scroll bar is of normal size, and scrolling is easy and quick.

Is there any way to remedy the behavior for larger nested grids?
Svett
Telerik team
 answered on 10 Aug 2012
1 answer
101 views

Hi Team,

I am working in windows form application and developing na aaplication with the help of example application i.e bug fixer but anyhow i was trying to disable or hide the close button from tab strip but unable to do it please help me out to disable or hide the same. Early response will be helpful.

Boryana
Telerik team
 answered on 10 Aug 2012
2 answers
341 views
Hi,

One of the grids in our application displays a field which can contain carriage returns (\r\n). For the grid the multiline and wrap properties are set to false and the ellipse property is set to true, since we want the text to be single line and ellipsed.

However the colum does take the carriage return into account and tries to squeeze the both lines into one line (see screenshot). Each line individually is however ellipsed.

What is the best approach to prevent the column to ignore the carriage returns, in order to have one single ellipsed line? Off course without removing the carriage return from the string itself.

Many Thanks,
Maarten
Maarten
Top achievements
Rank 1
 answered on 10 Aug 2012
1 answer
112 views
Can I also show a ContextMenuStrip as popup menu instead of the RadContextMenu?

Best regards Friedhelm
Stefan
Telerik team
 answered on 10 Aug 2012
5 answers
784 views
HI,
    I am using the Rows drag and drop functionality in my grid. I have set the "Allow Column Header Context Menu" as 'False'. But i was able to get the context menu with the contents "Conditional Formatting,Column Chooser,Hide Column,Pinned State, Best Fit". How should i hide this?.

With Regards,
S Surendar
Stefan
Telerik team
 answered on 09 Aug 2012
1 answer
95 views
Hi,

In which event of tree view I can create a  Dynamic textbox when a new node(Right click & Add) is added. I want to  enter the description of the newly created node in the text box and same has to be saved in DB.

Regards,
Arun
Stefan
Telerik team
 answered on 09 Aug 2012
14 answers
784 views
Is there a simple way to hide a command button column for a new row that displays at top of a grid? Command button 'Save' doesn't make any sense for a new row.
Also, how would I hide the filter for a command button column?

Thanks
Sunil
Stefan
Telerik team
 answered on 09 Aug 2012
1 answer
131 views
Hi Telerik Team,

I made te Word Addin in Visual Studio 2010 it use the Telerik components. I had created the setup files with Visual Studio Installer and after it i installed it. The setup was ok. When I start the application in the Word it looks for the Telerik file, but it doesn't find it.
I found all of the dll file.
Which files does the addin use?

I added the error message to this letter.

Thanks.

Z.
Julian Benkov
Telerik team
 answered on 09 Aug 2012
1 answer
270 views
protected void CreateStackedbBar()
{
    RadChart rcOTDBar = new RadChart();
    List<ChartData> objList = _objBLL.GetData();
    rcOTDBar.DataSource = objList;
      
    rcOTDBar.DataGroupColumn = "Group"; // "Grade A", "Grade B", "Grade C"
    rcOTDBar.PlotArea.XAxis.DataLabelsColumn = "ColumnName"; //"Jan", "Feb", "Mar", "Apr"
    rcOTDBar.DataBind();
    rcOTDBar.Series[0].Type = ChartSeriesType.StackedBar;
    rcOTDBar.Series[1].Type = ChartSeriesType.StackedBar;
    rcOTDBar.Series[2].Type = ChartSeriesType.StackedBar;
    rcOTDBar.Series[3].Type = ChartSeriesType.StackedBar;
    this.Controls.Add(rcOTDBar);
}

Hi,

I was trying to create stacked bar programmatically using the code above. The desired result is as attached. However it doesnt seems to show the values using the code attached. Please help.

Evgenia
Telerik team
 answered on 09 Aug 2012
1 answer
96 views
Hi.

I am filling a listcontrol by using the following code :

public static List<RadListDataItem> GetItems()
        {
            List<RadListDataItem> items = new List<RadListDataItem>();
 
 
            for (int i = 1; i <= 10; i++)
            {
                RadListDataItem toadd = new RadListDataItem();
                toadd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
                toadd.Text = "sssssssssss";
                //toadd.Image.
                string imagename = "MyProject.SuIcons.d" + i + ".JPG";
                toadd.Image = new Bitmap(Assembly.GetExecutingAssembly().
                    GetManifestResourceStream(imagename));
                items.Add(toadd);
            }
            return items;
         
        }


but, only top portition of every item image is show in listcontrol, I mean I cant see the whole image associated with item in the list.

Would you help me please ?
Stefan
Telerik team
 answered on 09 Aug 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?