Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
205 views
When i'm trying to bind a record from one grid view to another grid view using item command event i'm facing the following error.

"Object Doesn't support this action". please help me regarding this.
Selvamanikandan
Top achievements
Rank 1
 answered on 21 Jun 2013
1 answer
169 views
1. Single Select: I want user to select only one node and if user selects another then previous one is deselected. I am using Entry_Added event and can clear the entries but not sure how to select entry. I looks like I need to use both clientside and serverside events. How can I allow single select?

2 Tooltip on nodes: How can I show tooltip on nodes? The tooltip for control is there but I can't find any property for nodes.

3. Is it possible to find and select the node with node value. There is no property called Nodes and find Entries collection. how can show the checkbox checked for a node with a specific value?
Kate
Telerik team
 answered on 21 Jun 2013
3 answers
113 views
How do I delete rows from a self-hierarchial radgrid?  I want to do this with a 'remove' button click.
When a row is selected and 'remove' is clicked, I would like to remove the selected row as well as its children.

Thanks
Raka
Princy
Top achievements
Rank 2
 answered on 21 Jun 2013
1 answer
108 views
I've seen example. 
But I can't realize binding hierarchy.
I've one table ID, ParentID (see attached image)
There is my grid.
<MasterTableView DataSourceID="dsMain" DataKeyNames="ID, ParentID" AllowSorting="True" HierarchyLoadMode="ServerBind" GroupLoadMode="Server">
<DetailTables>
<telerik:GridTableView DataSourceID="dsSub" DataKeyNames="ID, ParentID" Width="100%" AutoGenerateColumns="True"  >
 <ParentTableRelation>
  <telerik:GridRelationFields DetailKeyField="ID" MasterKeyField="ID">
  </telerik:GridRelationFields>
</ParentTableRelation>
 </telerik:GridTableView>
                     
</DetailTables>

My object data source

<asp:ObjectDataSource id="dsMain" runat="server" selectmethod="GetRootCategories" deletemethod="DeleteCategory"
      typename="Ascent.Catalog.Model.DataModel.Categories">
     <deleteparameters>
         <asp:Parameter Name="ID" Type="Int32"/>
     </deleteparameters>
 </asp:ObjectDataSource>
  
<asp:ObjectDataSource id="dsSub" runat="server" selectmethod="GetSubCategoriesByParentCategoryId" deletemethod="DeleteCategory"
      typename="Ascent.Catalog.Model.DataModel.Categories">
    <deleteparameters>
              <asp:Parameter Name="ID" Type="Int32"/>
    </deleteparameters>
     
    <SelectParameters>
    <asp:SessionParameter Name="pID" SessionField="ID" Type="Int32"></asp:SessionParameter>
    </SelectParameters>
 
 </asp:ObjectDataSource>

Each time when "GetSubCategoriesByParentCategoryId" is called  ID = 0.

What am i doing wrong?
Andrey
Telerik team
 answered on 21 Jun 2013
3 answers
55 views
Hi,

In one of the Telerik grid in SharePoint 2010 we are not getting themes or background in filter of the grid.However, In rest of the all grids it is working fine. Can you please suggest us what is the possibilities of the problem.

The functionality of the filter is working fine the problem is related to UI.
Tsvetoslav
Telerik team
 answered on 21 Jun 2013
5 answers
380 views
Hi, I'm hoping someone out there can help me...

I've got a radgrid and in the  <CommandItemTemplateI have a button with CommandName="ExportToExcel"

... In the code behind, I capture the radgrid1.ItemCommand

Select Case e.CommandName
            Case "ExportToExcel"
		RadGrid1.ExportSettings.ExportOnlyData = True
RadGrid1.ExportSettings.IgnorePaging = True
RadGrid1.ExportSettings.OpenInNewWindow = True
		RadGrid1.MasterTableView.ExportToExcel()

but whenever I hit the button, I get an error within what I assume is part of the Telerik code...

Microsoft JScript runtime error: Unable to get value of the property 'Cols': object is null or undefined

    
Adriano
Top achievements
Rank 1
 answered on 21 Jun 2013
0 answers
457 views
We have discovered a problem in the RadGrid rendering that appears in various scenarios in Q2 2013 release. The issue appears on post back and causes broken RadGrid layout. The problematic behavior is caused by the <FilterMenu></FilterMenu> tag which is automatically added when RadGrid is created from the designer. In case the official Q2 2013 version is used in your application you need to remove the mentioned tag from the RadGrid markup in order to fix the problem.
Official fix for the presented issue is already added to the latest internal build of the controls.
Telerik Admin
Top achievements
Rank 1
Iron
 asked on 21 Jun 2013
1 answer
94 views
is it possible to craete an orgchart witch shows circle relationship?

eg.
A belongs to B and B belongs to C and C belongs to A

something like this images




Ivan Zhekov
Telerik team
 answered on 21 Jun 2013
2 answers
289 views
With the standard Visual Studio tools, it is difficult to implement a cascading dropdown list within a gridview.  The second dropdownlist can not be bound to the datasource and instead you have to perform some code behind to make it work correctly.  Does the Telerik grid control handle this scenario properly or do you have to do code behind also?  I don't currently own the controls but would purchase them if they can handle this.  
Princy
Top achievements
Rank 2
 answered on 21 Jun 2013
9 answers
169 views
On exportToExcel is there any way to open excel in landscape format? It seems like there is a lot more options for pdfs.  Am I missing something simple here?
Daniel
Telerik team
 answered on 21 Jun 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?