Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
210 views
I ran into an interesting issue with the RadGrid.
I wanted to add a RadGrid into a UserControl and then add this UserControl to an aspx page. As soon as I add a RadGrid into the UserControl VisualStudio 2010 underlines the user control declaration on the page and when you hover on it to see what the problem is there is an error message: "Element 'TheUserControl' is not a known element. This can occuur when there is a compilation error in the Web site, or the web.config file is missing."

The page compiles and runs fine and the web.config file is not missing. Do you know what could be causing this?
Tsvetina
Telerik team
 answered on 19 Jul 2010
1 answer
401 views
Hi,

I am using a hyper link column in grid and assigning its url on code behind. How can I add a onclientclick event on this hyper link column?
Below is my code

 

<telerik:GridHyperLinkColumn DataTextFormatString="{0}"

 

 

DataNavigateUrlFields="Question" UniqueName="Question"

 

 

HeaderText="Question" DataTextField="Question" >

 

 

<ItemStyle Width="200px"/>

 

 

 

</telerik:GridHyperLinkColumn>

 


Assigning value in code behind

 

HyperLink hyplnkQn = (HyperLink)item["Question"].Controls[0];

 

hyplnkQn.NavigateUrl =

GeneralDeclaration.Path + GeneralDeclaration.PAGE_ServiceQuestionnaire + "?" + strQueryString;

 

Princy
Top achievements
Rank 2
 answered on 19 Jul 2010
1 answer
69 views
VS2008 2010.1.706.35

Property works when defined but it did not show up in intelli-sense.

<HeaderContextMenu ExpandAnimation-Type="None" CollapseAnimation-Type="None" />
Martin
Telerik team
 answered on 19 Jul 2010
1 answer
132 views

If my grid is down near the bottom of the page and I start to edit (or add) a record, the bottom of my FormTemplate popup is cut off past the bottom of the page. How can I control it's placement, relative to the grid's location?
Princy
Top achievements
Rank 2
 answered on 19 Jul 2010
1 answer
105 views
The MSDN help file for "Telerik.Web.UI Namespace > RadTimeView Class : Columns Property" in the 2010Q2 release includes some sample code.

The code renders using "&lt;" and "&gt;" rather than "<" and ">".

The online equivalent is fine.

-- 
Stuart
Sebastian
Telerik team
 answered on 19 Jul 2010
1 answer
125 views
How do we use the double click client side event to expand and collapse table (in a hierarchical) grid..  
Shinu
Top achievements
Rank 2
 answered on 19 Jul 2010
5 answers
409 views

Dear,

 

I am trying to server-side select a row in a radgrid which is using paging.

In the radgrid prerender I set a griddataitem.selected = true.

This works fine as long as the selected item gets displayed on the current displayed page.

How can i make the radgrid display the page that contains the selected item ?

 

Kind regards,

N.

 

Martin
Telerik team
 answered on 19 Jul 2010
1 answer
108 views
Hi,
I'm doing some tests with the 2010Q2 version of the DataGrid.
In a test I'm trying to bind a DataGrid to a dataset with 2000 rows (4 columns) without paging (Ok, it's an extreme scenario).
The rendering of the page is quite fast, but when I try to select a row in IE8, the browser occupies almost all the cpu and sometimes it warns me that a script is blocking the window.
The same thing doesn't happen with other browsers like chrome.

Here is the code of the grid (just to let you know which parameters I've set)

<rad:RadGrid runat="server" AutoGenerateColumns="true" ID="Grid1" AllowSorting="true"
AllowPaging="true" PageSize="20" AllowMultiRowSelection="true">
<MasterTableView TableLayout="Fixed">
</MasterTableView>
<PagerStyle Mode="NextPrevNumericAndAdvanced" Position="Top" />
<ClientSettings Selecting-AllowRowSelect="true" Selecting-EnableDragToSelectRows="false">
</ClientSettings>
</rad:RadGrid>

Have you experienced this issue? Do you know if there is any way to fix it, or you already plan to fix it in a future release.

Best regards, Andrea Pirola

Dimo
Telerik team
 answered on 19 Jul 2010
1 answer
57 views
I want add some attribute to RadcomboBox but it is not render on clientside .
Like if i add onclick,onchange attribute to radcomboBox this attribute not render .
my second problem is how to set clientsidesevent on server like onclientBlur,onclientSelectedIndexChanged .......
Shinu
Top achievements
Rank 2
 answered on 19 Jul 2010
1 answer
72 views
hi,

how to add items to RadPanelBar from database ?

Thanks !

Shinu
Top achievements
Rank 2
 answered on 19 Jul 2010
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?