Welcome Guest Search | Active Topics | Sign In | Register

Text being escaped in grid textboxcolumn Options
rkalantari
Posted: Wednesday, February 2, 2011 11:25:03 PM
Rank: Newbie
Groups: Member

Joined: 1/28/2011
Posts: 3
I am trying to figure out how to prevent the grid from escaping text in the editing process, I have a textboxcolumn that is bound to a column, when I edit it and put in the following text:

\bTEST\b

In the OnItemChanged event when I load the string with:

e.Item.Cells[1].Value as string

I get:

TEST

Note that it has stripped off the \b from beginning and end? Is there a way to change this behavior and treat it like a @ string literal?

Thanks!
eo_support
Posted: Thursday, February 3, 2011 10:08:05 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

We are not aware of any such escaping behavior. In fact we verified with the latest build and it works fine. So you can try the latest build, or the problem might be in your code. If the problem continues, please try to isolate it into a test page and post the test page. Make sure the test page runs independently and only contains code needed to reproduce the problem.

Thanks!
rkalantari
Posted: Tuesday, February 8, 2011 1:02:09 PM
Rank: Newbie
Groups: Member

Joined: 1/28/2011
Posts: 3
I have a small sample project that shows the issue, where can I send it/post it?
eo_support
Posted: Tuesday, February 8, 2011 5:07:01 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Thank you very much for the sample code. We have posted a new build that fixed this problem. Please see your private message for the download location.

Thanks!
rkalantari
Posted: Tuesday, February 8, 2011 5:27:31 PM
Rank: Newbie
Groups: Member

Joined: 1/28/2011
Posts: 3
Great, our initial testing seems good so far that the bug is fixed.

Thanks for the quick turnaround!
eo_support
Posted: Tuesday, February 8, 2011 5:29:06 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
You are very welcome. Please feel free to let us know if there is anything else we can help.

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.