I have a RadGridView control in a silverlight project and would like to have the grid come up sorted by the name column. I tried placing the attribute SortingState="Ascending" on the column definition for the name. I do not see any other attributes that might accomplish this. Does anyone know how to make this happen?
how do I set a column to be the default sort column with Telerik RadGridView in Silverlight
10.4k Views Asked by dna86 At
2
There are 2 best solutions below
0
peteski
On
Also, what about the 'ColumnSortDescriptor'?
http://demos.telerik.com/silverlight/#GridView/Sorting
There are examples and code there.
Related Questions in SILVERLIGHT
- How to Integrate Snapdeal affiliate api in asp.net application
- How to convert a List<string> to an IEnumerable<ServiceReference.datatable> C# Silverlight WCF RIA Services LINQ to SQL
- Silverlight doesn't have a Uri.IsLoopback property
- Silverlight Nested Custom Controls results in StackOverflowException
- Bootstrap dropdown menu hiding behind Silverlight application embedded using iframe
- Binding BitmapImage to Image on ListBox doesn't work
- Could not load type 'Telerik.Windows.Documents.Packaging.DeflaterOutputStream'
- Insert a blank row into a Datagrid with dynamic columns
- String to Double Conversion (Comma to dot issue)
- Embedded resource image is adding a white dot to my image
- do you have any solution to reduce the build time?
- Style vs inline property setting in silverlight with a custom control
- How Does the Silverlight Client Talk to the Server in a 3 Tier Lightswitch Application?
- Problems to retrieve Image from SQL Server in Silverlight
- Bind DataGrid to List<Dictionary<string,string>>
Related Questions in SORTING
- How to sort a multi-dimensional array by the second array in descending order?
- Ignore #VALUE! error in SORT function
- What is the code of the sorted function?
- Pull out first occurrences from array
- how to keep 10 biggest integer while reading a list in java?
- IQueryable<T> OrderBy<T> Extension Fails with Foreign Key Property
- Anagram test using C++ having compile time error
- How to sort a nested dictionary by the a nested value?
- sort through text file numerically by numbers in column
- Python elegant way to sort numerically named directories
- sorting all data on multiple pages by clicking on its header
- Sort oberservableArray by multiple parameters
- 2D array, sort rows by sum
- sorting RDD elements
- Less beautifier - format code
Related Questions in TELERIK
- Telerik's WPF RadColorPicker NoColorText property not working
- Web Forms For Marketers (WFFM) Rich Text Field Type
- replace UpdatePanel with telerik
- Telerik Reporting Pagination Toolbar
- Winforms remove controls on click
- Screen is not moving to another screen
- How do I add a new table to a Telerik Open Access MVC project?
- adding dynamic column kendo ui treelist
- Converting Client Side binding to Server Side to improve performance
- How do I check specific data when reading in data from a remote source with kendo.data.datasource
- How override Print in Kendo UI Editor?
- Localization of Telerik Reports with different Cultures- in MVC application
- Programmatically Adding Buttons in MVVM but Command doesn't work
- Could not load type 'Telerik.Windows.Documents.Packaging.DeflaterOutputStream'
- check RadDateTimePicker value against current system date time value
Related Questions in DEFAULT
- Default priority of thread with SCHED_FIFO
- How to set default value for association with simple_form?
- Using angularJS click on enter form functionality in Internet Explorer
- Change default directory in Emacs startup in Linux(CentOS 7)
- how to change default module in Zend 2
- Override Spring form error messages
- How to make Bootstrap as browser's default rendering style
- Odoo8 - how can I sort status bar and set default as new?
- Implementing Default on nested structures causes a stack overflow
- Android Default SMS App permissions kitkat
- Default Content for Empty Datagrid or Listbox in WPF
- Reset default file encoding to UTF-8 in Visual Studio 2013
- Add default value to label MVC .NET
- Word VBA - How to set the default save path?
- Wordpress/PHP Warning, Creating default object, Can't access Admin Panel Fatal Error
Related Questions in RADGRIDVIEW
- Telerik gridview for winforms selected row type
- WPF Telerik RadGridView: databinding not working with datarow derived class
- How to export radgridview contents to excel?
- Updating Grid View Row after changing a Value, needs clicking - Winforms
- How to apply different filter options for different columns in telerik radgrid?
- Telerik sort and filter columns not working
- RadGridView Export to Excel: Formatting Date whilst Retaining Local Style
- How to fill RadGridView cell with RadCombobox
- GridViewDataColumn's DatatTemplate should display scrolbar if content exceeds than max limit
- How to change background color of a cell when it is double clicked?
- Binding root object and child collection to GridView / RadGridView MVVM
- Binding RadGridView with stored procedure's result in EntityFramework
- Hierarchical data using Custom objects (telerik RadGridView)
- how do I set a column to be the default sort column with Telerik RadGridView in Silverlight
- WPF GridView Not Updating On Observable Collection Change
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You will want to add a SortDescriptor to the grid