This is a migrated thread and some comments may be shown as answers.

Show "<<" and ">>" in grid filter

1 Answer 43 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Archana
Top achievements
Rank 1
Archana asked on 15 Aug 2011, 11:15 PM
Hello,

I have a grid which shows orders. If the order is archived then it it appends "<<Archived>>" at the start of order name.
E.g. if Order name is ABC it will be shown as <<Archived>> ABC.
Programmatically I append "&lt;&lt;Archived&gt;&gt;" at the start of it when it is archived and save it in db.
Now in my application after archiving I have to show this title at three places
1. In Grid : Which works fine. It shows it as "<<Archived>> ABC".
2. When I open my order in detailed view its title is shown in textbox; For showing it properly I use HttpUtility.HtmlDecode function.
3. I have a grid filter for each column. This column shows all the archived orders as "&lt;&lt;Archived&gt;&gt;OrderName".

What should I do to properly display it?

1 Answer, 1 is accepted

Sort by
0
Radoslav
Telerik team
answered on 17 Aug 2011, 11:45 AM
Hello Archana,

Based on the supplied information, it is hard to determine what is causing the unwanted behavior at your end. Could you please post your aspx page markup code with the related code behind.
Thus we will be able to gather more details about your scenario and to provide you a solution.

Looking forward for your reply.

Greetings,
Radoslav
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
General Discussions
Asked by
Archana
Top achievements
Rank 1
Answers by
Radoslav
Telerik team
Share this question
or