Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
278 views
Hi! I've put scheduler inside of a pane in a radsplitter. I would like scheduler not to change its columns width (they get smaller and smaller by adding resources for grouping), Instead I want them to have some fixed width size, and some scroll bar to appear in the pane. Is that possibole, and how to do it?
Thanks, Ana
Peter
Telerik team
 answered on 17 Sep 2008
1 answer
148 views
Hi,

I have a RadGrid which contains a GridButtonColumn with a LinkButton inside. If the user clicks this Link, a RadWindow opens which shows a detail page for the clicked record. Now I need to pass the data key for that record to the RadWindow. Therefore I have created an invisible column in the RadGrid which contains these keys.
The problem is, to determine which record has been clicked and to pass the according value to the opened window.

I use the RadGrid's ItemCommand Event to open the window. How can I pass data from the grid to the event handler?

Best regards,
Robert
Princy
Top achievements
Rank 2
 answered on 17 Sep 2008
3 answers
127 views
I've been working with the Telerik AJAX controls and creating custom skins for quite a few them, so I have the process down pat. The only one for some reason I can not seem to figure out is the datepicker. When I add the calendar.AnySkin.css to my skin folder none of the datepicker images can be found. I looked in the css sheet for calendar and none of the images are referenced in there which makes senses as it is for a calendar control and not a datepicker. When I do a text search on all of Telerik skins to find out which css I'm missing the image its calling does not appear in any style sheets. So my question is what am I missing?
Dimo
Telerik team
 answered on 17 Sep 2008
1 answer
110 views
Hi,

I want to set the rule attribute and the border attribute of the Table of the grid.
I disabled the skins by setting radgrid.skin = "";
When i  use
radgrid.MasterTableView.Attributes["rule"] = "none"  
radgrid.MasterTableView.Attributes["border"] = "0" 


i get the following in html:
<table cellspacing="0" rules="all" rules="none" border="0" border="1" id="ctl00_Body_MainList_grdvGrid_ctl31_ctl00" style="border-collapse:collapse;table-layout:auto;empty-cells:show;"

So the rule and border attribute is duplicated.

How do i set those properly?

Thx in advance,
Bert
Vlad
Telerik team
 answered on 17 Sep 2008
3 answers
1.1K+ views
How can I use javascript to get the number of rows returned in a grid?

var grid = $find("<%=RadGrid1.ClientID %>");       
var gridItems = grid.get_masterTableView().??????? 

Kousalya
Top achievements
Rank 1
 answered on 17 Sep 2008
2 answers
133 views
I am not sure if anyone is experiencing this issue, but I am not sure how to resolve it... I can create a simple table and dropa RadComboBox in it and set the skin to WebBlue.. It renders correctly in design and runtime....

I can take the same table and place it into a WebUserControl and it renders wrong.. In design time it renders correctly showing the whole radcombobox.. In runtime it cuts off the bottom of the control.. Draws like the height of 19px instead of the full 21px...

Whats wrong, please help as this is causing a big headache.. I have screenshots if needed and a small sample program.....

Thanks
Tom
Thomas
Top achievements
Rank 1
 answered on 17 Sep 2008
0 answers
136 views
please any one help me ..

How to get the value radcombo for java script .. then how to assign the dataset in to java script
normaly i used for dropdown control like this ref below code .. based on i want to do radcombo pls help me

here GetLanguage() is ajax function return dataset

Ds=GetLanguage(countryid,LoginId,usertype,logintype)

var Language = document.getElementById ("drpLanguage")

Language.options.length=0;

if (Ds != null && Ds != "")

{

var count =Ds.Tables[0].Rows.length

Language.options[Language.options.length]=

new Option("Language","")

for(var i = 0;i < Ds.Tables[0].Rows.length; ++i)

{

Language.options[Language.options.length]=

new Option(Ds.Tables[0].Rows[i].Language,Ds.Tables[0].Rows[i].LanguageId);

}

}

else

{

Language.options[Language.options.length]=

new Option("No Language","")

}

karthik
Top achievements
Rank 1
 asked on 17 Sep 2008
6 answers
161 views
Hi,

one of my RadGrid's shows a very strange behaviour. I have bound it to a Linq Datasource which returns 14 datasets from the database. The page size of the grid is set to 10 sou it shows 2 pages. Now, the problem is, that some entries which exist in the database are not visible in the grid while others appear twice. When I use the filter function, I can see the missing entries as soon as I remove the filter, they are gone again.

This is very strange. What could be wrong here?

Best Regards,
Robert
Nikolay Rusev
Telerik team
 answered on 17 Sep 2008
1 answer
87 views
I have a very simple application..A Telerik Menu, and three dock zones. I have a dock on the left and one on the far right. Whenever, I try to move the one on the right I receive the Javascript error listed above. If i choose not to debug the issue, the dock disappers. However, if I move the left dock first, then everything functions normal.

Here is the line at which it is erroring at:

_22.height=_1e.height-(_1f.vertical+_20.vertical)+"px";


I am currently using the Demo version of the R.A.D Controls for ASP.Net AJAX in VS 2008.
 
If needed, I can send the sample application in a zip file
Sophy
Telerik team
 answered on 17 Sep 2008
1 answer
127 views
For your development sites, what is the application pool size set to?  200MB? 250MB? etc?

Thanks.
Michael
Paul
Telerik team
 answered on 17 Sep 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?