Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
125 views
Hi,

I do not have access to internet on my development machine and i want to install Rad toolkit for Rad Chart contorl.

While trying to install toolkit on my machine  i got error of no internet connectivity and need to download offline package.

I have downloaded offline package , but not sure how to move ahead.

can you please guide me how to use offline toolkit to use Rad Chart contorl.

Thanks
Chavdar Dimitrov
Telerik team
 answered on 21 Aug 2012
0 answers
140 views
We Want to show User wise data in hierarchy form. where one user reports to another user.

1) User1 --- (Director1)
   user1 data
    2) user2 reports to user1 (RSM)
        user2 data 
    2) user3 reports to user1 (RSM)
        user3 data
         3) user4 reports to user3 (ASM)
             user4 data
......... can b upto n level
1) User...--- (Director2)
........
Please click on this link to download the Source Code
http://aspspider.org/ramankumarsingla/TelerikRoleWiseUserDetails.zip

Thanks and regards
raman singla 
Raman
Top achievements
Rank 1
 asked on 21 Aug 2012
4 answers
184 views
Hi

I have a radgrid declared on my page:

<radG:RadGrid	ID="grd" 
					Skin="orange" 
					Style="padding-left0px" 
					runat="server" 
					EnableAJAXLoadingTemplate="false" 
					AllowCustomPaging="true" 
					enableasyncrequests="false" 
					AllowPaging="false" 
					PageSize="10"
					AllowSorting="true" 
					AutoGenerateColumns="false" 
					showheaderswhennorecords="true" 
					AllowMultiRowSelection="true" 
					CssClass="GenericDataGrid" 
					applystylesonclient="false"
					OnNeedDataSource="cRadGrid1_NeedDataSource" 
					OnItemDataBound="cRadGrid1_ItemDataBound" 
					OnDataBinding="cRadGrid1_DataBinding"
					OnDataBound="cRadGrid1_DataBound"
					OnSortCommand="cRadGrid1_SortCommand"
					>


Within the grid control we also have a button that auto resizes the columns. What we are trying to achieve is set 1 of these particular columns to a fixed width. We have achieved this however, we cant remove the white-space property from the cell so when the content goes beyond our fixed width the text is automatically carried over into the next line of the cell i.e. a line break.

below code for creating a default column server side:

// create column
					if (!ColumnExists(column, key))
					{
						grd.MasterTableView.Columns.Add(boundColumn);
						boundColumn.DataField = GetDataField(column);
						boundColumn.HeaderText = GetHeaderText(column);
						boundColumn.UniqueName = key;
						boundColumn.SortExpression = GetDataField(column);
						boundColumn.DataFormatString = @"<div id=a title='{0}'>{0}</div>";
 
 
                        if (column == ColumnListBaseEnum.DescriptionOrTitle.ToString())
                        {
                            col.HeaderStyle.Width = Unit.Pixel(438);
                            boundColumn.Resizable = true;
                            col.HeaderStyle.Wrap = false;
                            col.ItemStyle.Wrap = false;
                        }
					}



We have tried to access the column through script like so:

var gridCellStyle = gridRow.cells[i].children[0].getAttribute('currentStyle');
 
                         gridCellStyle.whiteSpace = '';

This returns the attached screenshot error.

Any suggestions would be greatly appreciated.

Regards,
Jonathan
Mahesh
Top achievements
Rank 1
 answered on 21 Aug 2012
1 answer
210 views
Hi,

I have a radgrid in my application in which i am opening a RadWindow in button click from the server side to show a pop up. But whenever the page refreshes the window is loading again. How can i resolve this issue.

Anybody please help me asap..
Sigma.
Shinu
Top achievements
Rank 2
 answered on 21 Aug 2012
14 answers
1.2K+ views
Hi,
  Can you please provide some help regarding  how to change the height of the header of RadGrid. And also how can we change the image of the header.

Thanks.
Raju.
Galin
Telerik team
 answered on 21 Aug 2012
1 answer
107 views
Hi.

I have a RadGrid and in which I have enabled filtering option. How can i make users enter only 2 characters while filtering. I tried by setting MaxLength. But it is not working..

AnyBody please help me..
Sigma.
Princy
Top achievements
Rank 2
 answered on 21 Aug 2012
8 answers
180 views
Hello,

I would like the content of my RadGrid to occupy a single row at all times, even changing the text from (for example) "ABCDE" to "ABC..." when the column gets to small due to a resize. I would also like the full text to be shown as a tooltip if the user moves the mouse over the column. Is there an easy way to achieve this functionality with the RadGrid?

Thanks in advance,
Robin
Mahesh
Top achievements
Rank 1
 answered on 21 Aug 2012
1 answer
117 views
Hello,

I have a RadGrid. I want to load the entire grid in edit mode in the initial load itself. How can I achieve this scenario?

please help me...

Thanks in advance
Sigma.
Shinu
Top achievements
Rank 2
 answered on 21 Aug 2012
3 answers
64 views
How to change the default panelbarhandle image?
Princy
Top achievements
Rank 2
 answered on 21 Aug 2012
3 answers
220 views
I want to know if it is possible to show the gridboundcolumn as a hyperlink from code?(instead of using hyperlink)?
Shinu
Top achievements
Rank 2
 answered on 21 Aug 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
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?