Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
73 views
How can i add the telerik spell button in the RibbonBar
Sebastian
Telerik team
 answered on 04 Jul 2011
1 answer
79 views
Hi,

I need a new page in rtf. 

Sample:
RadEditor1.content = " rtf document page1 <br /> page1 new line -new page- rtf document page2"

RadEditor1.ExportToRtf()



Thank you.
Rumen
Telerik team
 answered on 04 Jul 2011
1 answer
84 views
Hi

I am facing issue while doing copy,paste and delete.After copy,paste and delete ,page is not refreshing properly
i used below code for refreshing

string

 

 

script = " var oExplorer = $find('" + RadFileExplorer1.ClientID + "');" +

 

 

 

" oExplorer.set_currentDirectory('" + dir + "');" +

 

 

 

" oExplorer.refresh();";

 


still is not refreshing..i am using telerik dll 2011.1.413.40 version.

see the attached image for reference.For completing my task i am loading full page again.that is nt correct case.please can u tel me how to refresh page after copy,paste or delete folder
Please can u help me out.
Dobromir
Telerik team
 answered on 04 Jul 2011
2 answers
529 views
Hi,
I want to remove white space after string in each cell in exported excel file from radgrid, see attached image. How to do it? Thanks.
Also the datetime field does not contain AM or PM. But in radgrid, they contain AM/PM. What is the problem?
york
Top achievements
Rank 1
 answered on 04 Jul 2011
7 answers
145 views
Hi !

A little question to the timeline view.

We use the TimelineView with resources.

The Resources are grouped by a group and a name

eg.:
GROUP 1 :: Markus
GROUP 2 :: Dave

Currently we display this resources as a table in each resource cell

<ResourceHeaderTemplate>

                    <asp:Panel ID="ResourceWrapper" runat="server" CssClass="ResCustomClass">

                        <asp:Table ID="ResourceTable" runat="server" Width="200px">

                            <asp:TableRow Width="200px">

                                <asp:TableCell Width="95px" HorizontalAlign="Right">

                                    <asp:Label ID="LGroup" Font-Bold="true" runat="server" Text='<%# Eval("resgroup") %>'></asp:Label>

                                </asp:TableCell>

                                <asp:TableCell HorizontalAlign="Center" Width="10px">

                                    <asp:Label ID="LSpacer" runat="server" Text="|"></asp:Label>

                                </asp:TableCell>

                                <asp:TableCell  Width="95px" HorizontalAlign="Right">

                                    <asp:Label ID="SpeakerImage" runat="server" Text='<%# Eval("Text") %>'></asp:Label>

                                </asp:TableCell>

                            </asp:TableRow>

                        </asp:Table>

                       

                    </asp:Panel>

                </ResourceHeaderTemplate>



Now, we need to add a sort function to this groups/names

My Question:
Is there a chance to display a table completely around the resources, where i can add a sorting ?
or
Can i access the cell (in timeline view) over all resources (it is always emtpy and act like a spacer), and add there
commandlinks, buttons or anything ?

thanks for your help

with best regards
Markus
Veronica
Telerik team
 answered on 04 Jul 2011
1 answer
88 views

Hi,

I am using this link for your example for chart to embed RadChart instances in template column of RadGrid.
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandchart/chartingrid/defaultvb.aspx?product=chart

               I am using VS 2010 and ADO.net entity data model and EntityDatasource instead of sqldatasource, the issue is chart is not being rendered for all roows except the last one.. I am getting an error at the statement  chart.DataSource = SqlDataSource2.Select(DataSourceSelectArguments.Empty) 'Value of type system.web.ui.DataSourceSelectArguments cannot be converted to integer.

What i use is  chart.DataSource = EntitylDataSource2.Select(DataSourceSelectArguments.Empty).
 The chart for the  last row of the grid  is displayed only, can you please advise?  Please see the result attached when I use

 

EntityDataSource2.WhereParameters(0).DefaultValue = item.GetDataKeyValue("Entity1").ToString()
            chart.DataSourceID = "EntityDataSource2"
            Commented out'chart.DataSource = EntityDataSource2.Select(DataSourceSelectArguments.Empty)

Here is my definition of EntityDataSource2

 

<asp:EntityDataSource ID="EntityDataSource2" runat="server" 
            ConnectionString="name=TEntities" DefaultContainerName="TEntities"
            EnableFlattening="False" EntitySetName="Entities" 
                        
            Select="it.[Entity1], it.[Type], it.[Entity_Desc], it.[Active], it.[Cnt], it.[Dataupdtthru]" 
            EntityTypeFilter="" OrderBy="it.[Entity1]"     Where="it.[Entity1] = @Entity">
          
<WhereParameters>
    <asp:Parameter  DbType="string"   Name="Entity"  />
 </WhereParameters>
  </asp:EntityDataSource>




 

 

Yavor
Telerik team
 answered on 04 Jul 2011
4 answers
100 views
Hi There!

I just need some help here. What I am trying to do is quite simple.
I'm using RadTreeView and context menus. When I click to "Add" a new node, I want to be able to enable edit mode on the node instantly to rename it.
Is it possible ?

Appreciate any help from you guys!

Regards,

Marcio Nascimento
Veronica
Telerik team
 answered on 04 Jul 2011
1 answer
75 views
Hi,
I am exporting radgrid to excel file. I want excel file with background like in attached image. How to do it? Thanks.

Shinu
Top achievements
Rank 2
 answered on 04 Jul 2011
3 answers
95 views
Hello,

How can I make RadEditor strip out any non-HTML5 compliant markup? For example width and height attributes on table rows and cells. Or cellpadding and cellspacing attributes on tables.

I want to use RadEditor to produce HTML that is fully HTML5 compatible.

thanks,
Jon
Rumen
Telerik team
 answered on 04 Jul 2011
1 answer
69 views
Hi
I have multiple rad datagrids on my aspx page inside one rad update panel.
Their ID's differs.
If i trying to click "add new record" button i recieve next error

Sys.WebForms.PageRequestManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: Multiple controls with the same ID 'AutoGeneratedDeleteButton' were found. FindControl requires that controls have unique IDs.

 [http://localhost:3397/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3auk-UA%3a3f7f575c-f971-4b26-8881-745c41ac5a2c%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%3auk-UA%3aef677e96-bcf7-465a-bd82-787c87ad65a2%3a16e4e7cd%3af7645509%3a22a6274a%3aed16cbdc%3a24ee1bba%3af46195d3%3a1e771326%3aaa288e2d%3a7165f74%3a58366029:15]

I need to solve this issue asap.
ty
Shinu
Top achievements
Rank 2
 answered on 04 Jul 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?