Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
68 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
268 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
614 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
505 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.1K+ 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
5 answers
250 views
At first, all the buttons were not visible. So I change the Skin.css and added height: auto and width:auto. That fixed where all the button are visible. But now I am seeing these vertical blue line behind the clear button. Has anyone else seen this? Would anyone have some ideas on how to fix this?
Rumen
Telerik team
 answered on 27 Mar 2019
1 answer
66 views

Hi,

   New to Telerik. I've figured some stuff out but have hit a problem that I can't figure out. We have some scanning equipment that fills fields in rad grid with a template and some masked fields. I want to know if, on a change to the text in the field, if the field is completely filled. If so I want to move to the next field automatically. I tried the text change event but, to my surprise it didn't fire until after I saved the added line in the grid. I was able to find the max length of the field using the mask property of the masked field I'm using but I really want to make this check before the line is saved. I have researched this but can't seem to find a solution. Any help would be appreciated.

 

Thanks,

Neil

Vessy
Telerik team
 answered on 27 Mar 2019
1 answer
110 views

I have an existing website using a master page that I'm trying to convert to RadMenus. The menu structure exists in the master page and uses asp:Menu, which does not require a script manager. RadMenus wants a RadScriptManager. If I put a script manager in the master page, then I get an error when I open any other page that has a script manager, which is just about every page in the site. 

How do you deal with this? Do I have to modify every page in the website?

Thanks,

Bernie

 

Rumen
Telerik team
 answered on 27 Mar 2019
12 answers
338 views
Hello,
we recently bought telerik controls, and wanted to use html pie chart. Everything look working properly. However to display legent properly I have to create Series manually from code. But then if series is created manually, how can I set label? I can set label when data is databound - then  legent is not wokring, or have legent but then I cannot set label.
Vessy
Telerik team
 answered on 27 Mar 2019
3 answers
160 views

Hello,

we have serious problem on mobiles. Inputs on page are not focusable on small screens. It is also visible in Chrome Dev tools with iPhoneX profile active.

 

-Navigate to page https://maxxibs.uat.creasoft.cz/login in Chrome and activate DevTools (F12) with Device iPhoneX

-When page loads, try to click to login/password inputs. When login is focused (1st one), try to focus password input (2nd one). Sometimes you have to click more times to get to this issue. In mobile it hangs on 1st time.

-Login stays focused, you are not able to focus password field.

 

Based on dev tools it is related to touchstart event listener on input. Seems that it activates "onDrag" event based on RadTouchExtender class on rdContent and prevents focus input. When RadTouchExtender class is removed, all works fine.

 

This is critical problem, because users are not able to login using iPhones and some Androids. How to solve this?

Best Regards

René

Vessy
Telerik team
 answered on 27 Mar 2019
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
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
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?