or
<
telerik:RadGrid
ID
=
"rgFeedback"
runat
=
"server"
Skin
=
"Web20"
DataSourceID
=
"dsFeedback"
AutoGenerateColumns
=
"False"
AllowSorting
=
"True"
AllowMultiRowSelection
=
"False"
AllowPaging
=
"True"
GridLines
=
"None"
PageSize
=
"25"
Width
=
"100%"
OnSelectedIndexChanged
=
"rgFeedback_SelectedIndexChanged"
OnItemCommand
=
"rgFeedback_ItemCommand"
>
<
MasterTableView
DataKeyNames
=
"FeedbackID"
AllowMultiColumnSorting
=
"True"
HierarchyLoadMode
=
"ServerOnDemand"
Width
=
"100%"
>
<
CommandItemSettings
ShowExportToWordButton
=
"true"
ShowExportToExcelButton
=
"true"
ShowExportToCsvButton
=
"true"
ExportToExcelText
=
"Excel"
/>
<
DetailTables
>
<
telerik:GridTableView
DataKeyNames
=
"FeedbackDetailID"
DataSourceID
=
"edsDetails"
Width
=
"900px"
runat
=
"server"
>
<
ParentTableRelation
>
<
telerik:GridRelationFields
DetailKeyField
=
"FeedbackID"
MasterKeyField
=
"FeedbackID"
/>
</
ParentTableRelation
>
<
Columns
>
<
telerik:GridBoundColumn
HeaderText
=
"Entered Date"
DataField
=
"EnteredDate"
DataFormatString
=
"{0:d}"
HeaderStyle-Width
=
"90px"
ItemStyle-Width
=
"90px"
>
</
telerik:GridBoundColumn
>
<
telerik:GridTemplateColumn
HeaderText
=
"User Name"
HeaderStyle-Width
=
"90px"
ItemStyle-Width
=
"90px"
>
<
ItemTemplate
>
<
asp:Label
ID
=
"FirstName"
runat
=
"server"
Text='<%# Eval("User.FirstName") %>'></
asp:Label
>
<
asp:Label
ID
=
"LastName"
runat
=
"server"
Text='<%# Eval("User.LastName") %>'></
asp:Label
>
</
ItemTemplate
>
<
HeaderStyle
Width
=
"100px"
/>
</
telerik:GridTemplateColumn
>
<
telerik:GridTemplateColumn
HeaderText
=
"Details"
>
<
ItemTemplate
>
<
asp:Label
ID
=
"Comments"
runat
=
"server"
Text='<%# Eval("Comments") %>'></
asp:Label
>
</
ItemTemplate
>
</
telerik:GridTemplateColumn
>
</
Columns
>
</
telerik:GridTableView
>
</
DetailTables
>
<
ExpandCollapseColumn
Visible
=
"True"
>
</
ExpandCollapseColumn
>
<
Columns
>
<
telerik:GridButtonColumn
Text
=
"Select"
UniqueName
=
"Select"
CommandName
=
"Select"
HeaderStyle-Width
=
"50px"
ItemStyle-Width
=
"50px"
>
</
telerik:GridButtonColumn
>
<
telerik:GridBoundColumn
HeaderText
=
"ID"
DataField
=
"FeedbackID"
ReadOnly
=
"true"
HeaderStyle-Width
=
"50px"
ItemStyle-Width
=
"50px"
>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
HeaderText
=
"Site Type"
DataField
=
"FeedbackSiteType"
ReadOnly
=
"true"
HeaderStyle-Width
=
"60px"
ItemStyle-Width
=
"60px"
>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
HeaderText
=
"Feedback Type"
DataField
=
"FeedbackType"
ReadOnly
=
"true"
HeaderStyle-Width
=
"75px"
ItemStyle-Width
=
"75px"
>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
HeaderText
=
"Importance"
DataField
=
"FeedbackImportance"
ReadOnly
=
"true"
HeaderStyle-Width
=
"75px"
ItemStyle-Width
=
"75px"
>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
HeaderText
=
"Description"
DataField
=
"Description"
ReadOnly
=
"true"
HeaderStyle-Width
=
"200px"
ItemStyle-Width
=
"200px"
>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
HeaderText
=
"Entered Date"
DataField
=
"EnteredDate"
DataFormatString
=
"{0:d}"
ReadOnly
=
"true"
HeaderStyle-Width
=
"75px"
ItemStyle-Width
=
"75px"
>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
HeaderText
=
"Entered By"
DataField
=
"UserName"
ReadOnly
=
"true"
HeaderStyle-Width
=
"75px"
ItemStyle-Width
=
"75px"
>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
HeaderText
=
"Sponsor"
DataField
=
"Sponsor"
ReadOnly
=
"true"
HeaderStyle-Width
=
"75px"
ItemStyle-Width
=
"75px"
>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
HeaderText
=
"Status"
DataField
=
"FeedbackStatus"
ReadOnly
=
"true"
HeaderStyle-Width
=
"75px"
ItemStyle-Width
=
"75px"
>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
HeaderText
=
"Developer"
DataField
=
"AssignedDeveloper"
ReadOnly
=
"true"
HeaderStyle-Width
=
"60px"
ItemStyle-Width
=
"60px"
>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
HeaderText
=
"Start Month"
DataField
=
"StartMonth"
ReadOnly
=
"true"
HeaderStyle-Width
=
"75px"
ItemStyle-Width
=
"75px"
>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
HeaderText
=
"End Month"
DataField
=
"EndMonth"
ReadOnly
=
"true"
HeaderStyle-Width
=
"75px"
ItemStyle-Width
=
"75px"
>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
HeaderText
=
"Dev Hours"
DataField
=
"TimeEst"
ReadOnly
=
"true"
HeaderStyle-Width
=
"60px"
ItemStyle-Width
=
"60px"
>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
HeaderText
=
"% Complete"
DataField
=
"PercentComplete"
DataFormatString
=
"{0:P0}"
ReadOnly
=
"true"
HeaderStyle-Width
=
"60px"
ItemStyle-Width
=
"60px"
>
</
telerik:GridBoundColumn
>
</
Columns
>
</
MasterTableView
>
<
PagerStyle
Position
=
"TopAndBottom"
/>
<
HeaderStyle
Width
=
"100px"
/>
<
ClientSettings
>
<
Scrolling
AllowScroll
=
"true"
UseStaticHeaders
=
"true"
SaveScrollPosition
=
"true"
ScrollHeight
=
"500px"
FrozenColumnsCount
=
"5"
></
Scrolling
>
</
ClientSettings
>
<
ExportSettings
ExportOnlyData
=
"true"
IgnorePaging
=
"true"
OpenInNewWindow
=
"true"
HideStructureColumns
=
"true"
Pdf-PageBottomMargin
=
".5"
Pdf-PageTopMargin
=
".5"
Pdf-PageLeftMargin
=
".5"
Pdf-PageRightMargin
=
".5"
Pdf-PaperSize
=
"Legal"
Pdf-PageWidth
=
"356mm"
Pdf-PageHeight
=
"216mm"
/>
</
telerik:RadGrid
>
Hi all,
I am on the very last version of DotNetNuke 05.05.00 and I am encountering a very weird problem with Telerik RAD Editor. First I precise that I have already post this thread on the DNN forum and for them the problem is not linked with the provider but with the editor itself. Actually it seems there is a problem with the formatting of the HTML code generated with the editor. Each time I Preview the content of my article or I save it, I got blank lines added in my article. So if i preview the content 5 times, 5 lines will be added, even If I don't touch anything inside the content... I precise that the article has been entirely written in the editor (nothing linked with Word formatting), and that it doesn't happen in all my articles. Below is the very simple HTML code entirely generated by the editor: < p style = "text-align: center; margin: 0cm 0cm 0pt;" >< span style = "font-family: segoe ui; color: #ffc000; font-size: 14px;" > < span style = "color: #000000; font-size: 12px;" >---</ span ></ span > </ p > < p style = "text-align: center; margin: 0cm 0cm 0pt;" >< strong >< span style = "font-family: arial; color: #ffc000; font-size: 14px;" >daily partners on roads round France </ span > < p style = "text-align: left; margin: 0cm 0cm 0pt;" >< span style = "font-family: segoe ui; font-size: 12px;" >< span style = "font-family: arial;" >To download a powerpoint please click </ span >here</ span ></ p > </ strong ></ p > To test it, just add an HTML module, insert the HTML code and try just to preview or save it and you will see what I mean. This problem is becoming very annoying for the contributors of my portal, because they cannot do anything to correct it, they have to strip all formating and restart each time. I have tried to reproduce the problem and it seems that it's linked with the "New Paragraph" functionnality and also the bulleted list. First, can you reproduce that problem ? Just tell me if you want some additional information, the resolution of this problem is very important for my business. Thanks for your help, Regards, Nicolas |
this
.RadGrid1.ShowGroupPanel = true;
this.RadGrid1.GroupingEnabled = true;
I then drag a column to group by and everything works as it should.
At last i wanna turn of grouping by calling
this.RadGrid1.ShowGroupPanel = false;
this.RadGrid1.GroupingEnabled = false;
Grouping is not turned off properly, but only hidden. The dragged column remains in the GroupPanel. (I can see this if i enable grouping again)
Is there any way to clear the GroupPanel of grouped items so the grouping functionality is turned off properly ?
Sincerly Jan
<
Columns
>
<
telerik:GridBoundColumn
DataField
=
"Patient.DisplayId"
DataType
=
"System.String"
HeaderText
=
"Patient ID"
SortExpression
=
"Patient.DisplayId"
/>
<
telerik:GridBoundColumn
DataField
=
"Patient.FullName"
DataType
=
"System.String"
HeaderText
=
"Name"
SortExpression
=
"Patient.FullName"
/>
<
telerik:GridDateTimeColumn
DataField
=
"Patient.Dob"
DataType
=
"System.DateTime"
HeaderText
=
"Date of Birth"
SortExpression
=
"Patient.Dob"
ItemStyle-Width
=
"85px"
DataFormatString
=
"{0:MM/dd/yyyy}"
>
<
ItemStyle
Width
=
"85px"
></
ItemStyle
>
</
telerik:GridDateTimeColumn
>
<
telerik:GridNumericColumn
DataField
=
"Age"
DataType
=
"System.Int32"
HeaderText
=
"Age"
SortExpression
=
"Age"
ItemStyle-HorizontalAlign
=
"Right"
ItemStyle-Width
=
"50px"
>
<
ItemStyle
HorizontalAlign
=
"Right"
Width
=
"50px"
></
ItemStyle
>
</
telerik:GridNumericColumn
>
<
telerik:GridNumericColumn
DataField
=
"Count"
DataType
=
"System.Int32"
HeaderText
=
"Claims"
SortExpression
=
"Count"
ItemStyle-HorizontalAlign
=
"Right"
ItemStyle-Width
=
"50px"
>
<
ItemStyle
HorizontalAlign
=
"Right"
Width
=
"50px"
></
ItemStyle
>
</
telerik:GridNumericColumn
>
<
telerik:GridNumericColumn
DataField
=
"AmountPaid"
DataType
=
"System.Decimal"
HeaderText
=
"Amount Paid"
SortExpression
=
"AmountPaid"
ItemStyle-HorizontalAlign
=
"Right"
DataFormatString
=
"{0:c}"
ItemStyle-Width
=
"85px"
>
<
ItemStyle
HorizontalAlign
=
"Right"
Width
=
"85px"
></
ItemStyle
>
</
telerik:GridNumericColumn
>
</
Columns
>