Readonly PropertyGrid?

  1. #1

    Readonly PropertyGrid?

    Hi,

    I'd like to use a PropertyGrid to display some settings to the user, but these should not be editable. I tried disabling the grid, but that makes it rather hard to read (gray on gray). Is there a way to make it readonly?

    Thanks!
  2. #2
    Hi,

    Please set Editable to false.

    Example
    <ext:PropertyGrid 
        ID="PropertyGrid1" 
        runat="server" 
        Editable="false">
  3. #3
    ouch!

    Sorry, didn't know such property exists...

Similar Threads

  1. ReadOnly Property
    By YusufHotelwala in forum 1.x Help
    Replies: 4
    Last Post: Sep 25, 2011, 8:14 PM
  2. Readonly Property
    By vivekrane1986 in forum 1.x Help
    Replies: 2
    Last Post: Sep 14, 2010, 6:08 AM
  3. TextField ReadOnly
    By Penunuri in forum 1.x Help
    Replies: 3
    Last Post: Jul 20, 2009, 8:16 PM
  4. DateField Readonly
    By jeybonnet in forum Bugs
    Replies: 0
    Last Post: Jan 09, 2009, 6:57 AM
  5. Readonly property
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 01, 2008, 5:25 PM

Posting Permissions