|
Rank: Newbie Groups: Member
Joined: 5/21/2013 Posts: 2
|
Hello. I have a grid with a customColumn and inside the EditorTemplate I have a Editor control. I also have a EditCommandColumn that is used to allow the user to edit the grid row. I would like to know if it Is possible to have this Editor control be editable when the grid is in editmode?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
I believe it's possible. But I would not recommend using an Editor inside a CustomColumn because the Editor control is a very complicated and "heavy" control and a CustomColumn's EditorTemplate should be kept simple.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 5/21/2013 Posts: 2
|
Thank you for responding to my message. What I am trying to do is add a copy paste option to the grid when in edit mode and a user right clicks on a description column inside the grid. The only way that I could figure to get this to happen was with a Editor control. Is there another control that would be better suited for this. Also, whenever I place just a basic Editor in the grid I get Null Reference errors when a post back happens on the page. This has been very frustrating and I would appreciate any assistance you can give me.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
I believe it's better to use a standard TextBox control instead. It's much lighter and also supports copy paste.
Thanks!
|
|