Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
101 views
Hai,

             I have used Rad Grid in my application.But when i see the example in this URL,http://localhost:8301/radcontrols_aspnetajax/grid/examples/dataediting/threelevel/defaultcs.aspx,they have used SessionDataSource as the DataSource.But i need to use SQL DataSource.Can anyone pls tell me how to use SQLDataSource in Rad Grid.Thanks in Advance
Jayesh Goyani
Top achievements
Rank 2
 answered on 05 Oct 2012
1 answer
50 views
Hi
Is it possible in the command event of a radDock to access another radDock. I know I can get the sender raddock but I need to get hold of another raddock so I can change it's skin.

thanks
Karl
Top achievements
Rank 1
 answered on 05 Oct 2012
1 answer
48 views
We have an extremely old version of the ASP.NET AJAX Telerik controls used for an internal application (2008.3.1314.20).  Since the controls are heavliy used in this application upgrading is going to be a major task.  Is it possible to do a transiitional upgrade and run different versions concurrently?

I'm hoping to do a partial upgrade (i.e., upgrade some controls like dropboxes first), but is this even a possible solution?

I didn't want open a support ticket because we're still looking at this at a very high level.

Thanks,
Felix
Rumen
Telerik team
 answered on 05 Oct 2012
1 answer
75 views
Hi
When I try to customise my toolbax I see some functionality of editing tables goes missing
also the DOM inspector at the bottom does not come up when i click on a element.

What i did was I went to the telerik smart tag went to the tools and selected the default set.

after that when i right click on the table the context menu with the table options no longer appear .

I need to do this as i wish to add a custom button to the toolbar.

Can you please give me a soltuon to this problem or a toolfile that i can use to get the standard base functionlity that comes withe the rad editor without manually configuring tools.

Yeroon
Top achievements
Rank 2
 answered on 05 Oct 2012
1 answer
57 views
Hi

I am opening a Radwindow in the edit command of RadGrid. The problem is that the Rad Window gets opened on other events also like delete command or DetailTableDataBind or changing radgrid list size through UI.. etc...

Please let me know where I am going wrong.
 
Princy
Top achievements
Rank 2
 answered on 05 Oct 2012
0 answers
49 views

Hi,
 See My screen shot
 I have used Radgrid column in Radcombox default 5 row set.
 How to added row at the time of last row column Radcombox value select.


Thanks,
Ansari
Tamim
Top achievements
Rank 1
 asked on 05 Oct 2012
1 answer
47 views
I'm currently working with a page that sits inside of a nested master page and references a web user control. This web user control references any of 8 different other web user controls depending on what the user has selected.

My problem is that if I add the relevant javascript to the user control it is being rendered on the page too low and I'm getting:
 "function name" is not defined errors?

Some of my generic functions I can push up the hierarchy to higher pages, but some I just can't. How can I get my javascript higher on the page?
Slav
Telerik team
 answered on 05 Oct 2012
1 answer
280 views
Hi,

I'm building a dashboard page. how to load multiple userconrols asynchronously in docks?
 and I can't add RadAjaxManager  in each usercontrol to show RadAjaxLoadingPanel in the usercontrol not in the main page!

thank you

Maria Ilieva
Telerik team
 answered on 05 Oct 2012
1 answer
79 views

I recently found the following example on your site demonstrating the handling of the grid RowContextMenu event and showing the menu. http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandmenu/defaultcs.aspx?product=grid

This example included the RowContextMenu handler:

function GridRowContextMenuHandler(sender, eventArgs) {
             
            var menu = $find("<%= menuId.ClientId %>");
             
            var evt = eventArgs.get_domEvent();
 
            if (evt.target.tagName == "INPUT" || evt.target.tagName == "A") {
                return;
            }
 
            var rowIndex = eventArgs.get_itemIndexHierarchical();
            menu.show(evt);
 
            evt.cancelBubble = true;
                evt.returnValue = false;
 
                if (evt.stopPropagation) {
                    evt.stopPropagation();
                    evt.preventDefault();
                }
 
             
        }


I have some code which I have been using since way back in the Prometheus days and I'm trying to figure out if it is equivalent to what you show in your example. It seems this code is more concise. Is there any benefit or drawback to using what I have here?

function GridRowContextMenuHandler(sender, eventArgs) {
var menu = $find("<%= menuId.ClientId %>");
if ((!eventArgs.relatedTarget) || (!Telerik.Web.DomUtility.isDescendantOrSelf(menu.get_element(), eventArgs.relatedTarget))) {
menu.show(eventArgs)
}
$telerik.cancelRawEvent(eventArgs);
}


Antonio Stoilkov
Telerik team
 answered on 05 Oct 2012
1 answer
104 views
Hi,
I have a complicated page with about 12 raddocks that are dynamically generated.They load user controls which have radgrids inside. One of the docks has a rad grid with paging. When you click to go to another page it posts back but nothing happens. Some of the rad grids have a command to InitInsert which doesn't fire either. I've tested the radgrids separately and paging and adding works on a test page outside of the rad dock layout.

It is very difficult to create a sample project to demo this because they are generated from the database.

Anyone have any idea what could be causing this?



Karl
Top achievements
Rank 1
 answered on 05 Oct 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?