Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
89 views
Hi ,
I am using 2 grids among them one is rad detail grid. I need to drag n drop rows from normal grid to detail grid. Is there any way to find the datakey of detail table row on which the row from 2nd grid is dropping. Please help..

Thnx n regards
Sam Peter
Veli
Telerik team
 answered on 14 Dec 2010
1 answer
179 views
Why do the web pages I am developing reference aspnet-scripts.telerikstatic.com.  See example from looking at the "view Source" from IE:

</

 

script>

 

<

 

script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Common/Core.js" type="text/javascript"></script>

 

<

 

script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Ajax/Ajax.js" type="text/javascript"></script>

 

<

 

script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Common/jQuery.js" type="text/javascript"></script>

 

<

 

script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Splitter/RadSplitterScripts.js" type="text/javascript"></script>

 

<

 

script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Common/jQueryPlugins.js" type="text/javascript"></script>

 

<

 

script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Common/TouchScrollExtender.js" type="text/javascript"></script>

 

<

 

script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Input/TextBox/RadInputScript.js" type="text/javascript"></script>

 

<

 

script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Common/Navigation/NavigationScripts.js" type="text/javascript"></script>

 

<

 

script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/ComboBox/RadComboBoxScripts.js" type="text/javascript"></script>

 

<

 

script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Calendar/RadDatePicker.js" type="text/javascript"></script>

 

<

 

script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Calendar/RadDateTimePickerScript.js" type="text/javascript"></script>

 

<

 

script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Calendar/RadTimeViewScripts.js" type="text/javascript"></script>

 

<

 

script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Input/DateInput/RadDateInputScript.js" type="text/javascript"></script>

 

<

 

script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Calendar/RadCalendarCommonScript.js" type="text/javascript"></script>

 

<

 

script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Calendar/RadCalendarScript.js" type="text/javascript"></script>

 

<

 

script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Grid/RadGridScripts.js" type="text/javascript"></script>

 

<

 

script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Common/Scrolling/ScrollingScripts.js" type="text/javascript"></script>

 

<

 

script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Menu/RadMenuScripts.js" type="text/javascript"></script>

 

<

 

script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.3.1109/Menu/ContextMenu/RadContextMenuScripts.js" type="text/javascript"></script>

 

<

 

script type="text/javascript">

 

Yana
Telerik team
 answered on 14 Dec 2010
8 answers
88 views
Where is the location of the data? I am currently using asp.net ajax control.

Thanks
Erjan Gavalji
Telerik team
 answered on 14 Dec 2010
1 answer
60 views
Hello Friends,

I am planning to add images in place of the expanders which are present in the RadTreeView control.

I want to accomplish my task using C#.

Any help would be appreciated.
Thanks.


Best Regards,
Ruchit


Dimitar Terziev
Telerik team
 answered on 14 Dec 2010
3 answers
161 views
I have a hierarchical grid and when i am exporting it to excel, resulted excel contains not working hyperlinks in header row.
I need to remove these links and need to show as a normal text header.
In my rad grid sorting is enabled.

Please give me a solution how to replace header.
madu
Top achievements
Rank 1
 answered on 14 Dec 2010
2 answers
57 views
Hi,
I'm using the classic AJAX controls (as required by the client for the project upon which I am working - not negotiable).

I am having trouble rendering a RadDatePicker.
The end of the control is not being rendered correctly (I am unable to upload a picture owing to my office's lockdown on uploads).
The table cell in which the RadDatePicker is housed is much wider than the control itself, so it should not be getting cut off.

Does anyone recognise this symptom and have any suggestions as to how I can get the control to render correctly.

Cheers
David
Top achievements
Rank 1
 answered on 14 Dec 2010
12 answers
949 views
Hi,
When I am trying to make the Rad grid header static by setting "UseStaticHeaders = true", the grid columns automatically shrinks to the length of data present in the particular cell and hence the total width of the grid also decreases. But the width of the grid and column remains intact if I remove the property. Again when the "AllowScroll" is true and there is not enough rows so that the scrollbar  will appear, a small gap (exactly width of the scrollbar) between the grid and the panel which contains the grid  is coming. I have given the grid width as 100% and column width in % also. Please let me know if any property settings missing or any solution.

Thanks.
JK
Dimo
Telerik team
 answered on 14 Dec 2010
1 answer
59 views
I would like to know if there is way to get my nested view to expand when a user clicks on a row instead of clicking on the little arrow on the left?
Princy
Top achievements
Rank 2
 answered on 14 Dec 2010
1 answer
163 views
Dear all

I want a Panel Container like those in the pictures below:

Sample 1

Sample 2

Does Rad Controls for ASP.NET AJAX has sth like that ?

Regards,
Shinu
Top achievements
Rank 2
 answered on 14 Dec 2010
1 answer
125 views
I have a grid that uses a form template for edit and insert.  I would like to change the heading in the grid to reflect that the user is doing.  How to I determine which mode I am in.  I have found .IsInEditMode but this is true if in insert or edit.
Princy
Top achievements
Rank 2
 answered on 14 Dec 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
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
Bronze
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?