Telerik Forums
UI for WinForms Forum
6 answers
616 views

Hi,
I am displaying data in the grid as hierarchical form using a self reference, here treeview column is displayed in the first column as shown in attached screen shot1 but i need to display the treeview node in second column instead of first column as shown in attached screen shot 2. How can i achieve the output shown in screen shot 2?

Thanks..

Stefan
Telerik team
 answered on 17 Feb 2012
1 answer
150 views
How can I localize the RadListView?
For the RadGridView i use the "RadGridLocalizationProvider", but there is no corresponding class for the RadListView (or I can't find it).
Ivan Todorov
Telerik team
 answered on 17 Feb 2012
1 answer
188 views
Hi,

I have added a TypeConverter to my ComboBox column which converts from string to Value which will allow me to paste either the Int Value or the String Value into the Combobox. This is  all working fine.

What I would like to know is it possible to copy out the string Value using this, Or would I have to use an other method to do this.

In thought if I used ComboboxCell.Value.ToString() then it would convert the value to the String Version but it doesnt.

Thanks 

David
Svett
Telerik team
 answered on 17 Feb 2012
1 answer
319 views
Hi
i want to set work week as sunday. now my application it is displaying as monday. but i want to start work week as sunday-thrusday instead of monday-friday

Thanks
Hema
Ivan Todorov
Telerik team
 answered on 17 Feb 2012
1 answer
253 views
Hi,
I have a RadDropDownButton and am using the menum items as a checklist.  The problem is I would like to keep the drop down open until the button is clicked again to allow the user to select multiple items.

Is this possible?

Thank you,
David
Stefan
Telerik team
 answered on 16 Feb 2012
4 answers
350 views
Is there any way to get a buttons ID instead of just the Text.

I have a button Add under a "Pages" group and an Add under a "Users" group.   Just getting the text isn't good enough.

Is there a similar method to:  button.get_text()   such as  button.get_id() ???

Only code I could find in the help file was:
  var button = args.get_button();          
alert (button.get_text())

Thanks for the help.   If there isn't then would be good to add to the future feature list.

Thanks!
Kate
Telerik team
 answered on 16 Feb 2012
3 answers
345 views
In my case I want to scroll to the top row in certain circumstances.  The code that works isn't elegant as it will fire events that I really don't want.  To get around that I use a flag that I set before updating the grid, then reset after.  Here's the code:

            _fillingSearchGrid = true;
            SearchResultsGrid.DataSource = results;
            if (SearchResultsGrid.Rows.Count > 0)
            {
                SearchResultsGrid.CurrentRow = SearchResultsGrid.ChildRows[0];
                SearchResultsGrid.CurrentRow = null;
            }
            _fillingSearchGrid = false;

Is there a better way to do this?
Ivan Petrov
Telerik team
 answered on 16 Feb 2012
4 answers
201 views
I want to display a message for the user, with the option for the user to see a detailed message.

does RadMessageBox have an option for this?

Thanks,
Ezequiel
Stefan
Telerik team
 answered on 16 Feb 2012
2 answers
289 views
Hi all,

knows somebody how to :
1) zoom-in, zoom-out chart by mous click ?
2) scrool min and max values in X axes ?

For scrolling I have used :

                myChart.PlotArea.XAxis.AutoScale = false;
                myChart.PlotArea.XAxis.IsZeroBased = false;
                myChart.PlotArea.XAxis.AddRange(0, 20, 1);

                myChart.HorizontalScroll.Enabled = true;
                myChart.HorizontalScroll.Visible = true;
                myChart.HorizontalScroll.Minimum = 0;
                myChart.HorizontalScroll.Maximum = 2000;
                myChart.HorizontalScroll.SmallChange = 1;
                myChart.HorizontalScroll.LargeChange = 100;

but i see only fisrt 20 values...is not possible scrool to another.

Thanks for your help
David
Top achievements
Rank 1
 answered on 15 Feb 2012
1 answer
145 views

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