Completed
Last Updated: 25 Jan 2013 09:32 by ADMIN
ADMIN
Ivan Petrov
Created on: 25 Jan 2013 09:32
Category: PropertyGrid
Type: Feature Request
2
ADD. RadPropertyGrid - Allow users to specify which BaseInputEditor to use through the Editor attribute.
Currently users can only specify a UITypeEditor. They should be able to specify which BaseInputEditor to be used for a given property when they edit it:
[Editor(typeof(PropertyGridBrowseEditor), typeof(BaseInputEditor)]
public string FilePath { get; set; }
0 comments