As far as I see, EditValue is used to change the values of the properties of the control associated with the editor and GetEditStyle is used to indicate the kind of editor that will be displayed. So you should first make the Editor UI in the form of Windows
Form, and then use it in your own proj of ASP.NET.
For more about this, you can refer to this nice similar sample and download it
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: using DataGridColumnCollectionEditor in a server control
Oct 28, 2011 04:03 AM|LINK
Hello:)
As far as I see, EditValue is used to change the values of the properties of the control associated with the editor and GetEditStyle is used to indicate the kind of editor that will be displayed. So you should first make the Editor UI in the form of Windows Form, and then use it in your own proj of ASP.NET.
For more about this, you can refer to this nice similar sample and download it
http://www.codeproject.com/KB/miscctrl/UITypeEditorsDemo.aspx