Telerik Forums
UI for WinForms Forum
1 answer
287 views
Iam using Telerik Gridview  tin my project , the grid have alote of columns of type textbox Now I need to convert the  GridViewTextBoxcolumn to 
GridViewDecimalcolumn  . 

I can Do that by delete the GridViewTextBoxcolumn  and add the new one GridViewDecimalcolumn  
 
but it's taking    time  becuse I have more than 30 grid 

My Question is  its there is any way to do that  away from deleteing and adding  ? 

Svett
Telerik team
 answered on 26 Jul 2011
3 answers
130 views
What I am looking for in how to determine what column the grid is being sorted on when the CustomSort event is being fired. I see there is a property column that appears to provide this information but it is marked obsolete so therefore will not compile. Could someone point me in the right direction?
Julian Benkov
Telerik team
 answered on 26 Jul 2011
4 answers
207 views
I have a RadListBox on my form. I would like when the user right clicks on the list, the item under the cursor is selected before the context menu is displayed. I know with a standard Listbox, you can use "IndexFromPoint" in the mousedown method. 

What is the solution here?

Thanks!
Peter
Telerik team
 answered on 26 Jul 2011
3 answers
89 views
My Problem is that I have to programatically fillup a GridView or Listview which has a Bindlist as datasource.
For now it works, but the GUI object is refreshing and scrolling to the last added row and selecting it.
How can I  stay in place for example the first row? Does this work also if the cell is edited?
Ivan Todorov
Telerik team
 answered on 26 Jul 2011
3 answers
213 views
Hi.

I'm new in telerik so I don't know how to allow the user to resize one or more rows; just like excel or like column resize. I know that this can be perform in the DataGridView; so i suppose that this can be possible here too.

In the other hand I have an imageColumn in the radgrid that I would like to resize it while the row is resizing .

Please help me.

Thanks
Maya
Telerik team
 answered on 26 Jul 2011
2 answers
310 views
Hi,

Is there a method for adding "State"/"Overlay" icons to tree nodes? Such that you have an Image set for the node, but can then apply an overlay icon to show it's "State"?

This would allow us to show a "Virtual", "Readonly" state on top of the normal HTML, PDF icons we're using etc.

Thanks,
Paul
Stefan
Telerik team
 answered on 25 Jul 2011
1 answer
188 views
Hi, 
I've been following the examples of this thread : http://www.telerik.com/community/forums/winforms/gridview/show-mulitple-images-in-a-gridview-column.aspx

This works fine, if the grid is painted only once. But if i scroll or change rows, the CreateCell event runs.
Also the scrolling make the buttons appear in cells that it should not appear in. I think this have something to do with the reuse of the cells in some way..

In my CreateCell i create an event for the button (like shown in the attached thread). BUt with the CreateCell going crazy all the time, this event is created a lot of times.. how can i avoid this?

Regards
SVein Thomas
Martin Vasilev
Telerik team
 answered on 25 Jul 2011
5 answers
330 views
Hi,

Is it possible to remove the up and down buttons from RadSpinEditor?
I would like to use it as a kind of Numeric TextBox with built in validation and range checking.

Thanks,
Brad

Nikolay
Telerik team
 answered on 25 Jul 2011
8 answers
396 views

I'm having problems getting self-referencing data to display in my RadTreeView.  I'm using the Q1 2007 release in VS Team Suite SP1 on Vista 32bit.

I'm trying to bind the tree to a DataSet which holds the following Xml data:
<Toc>
  <Node>
    <Title>Main Title</Title>
    <Target>d03.xml</Target>
    <id>1</id>
    <parentId>-1</parentId>
  </Node>
  <Node>
    <Title>Child Title</Title>
    <Target>d0300000.xml</Target>
    <id>2</id>
    <parentId>1</parentId>
  </Node>
</Toc>

When using the Property Builder and selecting the DataSet as the DataSource, "Toc" as the DataMember, and Toc.Title as the DisplayMember then I get no items at all shown in the resulting WinForm.

When setting properties in code as below I get the title of the two nodes; however, no graphics or parent/child relationship are shown.

dataSet1 = new DataSet();
dataSet1.ReadXml("d03_toc.xml");
radTreeView1.DataSource = dataSet1;
radTreeView1.DataMember = "Toc";
radTreeView1.DisplayMember = "Toc.Title";
radTreeView1.ValueMember = "Toc.id";
radTreeView1.ParentIDMember = "Toc.parentId";

It's completely unclear in the help file if or how I'm supposed to use the Property Builder to create any nodes when using a bound data source.  Is this part of my problem?

I'd certainly appreciate a pointer as to where I've gone wrong.

Julian Benkov
Telerik team
 answered on 25 Jul 2011
5 answers
127 views
Hi,

        My client has a requirement to have a 3rd Y axis, since the Rad Chart tool does not have this feature we planned of having a background chart to display the Y axis based on that we are trying to plot the series on the Foreground Graph.

We have  tried to handle this by using Prepaint Event of the chart Control..

The problem we are facing is that The Prepaint of the foreground is executed more than once when my mouse cursor is on the plot area.

Things are fine till this execution is correctly done , But some times the prepaint is executed more than once beacuse of the mouseover.

so ,
1. can some one please give us an overview of the complete Cycle of the Chart ploting
2. explain When and How the prepaint event is triggered and if there is a code where we can stop triggering this event that would also be useful.
Am Using C#.Net 2005.


-- Any Links or any Documents on this can be of great use to us.
-- Prepaint Event is what we are stuck with and This event is fired when i call mouseMove function also...

Thank u in Advance !! 
 
jayanth
Top achievements
Rank 1
 answered on 22 Jul 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
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
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
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
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?