Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
63 views
Hi,

I am using a RadTreeView inside a usercontrol and this usercontrol is kept in a ajaxToolkit:TabContainer. When I click on a button on the usercontrol where the RadTreeView  is I add the treeview node to a grid and rebind the treeview. I do this using ajax post and so that the page does not completely postbacks. the problem i face is the RadTreeView  disables there is nothing I can do with it. It renders like a image. I tried to resolve it using RadAjaxmanager by adding ajaxsettings but this is not working. Please help me in this.

Thanks in advance.

Thanks,
Rahul Kasar
 
Rahul
Top achievements
Rank 1
 answered on 10 Jan 2013
2 answers
82 views
We have some text in our DB that is XAML formatted. Is there an easy way to display this text with either Telerik or standard components?
Trude
Top achievements
Rank 2
 answered on 10 Jan 2013
2 answers
392 views
HI 
  Im doing a mailbox. when a user clicks the draft item i want to show him  all data that he saved as well as the attatched files in a radupload control.  also he should be able to edit/remove the attatched files . Is there any way to populate the rad upload control programmaatically.. help me please

ras
Top achievements
Rank 1
 answered on 10 Jan 2013
0 answers
82 views
Hi,

I have seen grid hierarchy example from below link :
Grid / Hierarchy with Templates

Currently we have only collapse on left side of grid. If we click on expand then sending parameter to the child grid and showing data.

But I would like to show child grid from click on column based. That is If I click on 2 column in main grid then I want send parameter to nested view template grid and show data.

Is it Possible ?

Thanks in advance ..

Madhu Palakurthi
Top achievements
Rank 1
 asked on 10 Jan 2013
2 answers
347 views
Hi guys,
I have a gridboundcolumn:

<

 

 

telerik:GridBoundColumn HeaderText="Location" DataField="LOCATION" UniqueName="LOCATION" ReadOnly="true" SortExpression="LOCATION" HeaderButtonType="TextButton" >

 

 

 

<HeaderStyle Width="1px" />

 

 

 

<ItemStyle Width="1px" />

 

 

 

</telerik:GridBoundColumn>

 


I want to put some default value in html to show users how data will look like in the grid.For example:

<

 

 

telerik:GridBoundColumn HeaderText="Location" DataField="LOCATION" UniqueName="LOCATION" ReadOnly="true">31R050</telerik:GridBoundColumn>

Thanks so much for your help.

Shinu
Top achievements
Rank 2
 answered on 10 Jan 2013
2 answers
149 views
Hello Telerik Team,

Subject : We are facing an issue regarding Telerik Radgrid records limit.
Cause: Whenever datasource exceeds 20000 records, page gets crashed.

Please provide the resolution for this problem.

Thanks,
Preeti


preeti
Top achievements
Rank 1
 answered on 10 Jan 2013
5 answers
1.3K+ views
Hi,

Is there a way to insert a summary/total row at the end of the grid? I am not using any grouping. It is just a simple datatable being bound to the grid.

Thanks,
Saurabh
Shinu
Top achievements
Rank 2
 answered on 10 Jan 2013
1 answer
71 views
Hi,
I need to know when the BIFF excel export was added to RadGrid

Regards,
Martin
Princy
Top achievements
Rank 2
 answered on 10 Jan 2013
1 answer
241 views

Hi, I'm trying to pull just the node Values using a Linq query

IList<RadTreeNode> nodeCollection = RadTreeViewSearchItems.CheckedNodes;

var myvalues = nodeCollection.Select(n => n.Value);
or
var myvalues = nodeCollection.Select(n => n.Value).ToList();

returns...

Expression cannot contain lambda expressions

David
Top achievements
Rank 1
 answered on 10 Jan 2013
11 answers
88 views
Hello,

I have the toggle full screen icon and show text on my toolbar.  When I mouse over it some weird lines appear.  It looks correct when I remove the text.  This applies to FF17, Chrome 23 and IE 10.

This is the test page I'm using:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="ztest6.aspx.vb" Inherits="ztest6" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
<head runat="server">
    <title></title>
        
</head>
<body>
    <form id="form1" runat="server">
        <asp:ScriptManager ID="sm1" runat="server"></asp:ScriptManager>
        <div style="width:600px;">          
             <telerik:RadEditor Skin="Default" ID="RadEditor1" runat="server" Width="100%" Height="300px" ToolsFile="~/includes/NoTools.xml">
            </telerik:RadEditor>
             
        </div>
    </form>
</body>
</html>

NoTools.xml
<?xml version="1.0" encoding="utf-8" ?>
<root
    <tools name="EnhancedEditToolbar" dockingZone="Top" dockable="true" enabled="true">
        <tool name="ToggleScreenMode" Text="Toggle Full Screen" ShowText="True" />       
    </tools>
</root>
Khanh
Top achievements
Rank 1
 answered on 09 Jan 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?