Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
237 views
I want to export 2 RadGrids to PDF the RadGrid's inbuilt exporting feature. I have a wrapper Grid. The Grids that I want to export are located at different of my UI, so I don't want to add the grids directly in the wrapper grid. On the Export button click, I want to add the the Wrapper grid and export to PDF.  I just want both grids to be on a single PDF file. it's okay for me convert the first child grid(data filter details) to a string of text, with new lines, and place on the top of the PDF export of the second (bigger data grid), for this also I couldn't find a way. I have a sample code, but since I am new to the forum, I couldn't find an easy way to copy it here. I will do it as soon as I can. Thanks in advance.
Attila Antal
Telerik team
 answered on 29 Mar 2019
1 answer
296 views
Hi,

I have RadGrid in batch edit mode which includes 2 different comboboxes. Both of them has your own template. One of the combobox is the same for all rows, but values in second combobox depends on value in another column, the value works like a filter. I check several discussions how to do it and I implement combobox with client functions on DropDownOpening (get value from row column) and ItemsRequesting (cancel event for second event) events. Everything works fine and data are loaded correctly in combobox. But I cannot select any value. If I open drop down list, I can scroll it and see everything, but it doesn't respond to any click. Also hover style is not applied for items. It looks like combobox is not fully loaded, but I don't see any error in JS or any other else.

Did you see this kind of problem anytime?

Maybe there is a problem that I have 2 different comboboxes in grid. But one of them works without problems and second shows correct data and reload it correctly for each row. Maybe there is some problem with template, but I cannot find it and the same template works in all other comboboxes in my application.

Do you have idea what I can check?


Thanks a lot for any advice,
Petr
Eyup
Telerik team
 answered on 29 Mar 2019
1 answer
120 views

Is it possible to download the edited image as pdf into browser.

Thanks.

Rumen
Telerik team
 answered on 28 Mar 2019
5 answers
178 views
Hey there,
I am using RadControls for ASP.NET AJAX with Mono. Acutally I cannot update to a newer version of the controls since the 2.0 version is no longer supported. Is it on the schedule to have a new version compatible with Mono? And if so when is that going to happen?

Thanks for the information and best regards

Ferdinand
Rumen
Telerik team
 answered on 28 Mar 2019
1 answer
584 views
My requirement is to have a Masked textbox on a mobile form.  We need the numeric keyboard to appear when inputting values.  When using an asp:Texbox  can control the keyboard type by specifying TextMode="Phone".  Is there some equivalent property to the RadMaskedTextBox? I've tried using InputType="Number" but that doesn't seem to do the trick.
Rumen
Telerik team
 answered on 28 Mar 2019
1 answer
64 views

Hi,

I'm evaluating your radScheduler and it's very interesting!

I created a recurring appointment every monday from now without any end date.

Next week I'll change somenting (for example the appointment end time) but I don't want to change past appointments of the serie.

Is there a way to apply changes without changing any past appointments of the same serie?

Thanks.

Davide

 

Eyup
Telerik team
 answered on 28 Mar 2019
4 answers
255 views

I have a grid within an updatepanel. 

If i start an built-in export to excel the grid loses its structure and download doesn´t start.

Attila Antal
Telerik team
 answered on 28 Mar 2019
4 answers
600 views

I am filtering at server side.

I am using FilterType="CheckList" for RadGrid and it works well (with default function "EqualTo").
There is a textbox for each column, I can input some text and filter CurrentFilterFunction="Contains".

Problem:
After filtering by CheckList, it changes the CurrentFilterFunction to "EqualTo".
So, I cannot filter with "Contains" function by textbox any more.

Proposed Solution:
There is any way to separate CurrentFilterFunction of CheckList filter and TextBox filter?

Grid:

<telerik:RadGrid Skin="Default" RenderMode="Lightweight" PageSize="20" runat="server" ID="RGridRisedueResultList" AllowPaging="true" AllowSorting="True" OnPreRender="RGridRisedueResultList_PreRender" OnFilterCheckListItemsRequested="RGridRisedueResultList_FilterCheckListItemsRequested" AutoGenerateColumns="False" FilterType="CheckList" AllowFilteringByColumn="True" OnNeedDataSource="RGridRisedueResultList_NeedDataSource">

 

Column:
<telerik:GridBoundColumn UniqueName="Lab" DataField="Lab" HeaderText="Lab" FilterCheckListEnableLoadOnDemand="true" CurrentFilterFunction="Contains" AutoPostBackOnFilter="true"> </telerik:GridBoundColumn>

 

Attila Antal
Telerik team
 answered on 27 Mar 2019
5 answers
480 views

I have a RadContextMenu implemented within a Radgrid and the options for the context menu are different for each row.  To facilitate this I am using the Client-Side programming for the RadContextMenu and the ClientDataKeyName from the RadGrid to power the conditions.

This is all working fine.  My problem is that I need some of the RadMenuItems to be Bold or have a different background color, but I see no way to do this through the Client-Side programming.

Am I missing something obvious here?

So for example here is where I need to change the Font to bold or Background color of the item

Snippet:

// if the item should be displayed, then initialize
if (isItemDisplayed == 1) {
    var childItem = new Telerik.Web.UI.RadMenuItem();
    var displayText = '';
 
    // Here I need to set childItem to be Bold and a specific background color to stand out
 
    // set menu text
    childItem.set_text(displayText);
 
    // set employeeid identifier
    childItem.set_value(employeeId);
 
    // if we have items in the 'actions menu', then add it to the parent'
    if (parentActionsItem.get_items().get_count() > 0) {
        menu.get_items().insert(0, parentActionsItem);
    }

 

Any help is greatly appreciated

Eyup
Telerik team
 answered on 27 Mar 2019
3 answers
2.0K+ views
A wired message start shows up once almost everyday when I try to open Template Manager. The pop up windows open with the following error message: The resource you are looking for has been removed, had its name changed, or is temporarily unavailable

To solve this problem I open web.config and save it.

Any idea what possible reason behind this problem?
Rumen
Telerik team
 answered on 27 Mar 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?