Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
209 views
Hello,

I am using the RadMenu as as ContextMenu targeted to the HTMLChart.  When I right-click, the Context Menu renders will the Skin completely out of alignment with some parts even being transparent.  It doesn't seem to matter which Skin I define (if any); the same results occur.  I have also noticed similar behavior when using the RadComboBox.




Here is the page code for the Menu:

<telerik:RadContextMenu runat="server" ID="ctxtCompEntitySpan" Skin="Default"
    EnableRoundedCorners="true" EnableShadows="true" EnableAutoScroll="true" RenderMode="Classic">
    <Targets>
        <telerik:ContextMenuControlTarget ControlID="chtCompletion" />
    </Targets>
    <Items>
        <telerik:RadMenuItem>
            <ItemTemplate>
                <telerik:RadButton ID="btnCompASC" runat="server" ToggleType="Radio" ButtonType="ToggleButton" GroupName="Radios" Skin="Default" Font-Size="10px">
                    <ToggleStates>
                        <telerik:RadButtonToggleState Text="Series 1" PrimaryIconCssClass="rbToggleRadioChecked" />
                        <telerik:RadButtonToggleState Text="Series 1" PrimaryIconCssClass="rbToggleRadio" />
                    </ToggleStates>
                </telerik:RadButton>
                <br />
                <telerik:RadButton ID="btnCompLDR" runat="server" ToggleType="Radio" ButtonType="ToggleButton" GroupName="Radios" Skin="Default" Font-Size="10px">
                    <ToggleStates>
                        <telerik:RadButtonToggleState Text="Series 2" PrimaryIconCssClass="rbToggleRadioChecked" />
                        <telerik:RadButtonToggleState Text="Series 2" PrimaryIconCssClass="rbToggleRadio" />
                    </ToggleStates>
                </telerik:RadButton>
                <br />
                <telerik:RadButton ID="btnCompBTH" runat="server" ToggleType="Radio" ButtonType="ToggleButton" GroupName="Radios" Skin="Default" Font-Size="10px">
                    <ToggleStates>
                        <telerik:RadButtonToggleState Text="Series 1 and 2" PrimaryIconCssClass="rbToggleRadioChecked" />
                        <telerik:RadButtonToggleState Text="Series 1 and 2" PrimaryIconCssClass="rbToggleRadio" />
                    </ToggleStates>
                </telerik:RadButton>
            </ItemTemplate>
        </telerik:RadMenuItem>
    </Items>
</telerik:RadContextMenu>


Thanks for the assistance.
Kate
Telerik team
 answered on 22 Mar 2013
1 answer
71 views
When I add new records in grid its always shown in last page.  How can I show it in first page?
Shinu
Top achievements
Rank 2
 answered on 22 Mar 2013
5 answers
265 views
Radcontrols for ASP.NET Ajax upgrade wizard fails. Details are below;
Version to upgrade : 2013.1.220.40
Visual Studio 2010

Radcontrols for ASP.NET Ajax visual studio extensions have recovered from an error.

An error occured while running the wizard.

