Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
335 views
Hi,
I want to use Radlistbox control in my project at several times. But my requirement for look and feel to radlistbox is different what given in telerik.I want the Move buttons to come in middle of Source and destination listboxes and sould have enough gap among themselves.Please find the screen shot i have attached



Regards
Raj
Mya Thandar
Top achievements
Rank 1
 answered on 03 Feb 2018
0 answers
128 views

Hi Guys,

Template, and Document manager previews are not working + I cannot see the word 'preview' at the bottom of the dialogs, right side.
I can click the items and they will load the content into the editor OK; but not preview.
Sometimes on clicking the items, the function icons top left will disappear - please see attached.

<telerik:radeditor runat="server" ID="reuTemplates"  Height="400"  Width="984px" Skin="Bootstrap"  EditModes="All"  ImageManager-SearchPatterns="*.gif, *.jpg, *.jpeg, *.png" OnClientLoad="OnClientLoad" DialogHandlerUrl="~/Telerik.Web.UI.DialogHandler.axd"  TemplateManager-SearchPatterns="*.htm"  
ContentAreaCssFile="~/_admin/css/EditorContentArea.css" ToolsFile="~/_admin/xml/templateTools.xml"  >
</telerik:radeditor>

 

I've changed skins, browser,  and just about everything else I can think of but wondered if you know what could possibly be wrong

URLs ar rewritten, so using axd.

Thanks in advance,

Jack

Jon
Top achievements
Rank 1
 asked on 03 Feb 2018
0 answers
100 views

I am using advanced data binding to filter, sort, and page a Telerik RadGrid. Because the DataSource is set on the NeedDataSource event, the columns and filters are generated based off the structure of the DataSource. Is there a way for the DataSource's select statement to know what columns to put the data in if I explicitly create the columns in the aspx? Right now the select adds the columns in addition to the existing ones.

aspx:

<telerik:RadGrid
    ID="RadGrid1"
    runat="server"
    AllowCustomPaging="True"
    AllowFilteringByColumn="True"
    AllowPaging="True"
    AllowSorting="True"
    OnNeedDataSource="RadGrid1_NeedDataSource"
    EnableLinqExpressions="False">
</telerik:RadGrid>

 

aspx.cs:

protected void RadGrid1_NeedDataSource(object sender, GridNeedDataSourceEventArgs e) {
    //RadGrid1Select is a functioning filter/sort/page
    Select methodRadGridIsows.DataSource = RadGrid1Select();
    RadGridIsows.VirtualItemCount = count;
}

 

I am able to customize column filters by putting them directly in the aspx, however this causes there to be a repeat column because the DataSource columns will bind to it anyways. If there is no way to access the RadGrid columns on databinding, is there a way to associate certain columns in the aspx with the DataSource's DataTable when binding?

 

Marcel
Top achievements
Rank 1
 asked on 02 Feb 2018
1 answer
90 views

Hello - I see the method here that describes how to use the "Add New Record" method.  I was wondering if there was a way to customize that so the data maps below the appropriate header, instead of just a drop down table.

So it would look like this

Name    Title     Address    City   State   Zip

Test       Test     Test           Test    Test    Test

Rumen
Telerik team
 answered on 02 Feb 2018
1 answer
90 views

Can someone help me with the logic to save the column order when they are reordered?

We are using the grid for reporting and want to allow our clients to drag and drop the fields, sort them, etc. When there is a post back the order is reset. I have put in logic that works great of there is only one column that is reordered, but if there are 2 or more it doesn't work. There has to be a much easier way to save the current column order on post back?

We are using AutoGenerateColumns="true". Everything is working perfectly except moving more than one column. Please help ASAP!!

Rumen
Telerik team
 answered on 02 Feb 2018
1 answer
183 views

I'm used to searching dropdownlists like : x=  ddlInviteList.Items.IndexOf(ddlInviteList.Items.FindByValue(reader["InvitedID"].ToString()));

But I'm not seeing a similar capability in RadCheckBoxList? Also, is there a way to get the length of a RadCheckBoxList ?

 

thanks

 

david
Top achievements
Rank 1
 answered on 02 Feb 2018
1 answer
135 views

Hi,

I was trying to change the Value Cell Format like #.00 € (screenshot1.png) but it seems not working (screenshot2.png)

You can test it directly on your demo

 

Thank you

Mattia
Top achievements
Rank 2
 answered on 02 Feb 2018
1 answer
340 views

Hi,

 

I was asked to build search functionality as on thomann.de see screenshot.
I am not sure whether I should go the ComboBox or the SearchBox way.

It should search in 17.000 products.

What do you suggest?

 

Thanks for your assistance,

Marc

Vessy
Telerik team
 answered on 02 Feb 2018
5 answers
117 views

Hey All, 

 

So i have a Radgrid with a radgridcolumnbutton;

 

    <telerik:GridButtonColumn ButtonType="ImageButton" 
        FilterControlAltText="Filter PDFExport column" HeaderText="PDF" 
        ImageUrl="Icons\PDF_Export.png" CommandName="generateSamplePDF_click"  UniqueName="generateSamplePDF_click" >
    </telerik:GridButtonColumn>

 

What need this button to do is to execute the the below which creates a pdf report

 

    Protected Sub generateSamplePDF_click(ByVal sender As Object, ByVal e As ...............................)

        Dim strPath As String = ""
        Dim sampleID As String = ""
        Dim filename As String = ""

        sampleID = *****whatever text is in  column 2 of the row where the button whas selected****

' this is what is used before  sampleID = grdTests.Rows(e.CommandArgument).Cells(0).Text

    

        Dim path As String = Server.MapPath("LimsPDF") & "\" & Session("loggedCompanyID") & "\"".pdf"
        strPath = Server.MapPath("~/PDF/pdf_sample_" & sampleID & ".pdf")
        filename = "pdf_sample_" & sampleID & ".pdf"
        Report_Result_UtilityClass.generateSamplePDF(strPath, sampleID)


        Response.ContentType = "application/pdf"
        Response.AddHeader("Content-Disposition", "attachment;filename=" & filename)
        Me.EnableViewState = False
        Response.WriteFile(strPath)
        Response.Flush()
        Response.Close()

    End Sub

 

any help would be very much appreciated

Rumen
Telerik team
 answered on 02 Feb 2018
7 answers
241 views
Hello,
I have notice a problem that is not possible to add a line break <br/> before an <h1> tag when using the editor. If Press the enter key it just adds another <h1></h1>tag. How can I add line breaks  for spacing above the <h1> tag?

thank you
Rumen
Telerik team
 answered on 02 Feb 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?