Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
112 views
Hello,

I have aproblem with the undeline button, Sometimes it is not working.
I'm trying to remove the underline from blank space (View attached screen-shot), but the underline button is not functioning.

Here is the control:
<telerik:RadEditor runat="server" ID="CntntRadEditor" Height="500px" Width="100%" style="z-index:1000;" Content='<%# DataBinder.Eval( Container, "DataItem.Cntnt") %>' ToolsFile="~/Common/Controls/RadEditor/xml/CustomFullSetOfToolsForSecureTables.xml">
                            <Modules>
                                <telerik:EditorModule Visible="false" />
                            </Modules>
                            <ImageManager ViewPaths="~/Guides/QA/Design/Contents" UploadPaths="~/Guides/QA/Design/Contents" DeletePaths="~/Guides/QA/Design/Contents" />
                            <DocumentManager ViewPaths="~/Guides/QA/Design/Contents" UploadPaths="~/Guides/QA/Design/Contents" DeletePaths="~/Guides/QA/Design/Contents" SearchPatterns="*.doc,*.txt,*.docx,*.xls,*.xlsx,*.pdf,*.xml,*.gif,*.jpg,*.png" />
                        </telerik:RadEditor>

Please, I need your help in order to enable the user to add and remove the underline without problems.
It is appreciated to send me the modified code.

Regards,
Bader
Dobromir
Telerik team
 answered on 17 Aug 2011
4 answers
124 views
Hi
I put the grid in edit mode and getting the new values , But I want to get the old values for comparison. How do I use SavesOldValues

       If (e.CommandName = "UpdateAll") Then
            For Each editedItem As GridEditableItem In grdItemCatgLoc.EditItems

                Dim newValues As Hashtable = New Hashtable
                e.Item.OwnerTableView.ExtractValuesFromItem(newValues, editedItem)
                Dim ProductID As Long = newValues("ProductID")
'getting the old values ?????????????????????????
Dim grdDataitem As GridDataItem = e.Item.DataItem
Dim OldProductID as Long =  grdDataitem.SavedOldValues("ProductID")



editeditem.Edit=False
Next
ShahabG
Top achievements
Rank 1
 answered on 17 Aug 2011
1 answer
110 views
Hi everybody!!!

I'm here again with another question, I'm working with this control, "Notification", is a good control but I have a problem when I try to open one notification from a aspx page to ascx page, I dont know how to do this.
I have to add value to data base in my *.ascx (user control), and in my *.aspx page, I want to show a message with notification control, wich must show a message confirmation for example, "this user has been added correctly".

thank you for your attention.

Have a Nice Day!!!

Victor Hugo.
Marin Bratanov
Telerik team
 answered on 17 Aug 2011
3 answers
883 views
Hi,

In my aspx page i have  a function and a asp button

function OpenForm(testId) {
                    window.radopen("TestPage.aspx?TestId=" + testId, "UsersListDialog");
                    return false;
}


<asp:Button ID="TestButton" runat="server" Text="Open Text Page"/>

<telerik:RadWindowManager ID="RadWindowManager1" runat="server" EnableShadow="true" Skin="Black">
            <Windows>
                <telerik:RadWindow ID="UsersListDialog" runat="server" Title="Test Screen" Height="490px" Width="520px" Left="150px" ReloadOnShow="false" ShowContentDuringLoad="false"
                    Modal="true" Behaviors="Close" Animation="Resize" VisibleStatusbar="false"/>
            </Windows>
        </telerik:RadWindowManager>


In the code behing  which opens TextPage.aspx

TestButton.OnClientClick = "return OpenForm(" + TestId + ");";


How can I achieve the same using radbutton?

Thanks,
Marin Bratanov
Telerik team
 answered on 17 Aug 2011
1 answer
126 views
I got this javascript pop-up error when I select on an item in Telerik File Explorer, then I click on "Open" icon to view its content. Try to search around for the solution, cannot find one. What's wrong with that?

Browser: IE 8
Telerik.Web.UI.dll 2011.1.315.35
Dobromir
Telerik team
 answered on 17 Aug 2011
1 answer
120 views
Hi,

I have radlistbox in my application. i want to call server side code only item double clicking. is this possible?. please let me know if you have any idea. it is very urgent.

Thanks,
Dhamu.
Peter Filipov
Telerik team
 answered on 17 Aug 2011
3 answers
127 views
Hey,
I have a fiIleExpolrer with costume button, onClick of this button I need to open a radWIndow, How can I do that?
Marin Bratanov
Telerik team
 answered on 17 Aug 2011
1 answer
32 views
Upload failing in FF 6.0 with Silverlight enabled. Same upload works great in IE 9, Chrome 14+. When Silverlight is disabled, FF6 upload is fine. Javascript console error is attached as screenshot.
Peter Filipov
Telerik team
 answered on 17 Aug 2011
