How to set uneditable of PropertyGridParameter in PaopertyGrid,and how to deal with ComboBox of PropertyGridParameter?

  1. #1

    How to set uneditable of PropertyGridParameter in PaopertyGrid,and how to deal with ComboBox of PropertyGridParameter?

    First of all , thanks to the developer for such prefect package.
    And I have 2 questions of the PropertyGrid.
    1.In my web application, I display the object properties with PropertyGrid,But some property can not be edited,and the default editor of PropertyGridParameter is TextEdit. How to set uneditable of PropertyGridParameter?
    2.Some property of Object is enum type.for example,The object have a property named color, the color property only can be setted to 'red','blue' and 'black'.and in behind database color column typed to int,so I know 'red' named value of 1,'blue'named value of 2,'black' named value of 3,I got the color property which define of int type.I can set the Editor of ext:ComboBox to PropertyGridParameter,But how can I set the convertor of the PropertyGridParameter which can auto conver int value to 'red','blue','black'?
  2. #2
    anybody can help me ?
  3. #3
    Anybody can tell me if Ext.Net can not support to set uneditable of the PropertyGridParameter?

Similar Threads

  1. Replies: 1
    Last Post: Apr 23, 2012, 3:09 PM
  2. As a record deal ext:GridPanel?
    By Dig2010 in forum 1.x Help
    Replies: 2
    Last Post: Dec 01, 2010, 7:49 PM
  3. [CLOSED] How to deal with a null date in a JSON Web Service?
    By dev in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 31, 2010, 11:51 PM
  4. Replies: 3
    Last Post: Sep 17, 2009, 11:44 AM
  5. Replies: 0
    Last Post: Jul 22, 2009, 2:05 PM

Tags for this Thread

Posting Permissions