Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
111 views

Hi mates,

I have the radGrid that you can see on the attached file (Capture.PNG). I need that when the button in CommandItemTemplate (Nuevo) will be clicked, an alert will be showed with the value of an specific column in the parent row (red circle).

Can you help me with this issue, please?

Thanks in advance.

Cheers.

David Ortega

 

davortsan
Top achievements
Rank 1
 asked on 10 May 2017
9 answers
470 views

I have the following RadSearchBox declaration in my default.aspx page:

 

                    <div style="margin-right: 1px; margin-top: 1px;">                        
                        <telerik:RadSearchBox runat="server" ID="rsbOrgSearch"
                            DataKeyNames="BUHierarchyId"
                            DataValueField="BUHierarchyId"
                            DataTextField="BU_Name"
                            EnableAutoComplete="true"
                            ValidateRequestMode="Disabled"
                            Width="340"
                            OnSearch="rsbOrgSearch_Search" ShowSearchButton="false" EmptyMessage="Search For BU" Filter="Contains">
                            <DropDownSettings Width="340" />
                            
                        </telerik:RadSearchBox>
                    </div>

 

The datasouce for the searchbox is set in the Page_Load code behind. However, when I type in the searchbox the autocomplete doesn't work. It does not respond at all.

 

I'm developing this in Visual Studio 2015, using C#,  targeting framework 4.6.1, with the UI for ASP.NET AJAX Q1 2015 version of Telerik controls.

 

Thanks for your help.

Manuel Avendaño.

Marin Bratanov
Telerik team
 answered on 10 May 2017
0 answers
102 views

I have a decent-sized web application that uses multiple master pages. There is a top-level RadMenu on all of the master pages that serves as the main site menu. This is styled using .RadMenu_Default elements, both html.RadMenu and div.RadMenu.

Now, all grids on every page use the same styling for their filter menu dropdowns. This seems to me like a terrible idea. How am I supposed to fix this? What I want is to keep my custom styling for the top-level menu and use the regular (default) filter menu style.

Eric
Top achievements
Rank 1
 asked on 10 May 2017
0 answers
63 views
 is it possible to have Radgird FilterType Combined with Checklist Search facility.
Mangesh
Top achievements
Rank 1
 asked on 10 May 2017
2 answers
88 views

Hello, I am using a custom field editor that has a strongly type class value.  When I try to retrieve the value, the casing fails.

 

public override System.Collections.ArrayList ExtractValues()
{
    ArrayList list = new ArrayList();
 
    MyData = new FilterElement();
    MyData.Param = "kowkowkow";
    list.Add(MyData);
 
    return list;
}

 

FilterElement condition = ((Telerik.Web.UI.RadFilterEqualToFilterExpression<FilterElement>)((Telerik.Web.UI.RadFilterSingleExpressionItem)e.ExpressionItem).Expression).Value;

 

FilterElement needed to implement IConvertible, so it does.  But I don't have any idea why it would need to or even try converting the class to a string.

 

Error message is: Unable to cast object of type 'Telerik.Web.UI.RadFilterEqualToFilterExpression`1[System.String]' to type 'Telerik.Web.UI.RadFilterEqualToFilterExpression`1[FilterElement]'

 

Any suggestions would be great.  Thanks!

Rumen
Telerik team
 answered on 10 May 2017
2 answers
440 views
Hi,
I am trying to use RadEditor in my app but the content is all jumbled up (please see attached). I think what is happening is that the style from the parent tags are affecting the style of RadEditor. How can I cancel the styles applied from the parent tags? Thanks!
Kate
Amruta
Top achievements
Rank 1
 answered on 10 May 2017
7 answers
271 views

I have a radlistbox that's populated with all the employees in the company. The first 6-ish listings can be selected and the following button for inserting the entry will fire fine. But once something further down the list is selected the button no longer responds to clicks. RadListBox and RadButton markups are as follows:

<telerik:RadListBox ID="ddlCSR" runat="server" Width="300" Height="100" CheckBoxes="true" Skin="Metro"></telerik:RadListBox>
 
<telerik:RadButton ID="cmdLogTime" runat="server" Text="Log Exception" OnClick="cmdLogTime_Click"
                                Skin="Metro" ValidationGroup="DateRange">
<Icon SecondaryIconCssClass="rbNext" SecondaryIconRight="4" SecondaryIconTop="2" />
</telerik:RadButton>
Jackie
Top achievements
Rank 1
 answered on 09 May 2017
1 answer
115 views

Hi,

I added  a new javascript confirm window dialog box:

<script type="text/javascript">
function OnClientClick() {
var txttext1 = document.getElementById('<%=txtComments.ClientID%>');
if (txttext1.value != "") {
return true;
}
else {
if (confirm("Are you sure you want to proceed without comments ?"))
{$find("ModalBehaviour").hide();
return true; }
else
{ return false; }
}
}

</script>

After I click ok button on confirm dialog box progress bar not showing:

telerik:RadScriptManager ID="ScriptManager1" runat="server" />
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="mainPanel">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="mainPanel" LoadingPanelID="RadAjaxLoadingPanel1" />
</UpdatedControls>
</telerik:AjaxSetting>
</AjaxSettings>
</telerik:RadAjaxManager>
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" EnableSkinTransparency ="true" runat="server" Skin="Office2010Blue">
</telerik:RadAjaxLoadingPanel>

<asp:Panel ID="mainPanel" runat="server">

Please help to resolve this issue.

thanks so much.

Rumen
Telerik team
 answered on 09 May 2017
0 answers
107 views

Hi,

I use image manager and override StoreFile to change filename, but after reload, file not select like default. I have many file in Explorer, so how to resolve this issue?

Many thanks!

Vu
Top achievements
Rank 1
 asked on 09 May 2017
2 answers
68 views

I am using RadCombobox with client side events. I detect selection change by using the OnClientSelectedIndexChanged event.

This event is not raised when the user changes the selection by using the keyboard arrow down and up keys.

I tried to use the event onclientkeypressing for that but it is fired before the selecion is changed. How can I find out using client side event(s) that a selection has been changed when using the keyboard ?

 

Thanks

Zeev

Zeev
Top achievements
Rank 1
 answered on 09 May 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?