Welcome Guest Search | Active Topics | Sign In | Register

EO Grid with Editor Options
Nora
Posted: Tuesday, May 21, 2013 12:51:59 PM
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?
Code: Visual Basic.NET
eo_support
Posted: Tuesday, May 21, 2013 3:30:48 PM
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!
Nora
Posted: Tuesday, May 21, 2013 3:55:14 PM
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.
eo_support
Posted: Tuesday, May 21, 2013 4:55:31 PM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.