Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
72 views
Is it possible to click on a box to fire off an event or javascript or do I have to place a button in the box?
Peter Filipov
Telerik team
 answered on 02 Apr 2012
1 answer
99 views
We have a RadComboBox that is placed within a RadPanelBar with several RadPanelItems. We want to use it as a wizard, where you step through it step-by-step, to ensure this, the RadPanelItems are enabled one by one when clicking "next" in the previous one. What we have noticed is that when we enable a RadPanelItem (changing enabled=false to enabled=true) the RadComboBox will set it's SelectedValue to the first row, and will fire the SelectedIndexChanged() (thats how we can see that the selectedvalue has changed), but it still won't display with the first row. Please note that the MarkFirstMatch is set to false and AutoPostBack is set to true.

So there are several strange things here, first, why does the SelectedValue change and the SelectedIndexChanged fire? And if it has changed, why isn't that row shown in the RadComboBox, instead it displays the "EmptyMessage" urging the user to select a row. (which we want).

If we use the exact same code but does not disable the coming RadPanelItems, this problem won't occur. 

This is our Next-function:

private void GoToNextItem()
        {
            int selectedIndex = RadPanelBar1.SelectedItem.Index;

            RadPanelBar1.Items[selectedIndex + 1].Selected = true;
            RadPanelBar1.Items[selectedIndex + 1].Expanded = true;
            RadPanelBar1.Items[selectedIndex + 1].Enabled = true;
            RadPanelBar1.Items[selectedIndex].Expanded = false;
        
        }
 


 This is the example we have been looking at:
http://demos.telerik.com/aspnet-ajax/panelbar/examples/applicationscenarios/accessingnestedcontrols/defaultcs.aspx
Kate
Telerik team
 answered on 02 Apr 2012
2 answers
68 views
Hello guys ,

I've been testing telerik (asp.net ajax) before buying it ,
but till now i dnt see any advantage that push me to take positive decision ,

simply , i've read in some forums that no more special features exist in telerik , (truthly , there are few features) ..

also , telerik controls are soooooo heavy compared to standard controls..
finally , my big question is : Why (or in which cases) we need  to use telerik instead of standard asp.net controls ????

Thanks in advance ..  
Loyal User
Top achievements
Rank 1
 answered on 02 Apr 2012
4 answers
102 views
Hi,
        I have One raddock located at radDockZone1 and moved the raddock from RadDockZone1 to RadDockZone2.
        I want to get the  droped zone id  before drop and after drop on OnClientDockPositionChanged  event. Please help
Thanks in advance
Jesmon Joseph
Slav
Telerik team
 answered on 02 Apr 2012
3 answers
115 views
I am using version 5.1.0.0 and when i save the text then i get $0 in my text. 

Is there a solution to this problem?
Rumen
Telerik team
 answered on 02 Apr 2012
1 answer
90 views
Dear Sir or Madam,

We are currently looking for asp.net/asp.net ajax DataGrid control with a set of functionality we need for our product. It looks like your RadGrid could be the one we need though I'd like to check if some features supported.
1. Is it possible to edit the headers (for unbound scenario or for object bound scenario).
2. Is it possible to turn off headers?
3. Is it possible to make editable particular rows and columns only?
4. Is it possible to change the background colour for the cells/row/columns depending on the column/row content after editing of a cell is done (especially in the server batch mode).
5. Is it possible to create, fill with data, and setup for support all the features above dynamically and then add control to the page in .cs file or anything must be set up in .aspx as well?
Regards,
Alex 
Eyup
Telerik team
 answered on 02 Apr 2012
12 answers
473 views
Hi all

First of all thanks Rumen for replying to my previous post. I am having to face another issue. I have a radeditor in a partial MVC view(ascx), that is loaded through a controller action as a partialView on a razor view(.cshml) through an Ajax call. So basically, the ajax call returns the partialview(whcih is the editor) and renders it on the page. The issue is that it works fine in IE but not in FF. In FF, the iFrame that is used to display the content is hidden. Also, the content area is not even clickable. Due to some constraints, I have to use the Ajax RadEditor with MVC. I have seen this link
http://www.telerik.com/community/forums/aspnet-ajax/editor/radeditor-doesn-t-show-hidden-fields-in-designe-mode.aspx
but it does not resolve my problem, also looked at
http://www.telerik.com/support/kb/aspnet-ajax/editor/radeditor-content-not-saved-after-ajax-update-in-firefox-google-chrome-and-safari.aspx
but all the solutions provided here are for webforms, there is no mention for MVC views which makes sense since this editor is not intended to use with MVC, but in my case, I really need that. Any help appreciated.
Thanks
Vishal
Rumen
Telerik team
 answered on 02 Apr 2012
3 answers
125 views
hi we have a telerick rotator in the designcrowd website
whats happening is if im using chrome or safari an im scrolling down whilst the mouse is on the rotator everything inside the
rotator goes up or dissapears. an this doesnt happen in other browsers just those two.

 

<telerik:RadRotator runat="server" ID="rotatorImages" Width="828" ScrollDuration="500" ScrollDirection ="Left"

 

 

 

WrapFrames="true" ItemWidth="206" ItemHeight="80" RotatorType="AutomaticAdvance"

 

 

 

PauseOnMouseOver="false">

 

 

<ControlButtons LeftButtonID="imgLeftArrow" RightButtonID="imgRightArrow" />

 

 

<Items>

 


this is ust the sample of the rotator hearder. do i need to do more stuff for this to stop?

and this is inside a table width set to 100% and no hieght specified

Pawan
Top achievements
Rank 1
 answered on 02 Apr 2012
3 answers
75 views
I just downloaded and installed the latest release.  I upgraded two different web sites to the new controls (when your code asked if I wanted to upgrade).

I now have two projects that were previously using the Sitefinity skin and now everything is blowing up when it tries to display using that skin.  I haven't tried any other skins because I'm hopping mad that my producitivity has just been shot in the foot.

Do you have a way of fixing these large projects or can you send someone over to rebuild them for me?

I have attached a screen capture of the yellow screen of .net death for your enjoyment.

Lynn

Chavdar Dimitrov
Telerik team
 answered on 02 Apr 2012
19 answers
329 views
I have a RadDatePicker in an EditItemTemplate of a RadGrid that needs to change the forground color on an onclick event.
I get the Client id and add the onclick event to the RadDatePicker in the Grid's on ItemDataBound event.

In the Javascript function, I am using code recomended by Telerik to change the RadDatePicker's forground color (below), but it does not work as suggested.

Thank you,

SteveO
-----------------------------------------------------------------------------------------------------------------------------------

 

function HighlightRow(chkB) {

 

chkB.get_dateInput()._textBoxElement.style.forgroundColor =

"red";

 

}


-----------------------------------------------------------------------------------------------------------------------------------

 

protected void RadGrid1_ItemDataBound(object sender, Telerik.Web.UI.GridItemEventArgs e)

 

{

 

RadDatePicker rdp1 = e.Item.FindControl("nextactdate") as RadDatePicker;

 

 

RadDatePicker rdp2 = e.Item.FindControl("finalactdate") as RadDatePicker;

 

 

if (rdp1 != null && rdp2 != null)

 

{

rdp1.Attributes.Add(

"onclick", string.Format("HighlightRow({0})", rdp1.ClientID));

 

rdp2.Attributes.Add(

"onclick", string.Format("HighlightRow({0})", rdp2.ClientID));

 

}

}


Tsvetina
Telerik team
 answered on 02 Apr 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?