Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
77 views
Few controls are disabled in the Sharepoint RAD editor webpart like the color change etc.....

Let me know what is the issue.
Stanimir
Telerik team
 answered on 22 Jan 2010
3 answers
110 views
Are there any examples of how to bind a grid to an ADO.NET dataservice on the server? 

I have seen examples of it client-side bound. 

I am looking for an example of feature parity with the grid bound to a linqdatasource or an objectdatasource at the server.

Thanks


Sebastian
Telerik team
 answered on 22 Jan 2010
2 answers
125 views
Radgrid use

CommandItemDisplay

="Top" ,It show AddNew and Refresh Button .
I would like show only refresh button. How it do?
Thanks
nuch
^_^

 

Thitima Srimongkhol
Top achievements
Rank 1
 answered on 22 Jan 2010
2 answers
117 views
Hello,
I'm trying for first time rad controls. I would like to use PanelBar in server side mode, but I have noticed that also collapse/expand actions are fired server/side. Is there a way to expand/collapse client side, but catch item clics server side?

Thank you
Fabio Laserra
Top achievements
Rank 1
 answered on 22 Jan 2010
1 answer
111 views
Hi,
I am using Telerik Q3 SP1.
I have a tabstrip, and in the second tab, I have Telerik Report.


If I select second tab first, and then press a button that binds data to ReportViewer, it works fine.
But if I bind data to ReportViewer, then click on second tab to preview data, my data is not displayed. I can see ReportViewer, but I can not see any data or parameters in it.

Any ideas?
Yana
Telerik team
 answered on 22 Jan 2010
0 answers
61 views
Is there any limitation or constraints in use of RDCListView in .NET application from UI and Code development point of view?
Praveen Kumar
Top achievements
Rank 1
 asked on 22 Jan 2010
1 answer
81 views

Hi, i have been thrown an error with the following snippet of code

if (e.Item is GridGroupFooterItem)  
                {  
                    GridGroupFooterItem footerItem = e.Item as GridGroupFooterItem;  
                    footerItem["PracticeArea"].Text = "SubTotal";  
                    footerItem["TurnAround"].Text = TurnAroundTotal.ToString();  
                    footerItem["CustomerValue"].Text = CustomerValueTotal.ToString();  

but same is working out when im trying to implement GridFooterItem.

please help.

Yavor
Telerik team
 answered on 22 Jan 2010
1 answer
131 views
Dear Telerik team,

I would like to achieve the following:

within the RadGrid, programmatically add a "Name" column with a hyperlink that links to a certain page. How do I achieve this programmatically?

So far I have added columns via the GridBoundColumn without much trouble:
e.g.  GridBoundColumn pname2;
        pname2 = new GridBoundColumn();
        RadGrid1.MasterTableView.Columns.Add(pname2);
        pname2.DataField = "Total";
        pname2.HeaderText = "Total";

However, I would like to add a column that has a hyperlink property also set. I assume I will have to use a GridTemplateColumn; i.e.
  GridTemplateColumn pname;
        pname = new GridTemplateColumn();
        RadGrid1.MasterTableView.Columns.Add(pname);
        pname.DataField = "Name";
        pname.HeaderText = "Name";
....?

How do I achieve this?

Thank you
Mark
Shinu
Top achievements
Rank 2
 answered on 22 Jan 2010
1 answer
74 views
I'm experiencing problems whilst dynamically loading user controls into a multipage with a tabstrip. I've looked at your example (http://demos.telerik.com/aspnet-ajax/tabstrip/examples/applicationscenarios/loadondemand/defaultcs.aspx) and am doing something similar, however, I have noted that you are experiencing the exact same problem in the demo.
If you click on the second tab(Products) and right-click on the page to ViewSource, you'll note that the source displayed is actually for the user control on the "Customers" tab and not the user control on the "Products" tab. During normal operation, this shouldn't be a problem, however, if you add javascript into the user control - none of your javascript functions will be found.
If you remove the RadAjaxManager, you'll notice that everything works as intended ie the right user control is displayed in the ViewSource. The problem is, you get the nasty postback!
I have tried various things to try rectify the problem without any success.
Please assist!
Yana
Telerik team
 answered on 22 Jan 2010
23 answers
855 views

Hello,

 

I tried to add a custom dialog from the tool bar of RadEditor for MOSS (full-featured version 5.5.1.0 installed on a WSS 3.0 environment).

 

To do it, I followed articles from Telerik’s web site.

But I had an issue, so I tried again following strictly this article:

http://www.telerik.com/help/aspnet-ajax/add_custom_dialog.html

 

I skipped the step 2 (about the button icon).

 

In the step 3, I replaced the version number in the path by 5.5.1.0

 

Finally for the step 5, I do clear my IE cache. I even close all windows, and do a IISreset.

 

The issue is that when I click on the button, I have the following alert:

The command CustomDialog is not implemented yet.

 

Which was also the original alert.

 

I verified arguments, names, paths, etc, but I can’t see what I am missing.

Note that I have previously customized the MediaManager with success (help to the support team).
If it could help, I can send you a copy of the modified/created files under the RadEditorSharePoint/5.5.1.0__1f131a624888eeed/Resources folder.

 

Thanks

 

Jeff

Stanimir
Telerik team
 answered on 22 Jan 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?