Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
201 views
It appears the default z-index for the TreeView ContextMenus is 7000 and written by the control in-line. I need to change this value so that the ContextMenus appears above some other elements on the page.

How do I do this?

Thanks in advance,

Keith E.
Keith
Top achievements
Rank 1
 answered on 20 Aug 2010
6 answers
269 views
Hi guys!
What is the purpose of FileItem.Extension property?
I'd like to show files without extensions with proper icons. So my original thought was to use FileItem.Extension but after debugging I have discovered that only file extension is used as additional class name.
Is this an issue that Extension property is ignored and how can I show files with proper icons?
Fiko
Telerik team
 answered on 20 Aug 2010
2 answers
283 views
I'm experiencing different results when clicking on the Cut, Copy, Paste, or Paste From buttons in the Editor toolbar depending on what browser I use.  The issues can be reproduced using Telerik's default demo for the RadEditor (http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx)

Here are the results...
* Firefox (v3.6.8)- a pop-up message indicates to use the keyboard shortcuts for Cut, Copy, Paste, and Paste From buttons. 
* IE (v8.0.6001.18702) - all the buttons work as expected, no pop-up indicating to use keyboard shortcuts.
* Safari (v4.0.5) - the Cut and Copy work as expected, but the pop-up message is received when clicking the Paste or Paste From buttons.
* Google Chrome (v5.0.375.126) - the Cut and Copy work as expected, but the pop-up message is received when clicking the Paste or Paste From buttons

Anyone know why the button behavior varies between the different browsers?
Thanks!
Amy
Top achievements
Rank 1
 answered on 20 Aug 2010
1 answer
118 views
Dear Support,

I am trying to implement FIleExplorer in my application using the DBContentProvider sample.
I was finding it difficult to get around the Handler.ashx class.

This class is suppose to receive HTTP request from the client and process it in our custom logic. But as per Microsoft's Documentation on Handler class, they are supposed to be Marked in the Web.Config within the httphandlers tag, to make it work. I do not see any such implementation in our web.config. So how does it work then, and also as per them, it can be debugged. But in your demo, i have put breakpoints in all the methods. But none of them get hit while running your sample.

Can you please suggest me with a sample if possible as how does it work and if it can be debugged.
Fiko
Telerik team
 answered on 20 Aug 2010
1 answer
95 views
Hope this is the right forum.

I'm evaluating sitefinity and was told that it has the ability to add charts and graphs into it's pages via RadCharts, but when viewing the demo i was unable to locate how to do this.
Firstly can anyone tell me whether RadCharts comes with sitefinity, or do I have to buy them separately?
Secondly, can anyone point me in the direction of any documentation/tutorials on how to implement RadCharts into sitefinity pages?

Many Thanks,

Rob.
Ivan Dimitrov
Telerik team
 answered on 20 Aug 2010
0 answers
59 views
I have a tabstrip with 2 tabs. When user clic on tab2, I bind a grid in this tab. If user click on tab1 and return on tab2, I don't want to rebind grid in tab2. How I can check if grid is already bind ?
ericc34
Top achievements
Rank 1
 asked on 20 Aug 2010
2 answers
151 views
This issue happenned when using RadListBox with attached buttons.
 
Problem:
    Click any one item in a RadListBox, and then click the item again.
    All attached buttons of the RadListBox are disabled.
    And the buttons can still work as expected when you click them.

Expected result:
    Do not disable the button when it is able to be clicked.


This issue is also available in DEMO page:
http://demos.telerik.com/aspnet-ajax/listbox/examples/default/defaultcs.aspx


Veronica
Telerik team
 answered on 20 Aug 2010
1 answer
154 views
Is there a way I can restriuct certain Active Directory users from accessing certain parts of a RadMenu?
If so how can this be done?

Thanks,
Dan
Veronica
Telerik team
 answered on 20 Aug 2010
1 answer
110 views
If I have 5 RadEditor in the page and all of them uses emptyTools.xml below, does using ToolProviderID do any more optimization for me?

<root>
  <modules>
    <module name="RadEditorHtmlInspector" enabled="false"></module>
    <module name="RadEditorNodeInspector" enabled="false"></module>
    <module name="RadEditorDomInspector" enabled="false"></module>
    <module name="RadEditorStatistics" enabled="false"></module>
  </modules>
</root>
Rumen
Telerik team
 answered on 20 Aug 2010
2 answers
141 views

Can someone tell my why my GridButtonColumn Below shows up as the 1st column for this grid, instead of as the last column as specified?

    <telerik:RadGrid ID="rgACWF1" runat="server" AllowCustomPaging="True" OnItemDataBound="rgACWF1_ItemDataBound"
            AllowPaging="True" AutoGenerateColumns="False" GridLines="None" OnItemCreated="rgACWF1_ItemCreated" OnItemCommand="rgACWF1_ItemCommand" AllowAutomaticInserts="false">
            <PagerStyle BackColor="White" Mode="Advanced" ShowPagerText="false" Position="Bottom" />
            <MasterTableView AllowCustomSorting="True" datakeynames="ID" EditMode="InPlace" CommandItemDisplay="Bottom" InsertItemDisplay="Bottom" TableLayout="Auto">
              
                <Columns>                    
                    <telerik:GridEditCommandColumn UniqueName="ACWF1EditCommandColumn" InsertText="Save" UpdateText="Save" />
                    <telerik:GridBoundColumn DataField="Name" HeaderText="Rating" />
                    <telerik:GridNumericColumn DataField="Value" HeaderText="Value" />
                    <telerik:GridButtonColumn CommandName="Delete" Text="Delete" UniqueName="ACWF1DeleteColumn" />                    
                </Columns>
  
                <CommandItemSettings AddNewRecordText="Add New" RefreshText="Refresh" />
                     
<%--                <CommandItemTemplate>
                      <asp:Button runat="server" ID="btnAddConfidentialityScore" Text="Add" CommandName="AddConfidentialityScore" />
                </CommandItemTemplate>   --%>
                                 
            </MasterTableView>
    </telerik:RadGrid>
Clint Leonard
Top achievements
Rank 1
 answered on 20 Aug 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?