Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
189 views
Lets say I have the following GridTemplateColumn, I use a LinkButton for Custom Sorting and I handle that sorting in the ItemCommand event of the Grid (CommandName="cmdSortBySender")


   <telerik:GridTemplateColumn HeaderStyle-Width="160px" ShowSortIcon="true"  >
    <HeaderTemplate>
        <asp:LinkButton ID="lnkSortBySender" runat="server" CommandName="cmdSortBySender" >
        </asp:LinkButton>
    </HeaderTemplate>
    <ItemTemplate>
        <asp:Label Text='<%# DataBinder.Eval(Container,"DataItem.SenderName") %>' runat="server" />
    </ItemTemplate>
    </telerik:GridTemplateColumn>


Since I'm clicking on the LinkButton the Sort Image is not showing up, Is there anyway I can make the Sort Image appear the way I'm doing this custom sorting?

Thank you.
Min-Jie
Top achievements
Rank 1
 answered on 30 Jul 2013
2 answers
138 views
Hi all,

i have a general problem using RadAjaxManager and Usercontrols.
If i add an usercontrol as RadAjaxSetting (for example containing a RadGrid) to be updated by RadAjaxManager the RadAjaxLoadingPanel is not shown.
Is there any workaround?

Thanks

Stefan
TIMEOS GmbH und Co KG
Top achievements
Rank 1
 answered on 30 Jul 2013
6 answers
375 views
Hi.
I want to display the gauge as one of the column in the RADgrid.

Instead of showing the performance in number, i want to display the guage.
And i want to get the value from datasource.
Is that possible...?
If yes, pls help me by giving the solution.

thanks
--Alex
Danail Vasilev
Telerik team
 answered on 30 Jul 2013
1 answer
116 views
Hi
I'm having trouble implementing a RadComboBox. The thing I would like to do is to save a temporary state of which checkboxes that where checked when the dropdown list first was opened. The state should then be used to restore the checked checkboxes if the user click on a cancel button.  To do this have I tried the following code.
<telerik:RadComboBox ID="RadComboBox1" Runat="server" CheckBoxes="true" EnableCheckAllItemsCheckBox="true" Localization-CheckAllString="Select all"
    EmptyMessage="Select" AutoPostBack="false" LabelCssClass="MultipleChoiceLabels" DropDownCssClass="MultipleChoiceLabels"
    OnClientItemChecked="SaveState('ucMCDFilterByIAI_RadComboBox1')">
</telerik:RadComboBox>

function SaveState(DropDownID) {
    var combo = $find(DropDownID);
    var state = new Array();
    var items = combo.get_items();
    var itemCount = items.get_count();
    for (var counter = 0; counter < itemCount; counter++) {
        var item = items.getItem(counter);
    }
}

The problem I'm experience is that when the page loads, the SaveState method is called. This is not what was intended. Even worse is that $find(DropDownID) is returning null and therefore breaks the whole function. The function is working as it should if I hook up it to a button that is called after the page has loaded. Any suggestions on what whats wrong and what to do?
Marcus
Top achievements
Rank 1
 answered on 30 Jul 2013
7 answers
124 views
Hi all,
  i have some issue about singleclick function used in radbutton.

i have one radwindow with few textbox under validation and one radbutton used by confirm value (a classic form into radwindow :-) ).

 i need use singleclick function but if validation field fail (for example because some text was empty), my radbutton remain pressed, and i cannot reconfirm my form.

pls help me, tnk

Danail Vasilev
Telerik team
 answered on 30 Jul 2013
1 answer
105 views
hi,

I'm doing Telerik rad chart POC for client ,earlier  he has using Dundas chart now they want Telerik . I need to show the same future in telerik.. While implement the code I'm facing issues in axis label .I've attached both image and sample code Kindly help me to short out the issue .


Thanks ,
kannan.
Petar Kirov
Telerik team
 answered on 30 Jul 2013
1 answer
148 views
These arguments seem to have some of the data I need specifically the COLUMN of the edit item in a batch edit but I can not get them to expose to extract the data?  Is this by design?  How else am I suppose to get the column name or index of an edited item in the batch edit mode??

Konstantin Dikov
Telerik team
 answered on 30 Jul 2013
2 answers
109 views
Hi,

I'm implementing the LoadOnDemand with WCF scenario and the WCF method is getting the context for the combo box as a null.
What might cause this error. below is my wcf operation contact implementation:     

[OperationContract]

public RadComboBoxData test(RadComboBoxContext radComboContext)

{
Add your operation implementation here

ViperService.ViperServiceClient viperServiceClient = new ViperService.ViperServiceClient();

return viperServiceClient.GetTraderGroupsLoadOnDemand(radComboContext);

}

the control html code:

 

<telerik:RadComboBox ID="rcmyCombo" runat="server" CheckBoxes="True" EmptyMessage="Choose" Width="300px" DataTextField="Name" DataValueField="Id"

EnableLoadOnDemand="true" ShowMoreResultsBox="true" EnableVirtualScrolling="true" ItemsPerRequest="10" >

<WebServiceSettings Path="TelerikService.svc" Method="test" />

                           

 

</telerik:RadComboBox>




  

any help will be appreciated.

Nencho
Telerik team
 answered on 30 Jul 2013
1 answer
65 views
Dear Team,

Recently, we upgraded the browser to IE 10.

We are using Telerik Rad Controls of version 2011.2.712.40.

When we click the image manager from Rad Editor, it shows as an empty box. Please refer the attached screenshot.

This issue occurs only in IE10.

Let us know how to fix this issue.

Thanks in advance.
Rumen
Telerik team
 answered on 30 Jul 2013
1 answer
152 views
Hello,
I have a multi-line textbox with TinyMCE, and RadSpell button on a ModalPopupExtender.
The spell checker always comes up as "The spell check is complete!"  No errors are found.

I'm using .Net 4.0.
Here's the code:
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> 
<div id="divPopUPAdd"  class="contents" runat="server" align="center">
<ajaxToolkit:ModalPopupExtender ID="mpe1" runat="server"
  BehaviorID="mpe1" TargetControlID="AddNewLinkBtn" PopupControlID="divPopUPAdd"
  BackgroundCssClass="modalBackgroundClass" DropShadow="false">
  </ajaxToolkit:ModalPopupExtender>

<telerik:RadSpell ID="RadSpell1" runat="server" ControlToCheck="elm1" IsClientID="True" Skin="Silk" SupportedLanguages="en-US,English" Width="106px" Style="z-index: 1000"/>

 <asp:TextBox ID="elm1" name="elm1" runat="server" TextMode="MultiLine" ClientIDMode="Static"  Width="766px" Height="200px" />
 </div> 

The dictionary is in the App_Data/RadSpell folder
The bin has these files: Telerik.Web.Design.dll, Telerik.Web.UI.dll, Telerik.Web.UI.Dll.refresh, Telerik.Web.UI.Skins.dll & Telerik.Web.UI.xml
The web.config file has:
 <handlers>
<add name="Telerik_Web_UI_DialogHandler_aspx" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" />
<add name="Telerik_Web_UI_SpellCheckHandler_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" />
<add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />
</handlers> 

<httpHandlers>
  <add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" />
  <add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false" />
  <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />     
</httpHandlers>

Any ideas?

JS

Slav
Telerik team
 answered on 30 Jul 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?