Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
221 views
I am trying to find out if it is possible to use both dynamic and hard-coded method to populate the RadMenu object? In my solution I have three top level menu items, two are single items with no child elements while the third has several children. Does anyone know if it is possible to load the menu items using hard coded values as well as dynamically generated values?

thanks,

Jaime
Vladyslav
Top achievements
Rank 1
 answered on 14 May 2018
3 answers
173 views

I feel like I must be missing something very obvious.  I have this:

<telerik:RadClientDataSource ID="RadClientDataSource1" runat="server" AllowBatchOperations="true" ClientEvents-OnRequestStart="RequestStart" ClientEvents-OnRequestEnd="ResponseEnd">
                    <DataSource>
                        <WebServiceDataSourceSettings>
                            <Select DataType="JSON" />
                        </WebServiceDataSourceSettings>
                    </DataSource>
                    <Schema>
                        <Model ID="DialogIDChecksum">
                            ..
                            <telerik:ClientDataSourceModelField FieldName="ConferenceDateTime" DataType="Date" />
                            ..
                        </Model>
                    </Schema>
                    <SortExpressions>
                        <telerik:ClientDataSourceSortExpression FieldName="ConferenceDateTime" SortOrder="Desc" />
                    </SortExpressions>
                </telerik:RadClientDataSource>

 

And it is tied to a RadGrid.  Everything loads perfectly but it's not sorted.  Is there something special I need to do in the RadGrid so it uses the SortExpressions object in the RadClientDataSource?

Thanks,

Richard

 

 

Eyup
Telerik team
 answered on 14 May 2018
9 answers
265 views
My asp.net ajax UI rad grid with telerik ui for Ajax Q1 2014 fails with an error stating "invalid XHTML. RadGrid has to render with correct HTML in order to export to PDF.  Parse error: Name cannot begin with the '=' character.  Do you have any advice?
Suad
Top achievements
Rank 1
 answered on 13 May 2018
0 answers
99 views

For RadDatePicker calendar control. I am trying to make the calendar popup control to be keyboard accessible by adding attributes: EnableKeyboardNavigation="true". Tabbing to the calendar and hitting spacebar or Enter key open up the calendar popup. This works well in navigating inside the popup calendar but if you don't change the existing date in the popup calendar and you hit spacebar or Enter key, the popup doesn't close or no window event was happening. It will close only if you change the date. I want the popup calendar to close even without updating the existing date.
Please help...I can't find a solutions from the internet....

Is this a known issues for Telerik RadDatePicker?  thanks.

German
Top achievements
Rank 1
 asked on 11 May 2018
8 answers
516 views
Hello,

I am using Telerik ver 2012.1.411.35. On a UI i have a RadDatePicker and a RadTimePicker. When I open the RadTimePicker's popup and then open RadDatePicker's popup, bot remain open.

To demonstrate I have created a fresh web app in VS and added both the controls on the UI. Please see the attachment. Is this a known behavior?

Thanks
Rohit
German
Top achievements
Rank 1
 answered on 11 May 2018
5 answers
2.7K+ views
where i can download sample demo app that located in 

http://demos.telerik.com/aspnet-ajax/
with source and project file

for offline use?
Marin Bratanov
Telerik team
 answered on 11 May 2018
4 answers
263 views

I have a filter column in my radgrid. Recently, I upgraded my telerik controls and the filter dropdown looks weird with a select word in it.

How can I remove the select word and show just the dropdown arrow.

Below is the rendered css from the developer tools:

<a id="ctl00_ctl00_MainContentPlaceHolderContent_ContentPlaceHolder1_rgDocumentManagement_ctl00_ctl02_ctl03_RadComboBoxPlanFilter_Arrow" style="overflow: hidden; display: block; position: relative;">select</a>
Vessy
Telerik team
 answered on 11 May 2018
1 answer
75 views
I built a web application which has a master and details page. In the master page, I added a grid. In the details page, I am performing some calculations and add the results into a textbox. I want to get the value of the textbox in the details page and show it on the main page as a row in the corresponding idea. Any ideas how to do that programmatically?
Attila Antal
Telerik team
 answered on 11 May 2018
3 answers
500 views

I want to add a custom header to each page of my pdf export.

My grid code has the following declaration.

1 - I have a left margin of 20px but my header does not align with the rest of the export. How can I add a padding to it.

2 - I also want to add a horizontal rule to each page just above the header. If I add it to the string below it just shows in the left cell and it also breaks my header into two separate pages.

string ExportTitle = "<b>ClientName</b><br />  " + " ReportName";
grid.ExportSettings.Pdf.PageHeader.LeftCell.Text = ExportTitle;
grid.ExportSettings.Pdf.PageHeader.LeftCell.TextAlign = GridPdfPageHeaderFooterCell.CellTextAlign.Left;                grid.ExportSettings.Pdf.PageLeftMargin = Unit.Pixel(20);
grid.ExportSettings.Pdf.PageRightMargin = Unit.Pixel(20);

 

Attila Antal
Telerik team
 answered on 11 May 2018
2 answers
279 views

Hi,

We are using latest RadGrid control with visual studio 2017. I have asp.net c# page with regular dropdownlist and RadGrid. Radgrid clientside binding should happen only when an item is selected in dropdownlist by passing selected value of dropdown to the webservice call. How can I do this binding on client side.

something like this:

protected void ddlDropdownList_SelectedIndexChanged(object sender, EventArgs e)
{   //clientside binding of grid should happen by passing ddlDropdownList.SelectedValue

}

Marin Bratanov
Telerik team
 answered on 11 May 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?