Error executing custom action Telerik.Web.UI.VSX.Actions.MultiProjectUpdateReferencesAction: System.NotImplementedException: The method or operation is not implemented.
   at EnvDTE80.SourceControl2.GetBindings(String ItemPath)
   at Telerik.VSX.Helpers.SolutionExtensions.GetIsInSourceControl(Solution solution)
   at Telerik.VSX.SolutionManagement.SolutionStorageFactory.Create(IAdvancedWizardContext wizardContext)
   at Telerik.VSX.Actions.UpdateReferencesAction.CreateSolutionReferenceManager()
   at Telerik.VSX.Actions.UpdateReferencesAction.HandleSolutionReferences(IProjectWrapUIComponents projectWrap, IList`1& assemblyReferences)
   at Telerik.Web.UI.VSX.Actions.AdvancedUpdateReferencesAction.HandleSolutionReferences(IProjectWrapUIComponents projectWrap, IList`1& assemblyReferences)
   at Telerik.VSX.Actions.UpdateReferencesAction.UpdateReferences(IProjectWrapUIComponents projectWrap)
   at Telerik.VSX.Actions.UpdateReferencesAction.Execute(WizardContext wizardContext, IPropertyDataDictionary arguments, IProjectWrap project)
   at Telerik.VSX.Actions.ProjectActionBase.Telerik.VSX.Actions.IProjectAction.Execute(IWizardContext wizardContext, IPropertyDataDictionary arguments, IProjectWrap projectWrap)
   at Telerik.VSX.Actions.MultiProjectActionBase`1.Execute(WizardContext wizardContext, IPropertyDataDictionary arguments)
   at Telerik.VSX.Actions.MultiProjectUpdateReferencesActionBase`1.Execute(WizardContext wizardContext, IPropertyDataDictionary arguments)
   at Telerik.VSX.WizardEngine.Actions.ActionBase.Telerik.WizardFramework.IAction.Execute(IWizardContext wizardContext, IPropertyDataDictionary arguments)
   at Telerik.VSX.WizardEngine.ActionManager.ExecActions()
Vesko
Telerik team
 answered on 22 Mar 2013
1 answer
161 views
Hi

There is a raddatepicker in my order page which is in yyyy-mm-dd format. How to fetch the date from raddatepicker in MM-DD-YYYY format using javascript?

Thanks in advance,
Joseph.
Princy
Top achievements
Rank 2
 answered on 22 Mar 2013
1 answer
182 views
Hi all,

I have the following requirement to be achieved. I have a RadGrid which I need to edit using a RadWindow instead of editing in its usual way. There is an edit link and on clicking it, a radwindow should come as ajax modal popup extender where I can make the necessary editing and update the db. How to deal with this? 

Thanks,
Antony Simon.
Shinu
Top achievements
Rank 2
 answered on 22 Mar 2013
0 answers
105 views
Hi,

How to customize the height and width of the ribbonbargroup and the ribbonbarbutton?
Sigma
Top achievements
Rank 1
 asked on 22 Mar 2013
1 answer
73 views
Hi,

I have a RadGrid with a GridButtonColumn column that display numbers that could be equal zero or any integer bigger than zero.
I want to display in footer how many Zeros i have and how many non zeros i have.
How can i achieve such functionality ?
Thanks
Shinu
Top achievements
Rank 2
 answered on 22 Mar 2013
4 answers
121 views
I've successfully implemented drag and drop functionality in data grid. This included cancelling on the client side based on some business logic. I need to enhance the UI with clue similar to what you have in TreeListDemo here: http://demos.telerik.com/aspnet-ajax/treelist/examples/itemsdragdrop/defaultcs.aspx#
In your example, when an item is about to drop to a location where it's not supposed to be dropped, you're changing the way dragging items look by  getting the dragged container and changing the container. You do it like this in javascript: 
var dropClue = $telerik.findElement(args.get_draggedContainer(), "DropClue");
After you get that object, you replace it with another if needed. How can I achieve the same in the RadGrid? How do I access the dragged items container on the client side and change how what is dragged looks?


Antonio Stoilkov
Telerik team
 answered on 22 Mar 2013
1 answer
116 views
Hi,
I have 3 grids which are dynamically populated.I need to export all the grid values into a single excel sheet.
how can i do this?.
I am having each grid in a separate panels. so I am not able to bind the radgrids in a radgrid as a wrapper like an examples already posted.

is there any updates on this? can i export multiple grids to excel ,without having a radgrid(used to wrapp other grids) ?

Thanks in advance
Kostadin
Telerik team
 answered on 22 Mar 2013
3 answers
135 views
I have a RadListBox where I want to drag items into a RadTreeView.  I've enabled drag and drop between nodes, and it works for the nodes within the tree view, but when I drag an element from the list box to the tree view, I don't seem to have the opportunity to drop between nodes.

Interestingly, the event handler on the list box does tell me if it's above or below, but (1) I don't get the dotted line, and (2) I'm not certain it's accurate.

Is this scenario supported?

Thank you.
Genady Sergeev
Telerik team
 answered on 22 Mar 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?