Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
117 views
A grid with checkbox  every record ,now I select any records,click the next page,than turn to preview page
but after page index change, the checkbox status has been reset.
can you give me a hand to deal with this problem

thx
Tommy
Princy
Top achievements
Rank 2
 answered on 18 Dec 2008
1 answer
71 views
Hello,

I'm getting telerik is undefined for the home page for a site i'm building, and I think it may have to do with the fact that the master page has the ajax manager, rad script manager, etc. in the master page?

The home page has a rad grid in it, but that only appears whenever the user is logged in...  The error points to the AJAX manager $create definition though...
Sebastian
Telerik team
 answered on 18 Dec 2008
3 answers
106 views
I use a RadMenu and specify ClickToOpen="True".
This works as expected. The user has to click a menuitem in order to expand the menu. 

If the user clicks a child menuitem, the following javascript function is called:

 

function closeNow() {

 

 

var menu = $find("<%= topMenu.ClientID %>");

 

menu.close();

}


Still this works as expected, i.e., the menu closes.

However if the user now hovers over the menu, the menu expands, i.e., the menu expands without a mouse click. This is unwanted.
rkoops
Top achievements
Rank 1
 answered on 18 Dec 2008
1 answer
81 views
How do I specify how many items are displayed in a Series? It always defaults to 7 items and I can't find out why.

brad
Velin
Telerik team
 answered on 18 Dec 2008
4 answers
124 views
Hello,
I am using the Treeview and i am going to have only three levels in that tree view.

+Level 1
    + Level 2
         Level 3

This is how my TreeView should look.  For 'Level 3' there will not be any children and its going to be a HyperLink. 

Please Note:  Level 2 will have more than 1 nodes i.e., it will have 'Level 3a',''Level 3b' and so on.  All the levels are query based.

How should i not show a '+' sign for the Level 3?

Please let me know,
-Thank you
Tyra
Shinu
Top achievements
Rank 2
 answered on 18 Dec 2008
1 answer
78 views

Hi! can anyone help me with this.

i am using a radgrid and i set its edit mode into editforms. when i click the edit button, the items are edited, which is fine. the items are 3 GridNumericColumn, 1 GridTemplateColumn and 1 GridBoundColumn. in the template column is a asp dropdownlist. all i want to happen is when i click the dropdownlist and select specific item on it, it will disable the other fields. then if i select another, it will enable the other 2 numeric boxes.

some codes below.

protected

 

void dgNumeric_ItemCreated(object sender, GridItemEventArgs e)

 

{

 

if (e.Item is GridEditableItem && e.Item.IsInEditMode)

 

{

 

if (((string)e.Item.OwnerTableView.DataKeyValues[e.Item.ItemIndex]["Title"]).ToUpper() == "Between".ToUpper() ||

 

((

string)e.Item.OwnerTableView.DataKeyValues[e.Item.ItemIndex]["Title"]).ToUpper() == "Not Between".ToUpper())

 

{

(e.Item

as GridEditableItem)["PropertyName"].Enabled = false;

 

}

 

else

 

 

 

 

 

{

(e.Item

as GridEditableItem)["RangeFrom"].Enabled = false;

 

(e.Item

as GridEditableItem)["RangeTo"].Enabled = false;

 

}

 

 

GridEditableItem editedItem = e.Item as GridEditableItem;

 

 

DropDownList list = editedItem.FindControl("ddlValue") as DropDownList;

 

list.Text = ((

string)e.Item.OwnerTableView.DataKeyValues[e.Item.ItemIndex]["Title"]);

 

}

}

Princy
Top achievements
Rank 2
 answered on 18 Dec 2008
1 answer
201 views
I am trying to change an aggregate value on a footer value in my radgrid.  I would like to be able to change the aggregate values based on the group header.  So, for example..if the group header value is "App to Funding %" , I would like the aggregate value to be an average...all other group headers I would like a sum.

I assume I would do this in the Radgrid1_ItemDataBound...however I am struggling with exactly what I need to do.  Here is what I have...that doesn't work:

 

If TypeOf e.Item Is GridGroupHeaderItem Then

 

 

Dim item As GridGroupHeaderItem = CType(e.Item, GridGroupHeaderItem)

 

 

Dim groupDataRow As DataRowView = CType(e.Item.DataItem, DataRowView)

 

 

Dim column As GridBoundColumn

 

 

For Each column In groupDataRow.DataView.Table.Columns

 

 

If item.DataCell.Text = "App to Funding %" Then

 

column.Aggregate = GridAggregateFunction.Avg

 

End If

 

 

Next

 

 

End If

 


Any suggestions?

Thanks.

Yavor
Telerik team
 answered on 18 Dec 2008
1 answer
97 views
https://connect.microsoft.com/Connect/community/discussion/richui/default.aspx

That is a Telerik control based page, right ?? and pretty cool looking presentation at that.

It would be nice to see how that was configured... even if just the control and skin settings.
Dimo
Telerik team
 answered on 18 Dec 2008
1 answer
205 views
Hi Svetlina ,

I want to implement radtooltip for rad tabstrip


 if (!Page.IsPostBack)
        {
            
            AddTab("PathwayMain");
            AddPageView(RadTabStrip1.FindTabByText("PathwayMain"));
            AddTab("Categories");
            AddTab("New Pathways");
      
        }
the radtabstrip is generated dynamically by taking user controls.
i want tolltify the first tab(PathwayMain) not others or whole tab.


Any suggestion really appreciated

Thanks
Chris


Svetlina Anati
Telerik team
 answered on 18 Dec 2008
1 answer
157 views
Hi,

I have  a site where a web page is having telerik slider control which is working fine in all browsers.
I have another site say xyz.com where i need to show this page on an iframe.
I have added an iFrame to  a page in xyz.com, it is giving java script error of Permission Denied.

Please help me on this.
As my project is n crucial stage and i need answer to this at the earliest.
with regards
Daman
Tsvetie
Telerik team
 answered on 18 Dec 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?