Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
85 views
Hi everybody,

I need solution very badly and very very quickly,

I used radcontrols in my dotnet application, those are working fine, But i placed same page in sharepoint webpart those are not working.

My senario is, i used RadGrid, RadButtons, RadWindows, RadMenuContext and other controls in my application, those are working fine. after that i had taken this page and placed in my sharepoint site and also taken dll of that page in "bin" folder of my site. Finally i had taken changes of web.config file form telerik site. 

I had taken pageviewerWebpart and placed my page in that webpart, but HierarchicalGrid woriking fine but ContextMenu not comming. And radwinds not working. I got the error "Sys is Undefine".
function RowContextMenu(sender, eventArgs) {
                //alert("RowContextMenu Method");
                var menu;
                var ownerTable = eventArgs.get_tableView();
  
                if (ownerTable.get_name() == "DELIVERYDETAILS") {
                    menu = $find("<%= RadMenu1.ClientID %>");
                }
                else if (ownerTable.get_name() == "TASKS") {
                    menu = $find("<%= RadMenu2.ClientID %>");
                }
  
                document.getElementById("radGridClickedRowIndex").value = eventArgs.get_itemIndexHierarchical();
                document.getElementById("radGridClickedTableId").value = ownerTable._data.UniqueID;
  
                menu.show(eventArgs.get_domEvent());
  
            }
 
The above code i used for ContextMenu.
function OpenWindowAddNewTask() {
            Sys.Application.add_load(addNewTaskWindow);
        }
  
        function addNewTaskWindow() {
            var WSID = document.getElementById("hidWSID").value;
            var url = "AddNewTask.aspx?WS_ID=" + WSID + "&TaskID=0";
            var oWnd = radopen(url, 'RadWindow1');
            Sys.Application.remove_load(addNewTaskWindow);
        }
Above code i used to open radwindow.

Those two are working fine in my dotnet application, but not sharepoint site.

Please give me the quick solution.

Iana Tsolova
Telerik team
 answered on 27 Dec 2010
3 answers
167 views
Is it possible to sort a RadComboBox's items alphabetically via client-side scripting? I didn't see anything in the API showing this type of functionality.
Simon
Telerik team
 answered on 27 Dec 2010
1 answer
90 views
Hi,

I have several pages containing multiple Telerik:Pageview controls on them and we need to implement globalization.  When I click the Generate Local Resource File oiption from the Tools Menue in VS2008 I get a resx file generated and it has the RadTab labels and other controls represented in the resultant resx file, but not a single <asp:Label> control which is contained within a Telerik:PageView control is in the resx file.

Any Ideas anyone?

It would really be unfortunate if for some reason things inside a Telerik:Pageview control were not able to generate the metadata tags for globalization.


Thanks,

Gary
Yana
Telerik team
 answered on 27 Dec 2010
1 answer
75 views
Is it possible to implement telerik:GridClientSelectColumn and Yahoo scrolling. Bascially, say only 50 out of 400 records are loaded and the end user clicks the check all header. Can I code it so that all the records are then loaded and checked?
Iana Tsolova
Telerik team
 answered on 27 Dec 2010
1 answer
39 views
I notived this when our automatic page translator didn't work ...

Is there a way to turn this off?

I also notices that a header like "t_destination_t" is rendered to "t_ destination _t"

Pavel
Telerik team
 answered on 27 Dec 2010
1 answer
80 views

Hello Telerik Team,

I have a requirement in the rad grid. I am using rad grid to dispaly my search results on the
 execution of sql stored procedure.
In the rad grid, I have a GridHyperLinkColumn where i am using DataNavigateUrlFormatString.After I get the search results, when i navigate to a different page from my search results and come back using the browser back button.I am loosing the
search results. I would like to know the method , how can i retain the search results. I have the search results in a view state/Session state.
Its a very urgent requirement.

Please respond as soon as possible.Please provide a sample for it.
I appreciate your help.

Thank You,
Smith

Iana Tsolova
Telerik team
 answered on 27 Dec 2010
1 answer
105 views
I have a query done in the business layer of my ASP.net AJAX application. It uses EF 4.0. It returns an ObjectDataSource.

How can I put this into a RadGrid and still have Sorting?

Is it possible for RadGrid to sort ObjectDataSource and/or a List (of)?

Serban.
Marin
Telerik team
 answered on 27 Dec 2010
1 answer
75 views
Hi,
is it possible to make this example:
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandmenu/defaultcs.aspx?product=menu
using c# code without javascript code in aspx file?

Best regards and Merry Christmas.
Yana
Telerik team
 answered on 27 Dec 2010
1 answer
84 views
Hello Telerik, is it possible to modified a RadChart from client-side ? I mean like, add/remove Series/Items, Colors, etc. Currently I'm using a RadChart with a RadAjaxManager. i don't want modified from server-side

Thanks.
Yavor
Telerik team
 answered on 27 Dec 2010
3 answers
101 views
Hi
    In  my application i need a banner rotator with buttons in it...  which is similar to the Telerik home page banner rotator....
I am able to generate the banner but i am unable to add buttons over the banner...
Knidly let me know if there is any method to achieve the banner rotator with buttons over the image...
Fiko
Telerik team
 answered on 27 Dec 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
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?