1 answer
82 views
Hello telerik team, i am trying to show a modal popup using RadWindow. It is working fine in SP2010. but in Sharepoint 2007 (MOSS) i am able to access the parent (Page) scrollbar. i need to restrict that. i have attached the code as image. Could i get some suggestions.
Marin Bratanov
Telerik team
 answered on 17 Aug 2011
2 answers
135 views
Dear Telerik, My radgrid last column header partially hiding
<PM:PMRADGrid runat="server" ID="Grid1" AutoGenerateColumns="false" AllowPaging="true" PageSize="50" AllowSorting="false" Width="100%" style="min-height:50px;max-height:500px;" AllowMultiRowSelection="false" HeaderStyle-Font-Bold="true">
                <MasterTableView HeaderStyle-HorizontalAlign="Center" HeaderStyle-Wrap="false" ItemStyle-Wrap="false" NoDetailRecordsText="" NoMasterRecordsText="" HeaderStyle-Font-Bold="true">
                    <Columns>
                        <telerik:GridBoundColumn UniqueName="tranche_type" DataField="tranche_type" Display="false"></telerik:GridBoundColumn>
                        <telerik:GridTemplateColumn HeaderText="Tranche Name" HeaderStyle-Width="156px">
                            <ItemTemplate>
                                <telerik:RadComboBox runat="server" ID="drpTrancheName" OnClientSelectedIndexChanged="SetUpdateFlag" DropDownWidth="155px" Height="200px">
                                    <HeaderTemplate>
                                        <table width="100%" cellpadding="0" cellspacing="0">
                                            <tr><th valign="top" align="center">Tranche Name</th></tr>
                                        </table>
                                    </HeaderTemplate>
                                </telerik:RadComboBox>
                            </ItemTemplate>
                        </telerik:GridTemplateColumn>
                        <telerik:GridBoundColumn Display="false" UniqueName="draw_priority" DataField="draw_priority"></telerik:GridBoundColumn>
                        <telerik:GridTemplateColumn HeaderText="Draw Priority" HeaderStyle-Width="94px">
                            <ItemTemplate>
                                <telerik:RadNumericTextBox runat="server" ID="txtDrawPriority" NumberFormat-DecimalDigits="0" NumberFormat-AllowRounding="false" NumberFormat-GroupSeparator="" MaxLength="10" MaxValue="2147483647" Type="Number" SelectionOnFocus="SelectAll" style="text-align:center;" ClientEvents-OnValueChanged="SetUpdateFlag" Width="86px" ClientEvents-OnError="ShowError" ></telerik:RadNumericTextBox>
                            </ItemTemplate>
                        </telerik:GridTemplateColumn>
                        <telerik:GridBoundColumn Display="false" UniqueName="payback_priority" DataField="payback_priority"></telerik:GridBoundColumn>
                        <telerik:GridTemplateColumn HeaderText="Payback Priority" HeaderStyle-Width="110px">
                            <ItemTemplate>
                                <telerik:RadNumericTextBox runat="server" ID="txtPaybackPriority" NumberFormat-DecimalDigits="0" NumberFormat-AllowRounding="false" NumberFormat-GroupSeparator="" MaxLength="10" MaxValue="2147483647" Type="Number" SelectionOnFocus="SelectAll" style="text-align:center;" ClientEvents-OnValueChanged="SetUpdateFlag" Width="106px" ClientEvents-OnError="ShowError" ></telerik:RadNumericTextBox>
                            </ItemTemplate>
                        </telerik:GridTemplateColumn>
                        <telerik:GridBoundColumn HeaderText="Update User" DataField="updateuser" HeaderStyle-Width="104px"></telerik:GridBoundColumn>
                        <telerik:GridBoundColumn HeaderText="Update Date/Time" DataField="updatedatetime" HeaderStyle-Width="124px" DataFormatString="{0:M/d/yyyy HH:mm:ss}"></telerik:GridBoundColumn>
                        <telerik:GridBoundColumn HeaderText="Add User" DataField="adduser" HeaderStyle-Width="96px"></telerik:GridBoundColumn>
                        <telerik:GridBoundColumn HeaderText="Add Date/Time" DataField="adddatetime" HeaderStyle-Width="125px" DataFormatString="{0:M/d/yyyy HH:mm:ss}"></telerik:GridBoundColumn>
                        <telerik:GridBoundColumn HeaderText="Add Date/Time" DataField="appname" HeaderStyle-Width="252px"></telerik:GridBoundColumn>
                        <telerik:GridBoundColumn DataField="RowID" UniqueName="RowID" Display="false"></telerik:GridBoundColumn>
                    </Columns>
                </MasterTableView>
                <ClientSettings>
                        <Selecting AllowRowSelect="true" />
                        <Scrolling AllowScroll="true" UseStaticHeaders="true" />
                </ClientSettings>
            </PM:PMRADGrid>
Rajiv
Top achievements
Rank 1
 answered on 17 Aug 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?