TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Prakash Chotaliya
NA
35
8.1k
How to Change order of Column of List in WCF Service?
Mar 15 2011 2:32 AM
Hi All,
I have one table with Column say D,B,C,A in Database. Now when i am creating a list in WCF service using Sql Connection, it returns a list in alphabetical order of column say A,B,C,D.
My problem is, I want to display column order as it is present in Database i.e D,B,C,A.
How to solve this problem??
Note : 1. DataGrid columns are Auto Generated, which is not going to change to (AutoGenerateColumns="False")
2. Also there are 16 columns in my table, i know using DisplayIndex its possible but dnt want this too.
Thanks in Advance
Reply
Answers (
5
)
What are the differences between WPF and SilverLight ?
Set 1st row as Active Row in Telrik GridView