Hi,
We are actually an existing customer of Telerik. We had bought ASP.NET Ajax control from you.
Now we are out of the support period, yet we are using your controls to good effect.
We are facing with the occurrence of unwanted spaces in the mails sent to outlook. This happens when we paste HTML content from MSWord to RAD Editor control with spell check enabled. The content looks normal in the editor but when we send the mail after spell check, the content got delivered successfully to Outlook but the format becomes weird as compared to the original content. Below is the sample html which got added with unwanted space once it got sent from RAD Editor.
We want to know if there is any work around to sort this out so that the email looks the same as how the content pasted into RAD Editor?
We are having an email application using the RAD Editor control and since we are facing with lots of inconvenience. we appreciate your help from your end. Could you please look into our issue and help us?
Many Thanks,
Prabhu.
ORIGINAL HTML CONTENT
What's going on in 2013?
Many customers have been installing Visual Studio Updates from the “toast” pop-up notification or from the Extensions and Updates dialog. This continues to be the simplest option. The installer downloads only the components you need (based on your current VS installed configuration), and then installs the bits as they’re received. This approach often provides a very good experience, but it does require being connected to the internet for the duration of the install. Because a connection isn’t always available, the installer also supports a /layout flag, which downloads all of the bits proactively to enable subsequent offline installation.
Getting involved now
We also plan to ship ISO images for the RTM version of future Visual Studio updates, in addition to the existing distribution mechanism we already provide. We hope you will enjoy this additional option for downloading Visual Studio Updates.
Hi
I am new to Telerik controls. I have a requirement to create a simple rows and columns for a set of column header and row header. Basically there are two tables
one table contains 5 rows one column and another table contains 5 rows and 3 columns as shown in the attachment. there is no dynamic content. Its just a static table when I open it should open the data in the grid. if no data it should allow me to add data table.
I am still trying to create a sql table to combine these both table data and want to create a user control for a simple .aspx page.
Will you please advise on any sample?
Thanks
Shri
I have a RadDropDownList in the EditTemplate of a FormView. The page loads with the FormView in EditMode by default. But the RadDropDownList isn't selectable. I had the same problem with RadButtons. I couldn't click on them to submit the form. It's like they were read-only. I switched to asp:Button and the buttons work, but the RDDL still does not work, until I click the cancel button and perform a "reset" of the data. Then the dropdownlist becomes active.
Is there some trick I'm missing to be able to use Rad controls inside a FormView edit template?
For the life of me i can not figure out why the collapse/expand are missing. I took the page out and put it in its own project and it still doesnt show. I removed all code and script code. Basically a skeleton, but the +/- are no where to be seen! I can drag and drop and the database is updating correctly and TreeList, but he doesnt add in the +/-. It never shows, not even reload with the new data.
You can see from the attached files that the tree is missing the +/- for the third task. I attached the table screen shot too. I also had a problem with BOOTSTRAP theme not even showing the lines for the tree +/-.
This is a huge issue, that doesnt seem to have any rhyme or reason why it is missing. Please throw a bone my way on why this would not work.
I have another problem too - why can we not decorate the drag container? I would like all the row data not to show, just maybe a box or a label - "dragging" or something I want. If i put in a height for the TreeList the drag container matches this for some messed up reason. If that can be changed in CSS, please let me know. By all means change the default container height to match the drag row height NOT the grid height.
Thanks for the help Telerik
<
html
>
<
head
>
<
title
>Test</
title
>
</
head
>
<
body
>
<
form
id
=
"Form1"
runat
=
"server"
>
<
asp:ScriptManager
runat
=
"server"
ID
=
"ScriptManager1"
>
</
asp:ScriptManager
>
<
telerik:RadTreeList
runat
=
"server"
ID
=
"RadTreeListProjectTasks"
Skin
=
"Web20"
DataSourceID
=
"SqlDataSource1"
DataKeyNames
=
"TaskProjectDetailId"
ParentDataKeyNames
=
"ParentTaskProjectDetailId"
AutoGenerateColumns
=
"false"
Width
=
"100%"
>
<
ClientSettings
AllowItemsDragDrop
=
"true"
>
<
Selecting
AllowItemSelection
=
"true"
/>
</
ClientSettings
>
<
Columns
>
<%--hidden columns for updating emails in user control--%>
<
telerik:TreeListBoundColumn
UniqueName
=
"TaskProjectDetailId"
DataField
=
"TaskProjectDetailId"
Display
=
"false"
/>
<
telerik:TreeListBoundColumn
UniqueName
=
"ParentTaskProjectDetailId"
DataField
=
"ParentTaskProjectDetailId"
Display
=
"false"
/>
<
telerik:TreeListBoundColumn
UniqueName
=
"UserProfileId"
DataField
=
"UserProfileId"
Display
=
"false"
/>
<
telerik:TreeListDragDropColumn
UniqueName
=
"TreeListDragDropColumn"
HeaderStyle-Width
=
"30px"
>
</
telerik:TreeListDragDropColumn
>
<
telerik:TreeListTemplateColumn
HeaderText
=
"Source"
DataField
=
"Subject"
>
<
ItemTemplate
>
<
table
class
=
"templateTable"
width
=
"400px"
>
<
tr
>
<
td
class
=
"templateHeader"
>
<
asp:Label
ID
=
"Subject"
runat
=
"server"
Text='<%# Bind("Subject") %>'></
asp:Label
>
<
asp:Label
ID
=
"Description"
runat
=
"server"
Text='<%# Bind("Description") %>'></
asp:Label
>
</
td
>
</
tr
>
</
table
>
</
ItemTemplate
>
</
telerik:TreeListTemplateColumn
>
</
Columns
>
</
telerik:RadTreeList
>
<
asp:SqlDataSource
ID
=
"SqlDataSource1"
runat
=
"server"
ConnectionString="<%$ ConnectionStrings:TestDbConnectionString %>"
UpdateCommand="UPDATE [_TasksProjectDetailTBL] SET [ParentTaskProjectDetailId]=@ParentTaskProjectDetailId WHERE [TaskProjectDetailId] = @TaskProjectDetailId"
SelectCommand="SELECT * FROM [_TasksProjectDetailTBL] TPD WHERE [TPD].TaskProjectMasterId IN (1)">
<
UpdateParameters
>
<
asp:Parameter
Name
=
"TaskProjectDetailIdParentId"
Type
=
"Int16"
></
asp:Parameter
>
<
asp:Parameter
Name
=
"TaskProjectDetailId"
Type
=
"Int64"
></
asp:Parameter
>
</
UpdateParameters
>
</
asp:SqlDataSource
>
</
form
>
</
body
>
</
html
>
When I try to run the grid example locally on the "Live Examples - Telerik UI for ASP.NET AJAX R1 2017 SP1" page, I receive the following error message. How can I fix this error? I'm running Microsoft SQL Server 2016 on the same computer and selected the option to install the Telerik Sample Database when installing Telerik UI for ASP.NET AJAX.
Is this error because it can't connect to the SQL Server database on my computer or because it can connect to SQL Server but can't open the actual database it needs? How can I manually make sure the SQL database(s) needed for the example applications running locally are setup properly and accessible by the applications?
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
Hi,
is there an example of the structure for a XML Datasource bind to TileList?
Can anyone post an example of a XMLFile ? Sorry nothing to find in forums and internet ...
Thanks
Hey I'm trying to sort my RadGrid columns using OnsortCommand event, but the event never fire's when clicked on column header.
Below the code for my Radgrid RadGrid<telerik:radgrid runat="server" id="EnergyWindowPresetGrid" cellspacing="0" gridlines="None" style="outline: none;"EnableViewState="True"OnNeedDataSource="TasksGrid_OnNeedDataSource"OnPreRender="TasksGrid_OnPreRender"AutoGenerateColumns="False"OnItemDataBound="TasksGrid_OnItemDataBound"OnSelectedIndexChanged="TasksGrid_OnSelectedIndexChanged"OnItemCreated="OnItemCreated"OnItemCommand="OnItemCommand"> <clientsettings> <Scrolling AllowScroll="true" ScrollHeight="300px" UseStaticHeaders="true" /> <telerik:ClientEvents OnGridCreated="GridCreated" /></clientsettings><mastertableview tablelayout="Auto" AllowMultiColumnSorting="True" ><Columns><telerik:GridBoundColumn UniqueName="Preset" DataField="Preset" HeaderStyle-Width="180px" SortExpression="Preset" HeaderButtonType="TextButton"AllowSorting="True"OnSortCommand="OnSortCommand"/><telerik:GridBoundColumn UniqueName="CreatedBy" DataField="CreatedBy" HeaderStyle-Width="100px" SortExpression="CreatedBy" HeaderButtonType="TextButton" /><telerik:GridBoundColumn UniqueName="ModificationDate" DataField="ModificationDate" HeaderStyle-Width="100px" SortExpression="ModificationDate" HeaderButtonType="TextButton"/> <telerik:GridTemplateColumn UniqueName="Edit" ReadOnly="True" HeaderStyle-Width="95px"><ItemTemplate><telerik:RadButton runat="server" CommandName="EditPreset" ID="EditButton" Width="100%"/></ItemTemplate></telerik:GridTemplateColumn><telerik:GridBoundColumn UniqueName="Delete" DataField="Delete" HeaderStyle-Width="20px"/> </Columns></mastertableview></telerik:radgrid><telerik:RadButton ID="CreatePreset" Text="+" runat="server" Width="1%" font="ArialBold" OnClick="CreatePreset_OnClick"></telerik:RadButton>
can anyone tell what is wrong with the code....