in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

specific column read only but no all the columns

Last post 11/18/2008 9:02 PM by qiux sense. 2 replies.
Page 1 of 1 (3 items)
Sort Posts:
Previous Next
  • 11/17/2008 10:14 PM

    specific column read only but no all the columns

    Hi,

    how to set specific column in gridview to read only and the other hand, other columns can be edited (editable)?

    Programmatically please... :)

  • 11/18/2008 3:33 AM In reply to

    Re: specific column read only but no all the columns

    Hi,

    qiux sense:

    Hi,

    how to set specific column in gridview to read only and the other hand, other columns can be edited (editable)?

    Programmatically please... :)

    gridColumn1.OptionsColumn.AllowEdit = false;

    Cheers,
    Holger

    Holger Persch - [DX-Squad]
  • 11/18/2008 9:02 PM In reply to

    Re: specific column read only but no all the columns

    thanks buddy, I get it already.. :)

    Gridview1.Columns(2).OptionsColumn.Readonly=true

    It can help me :)

Page 1 of 1 (3 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED