or
Hi,
Now i am able to print RadGrid selected row with the help of following article:
http://www.telerik.com/community/forums/aspnet-ajax/grid/how-to-print-selected-radgrid-row-and-add-new-link-button-in-command-item-template.aspx
I need to print Header Row along with selected row.
How can i achieve above requirement.
Thanks in advance...
<
NoRecordsTemplate
>
<
div
style
=
"background: url(/Images/noresults-background.jpg) no-repeat 50% 80%; height: 159px"
>
<
img
src
=
"/Images/noresults-magnifying-glass.png"
alt
=
"Search icon"
align
=
"left"
style
=
"vertical-align: middle"
/>
<
div
style
=
"padding: 15px"
>
<
h2
style
=
"margin-left: 142px"
>
Sorry, no matching records found.
</
h2
>
<
ul
style
=
"margin: 15px 10px 0px 145px"
class
=
"green-bullets"
>
<
li
>Are you in the correct time range? Double check the Start and End dates below.</
li
>
<
li
>Have you verified that the client is still active? Check the Status dropdown.</
li
>
<
li
>Do you have an assignment to the client still? Ask your System Administrator.</
li
>
</
ul
>
</
div
>
</
div
>
</
NoRecordsTemplate
>
<
httpHandlers>
<add path="ChartImage.axd" verb="*" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false"/>
</httpHandlers>
Can anyone please suggest the Resolution to the problem?