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
adam abdul
NA
8
0
problem in readonly grid
Sep 25 2010 2:03 AM
Hi,
This is Adam,I have a grid of devexpress in which i want to bind datatable.It shows an error (grid is readonly)I tried two apporch,My code are
1)
DataTable dt = a.ToTable();
BindingSource bsource = new BindingSource();
bsource.DataSource = dt;
2)
DataTable dt = a.ToTable();
gridview.DataSource = dt;
I get the following error:
Property or indexer 'DevExpress.XtraGrid.Views.Base.BaseView.DataSource' cannot be assigned to -- it is read only
Thank you,
Adam
Reply
Answers (
0
)
Bubble Sort Help
Multiple record not saving from datagrid using webservice insert method.