Telerik Forums
UI for WinForms Forum
2 answers
135 views
I have the results of a WCF class feeding as the data binding source into my RadListView Details type list.

[code]
List<WcfService.MyClass> _MyClassList = _WcfClient.MyResults_List(ID);
rlstResults.DataSource = _RandomPrizeRecipientList;
rlstResults.ValueMember = "ResultID";
rlstResults.DisplayMember = "FirstName";
[/code]

My fields are in a specific order in the class, but it appears to take them all and alphabetize them in the list.
The ROWS are sorting by the specified ValueMember, but the COLUMNS shift into alphabetical order.

Instead of:

ResultID  >  FirstName  >  LastName  >  Address  >  Contact

They show up in the list as:

Address  >  Contact  > FirstName  >  LastName  >  ResultID

How can I make the data view keep the columns in the original order, or alternatively set them manually according to the column names from the class?







Stefan
Telerik team
 answered on 18 Aug 2014
1 answer
55 views
Hi I want to selected any row to get where customerID value. 
            foreach (GridDataItem item in radGridView1.SelectedItems)
            {
                Response.Write(item["CustomerID"].Text.ToString()); 
                string custoID = item.GetDataKeyValue("CustomerID");
            }

'Telerik.WinControls.UI.RadGridView' does not contain a definition for 'SelectedItems' .....
Stefan
Telerik team
 answered on 18 Aug 2014
18 answers
2.1K+ views
Hi,

the MS DataGridView supports readonly on cell-level. I haven't found the same property on the RadGridView. Is it possible?

Ben
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 18 Aug 2014
0 answers
122 views
Is it possible to have paging in RADLISTVIEW?
jayanthi
Top achievements
Rank 1
 asked on 15 Aug 2014
1 answer
93 views
Hi,

We are currently evaluating the trial version of Winforms GridView and we see that its binding only 300 columns.
Is this a restriction with trial version only?


Thanks
Nisha Suvarna
Lance | Senior Manager Technical Support
Telerik team
 answered on 15 Aug 2014
2 answers
104 views
hello everybody , i'm new user of telerik winforms 2012 Q2 and when i want use chartView i cant find PropertyBuilder , and i want to connect my chartView type pie with my request ==> select count(*) as expr1,candidat.sourcing from candidat, sourcing where candidat.sourcing=sourcing.sourcing group by candidat.sourcing.
 i wana show the percentage nombre of candidat per her sourcing . so how can i do that because i'm so begginer and i dont know how to do it . and thank's for help :)
Free_Mind
Top achievements
Rank 1
 answered on 15 Aug 2014
3 answers
129 views
Hi,

ContextualTabGroup shows me wrong Font?

Please see image.

How can i fix this problem?

Visual Studio 2013 SP3
Windows 8.1 64 Bit
Telerik Controls 2014.2.715.20
Stefan
Telerik team
 answered on 15 Aug 2014
1 answer
113 views
Telerik Members: 

Is it possible to set the selected appointment border's style? 

Thank you 
Stefan
Telerik team
 answered on 15 Aug 2014
1 answer
100 views
Hi!
Id like know how do I  check if the  RadMaskEdit    contains some values or is null?
(__)-_______

If (this.radMaskEdit.Value != null)
   {
      validate .....
   }  
else
  {
      alert....
  }

Dimitar
Telerik team
 answered on 15 Aug 2014
1 answer
84 views
Hi,

Could you please help me with setting Height and Width for GridViewImage Column.

Thanks & Regards
Nisha
Stefan
Telerik team
 answered on 15 Aug 2014
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
Bronze
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
Bronze
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?