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
siva nathan
950
828
233k
'field' but is used like a 'type' [duplicate]
May 26 2016 2:08 AM
BandedGridView view = gridControl1.MainView as BandedGridView;
view.Bands.Clear();
GridBand Sup = view.Bands.Add();
Sup.Caption = "Po Information";
GridBand1 Sup = view.Bands.Add();
// i get the error here [ GRIDBAND is a field but is used like a TYPE]
Sup.Caption = "Price Information";
bandedGridView1.Columns["PO Number"].OwnerBand = Sup;
bandedGridView1.Columns["PO Date"].OwnerBand = Sup;
bandedGridView1.Columns["Supplier"].OwnerBand = Sup;
bandedGridView1.Columns["Createdon"].OwnerBand = Sup;
bandedGridView1.Columns["Edit"].OwnerBand = Sup;
Reply
Answers (
2
)
Service works when I press F5 but doesn't work when I instal
Handling the tree node events