or
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
|
from css:
.redlink
{
color: red !important;
font-weight: bold !important;;
}
<telerik:GridHyperLinkColumn HeaderText="Notes" SortExpression="noteCount" DataTextField="noteCount" ItemStyle-CssClass="redlink" DataTextFormatString="{0:#;;}" DataNavigateUrlFields="Claim Number" Target="_blank" DataNavigateUrlFormatString="ClaimNoteDisplay.aspx?cid={0}" UniqueName="ClaimNotes"></telerik:GridHyperLinkColumn><td class="redlink"><a href="ClaimNoteDisplay.aspx?cid=78952" target="_blank"></a> </td>
MasterTableView
data user will expand rows in MasterTableView & at the run time I will create DetailTables & bind grid with it. (so basically I want to create a child grid at runtime, the level of hierarchy is not defined it can grow to any level)
so the structure will be
WorkUnit
Goals
Objective
WorkUnit
Goals
Employee
Objective1
Objective2
Thansk in advance
KJ
<telerik:RadEditor ID="backgroundPriorToMedSchoolTextBox" runat="server" Content='<%# Bind("BackgroundPriorToMedSchool") %>' Width="600px" Height="300px" Skin="Sitefinity" StripFormattingOnPaste="AllExceptNewLines" MaxTextLength="800" EditModes="Design" ContentAreaCssFile="~/studentaffairsnew/styles/editor.css" ContentAreaMode="Div" > <Tools> <telerik:EditorToolGroup> <telerik:EditorTool Name="Bold" /> <telerik:EditorTool Name="LinkManager" /> <telerik:EditorTool Name="FormatBlock" /> <telerik:EditorTool Name="InsertUnorderedList" /> <telerik:EditorTool Name="InsertOrderedList" /> </telerik:EditorToolGroup> </Tools> <Modules> <telerik:EditorModule Name="RadEditorDomInspector" /> </Modules> </telerik:RadEditor>