Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
131 views
I am having an issue with a table inside of a listview. Randomly cells inside of the table will shift to the right, pushing the rest of the row with it off the side of the grid. This happens randomly, not always in the same place. It also happens with the header row. If I take the column count down to 3 or less, the problem goes away.

I have tried manually setting all of the cell values to no avail.
Disabling AJAX on the radajaxmanager makes the problem go away.
This problem only occurs in IE 9. The page renders fine in IE 8 and latest Firefox.

Any help is appreciated!
Matt
Top achievements
Rank 1
 answered on 18 Mar 2013
5 answers
226 views
Hi,

We are using Export to PDF functionality of Rad editor in our application. When try to Export some text content from Rad editor to PDF the line spacing between the paragraphs in text content got removed in Exported PDF file. Please help us to rectify the problem.

Find the attached document for your reference  

Thanks in advance

Rumen
Telerik team
 answered on 18 Mar 2013
1 answer
77 views
Hi
 
   i Have a column like Start Date in database but it is in nvarchar data type
   i want to select the data within particular date in the same  column(Start Date)




Regards
P.Mugil
MasterChiefMasterChef
Top achievements
Rank 2
 answered on 18 Mar 2013
3 answers
119 views
I am using the default RadGrid sorting feature, but it only works in some cases. For example:

<telerik:RadGrid runat="server" ID="NumbersGrid" AllowSorting="true" OnNeedDataSource="NeedNumbers" />
protected void NeedNumbers(object sender, GridNeedDataSourceEventArgs e)
{
    ((RadGrid)sender).DataSource = Enumerable.Range(1, 10).Select(number => new { number });
}

This displays 10 numbers in a grid, as you would expect. If you click on the header, a sorting arrow appears but the grid does not actually become sorted. How come?

I am using Telerik 2012.1.
Jeff
Top achievements
Rank 1
 answered on 18 Mar 2013
3 answers
163 views
I am using the code below to show/hide a Radtextbox on item selected from  RadCombobox. For some reason the Radtextbox is disappearing on mouse over.
aspx file 
--------------------
<td class="rowcontent">
<telerik:RadComboBox ID="ddIdentifiedBy" runat="server" DataTextField="FullName" DataValueField="UserId"
  Font-Bold="False" Font-Names="Arial" Font-Overline="False" ForeColor="Black"  OnClientSelectedIndexChanged="OnClientSelectedIndexChanged">                                                                      
 </telerik:RadComboBox>                                                                     
  <telerik:RadTextBox ID="txtIdentifiedBy" runat="server" Style="margin-left:50px; visibility:hidden;">
   </telerik:RadTextBox>
    </td>
<script type="text/javascript">
    function OnClientSelectedIndexChanged(sender, args) {
        var textbox = $find("<%= txtIdentifiedBy.ClientID %>");
        if (args._item._text == "Other") {
            textbox._element.style.visibility = "visible";
        }
        else {
            textbox._element.style.visibility = "hidden";
        }
    }
</script



code behind to for the RadComboBox
-------------------------------------------------

  ddIdentifiedBy.Items.Insert(1, new RadComboBoxItem("Other"));
Ebenezer
Top achievements
Rank 1
 answered on 18 Mar 2013
5 answers
96 views
I have the seen the following error on the ajax demos page today.  FYI

Uncaught ReferenceError: DemoSearch_onClientSearch is not defined
moegal
Top achievements
Rank 1
 answered on 18 Mar 2013
2 answers
83 views
Hi,

I have a slider on one page which then gets posted to another page.  The problem with what I'm doing below is that the items collection isn't passed in client state.  

What is the correct way to get the slider value?

          
NameValueCollection nvc = Request.Form;
RadSlider rs1 = new JavaScriptSerializer().Deserialize<RadSlider>(nvc["RadSlider1_ClientState"]);
var v = rs1.Items[Convert.ToInt32(rs1.Value)];
 
Thanks,

Andy
           
andy
Top achievements
Rank 1
 answered on 18 Mar 2013
2 answers
181 views
I would like insert a RadRadialGauge in a Report.
I tried export ou convert it to Image as byte array or FileStream, this way i could insert as PictureBox.

Do you have a solution for this ?!? 
Can I export RadRadialGauge to a Image object ?!?
Can I insert RadRagial Gauge to a report ?!?

Wainting answer.

Tks
Danail Vasilev
Telerik team
 answered on 18 Mar 2013
4 answers
80 views
Hi,

I triing to use tabstrip Wizard to build one payment gateway. During the first step you adding your items in the cart, next go to payment gateway. After that i need to go outside to the external site and come back after validate the payment like paypal. If i load one new page i lost my data. It's possible to return from one external page and move to next step programatically using somelese like a service to prevent new page loading?. Others ways to go outside and come back in one defined wizard step?.

Thanks, Regards.
Nencho
Telerik team
 answered on 18 Mar 2013
1 answer
88 views
Hi,

We use the skin Webblue with de version 2012-2-607-35.  We want to use now the version 2013-1-220-40.

The WebBlue skin has changed.  I want to know the easiest way to come back to the old WebBlue skin using the new version.  Our client don't want to change it.

Thank you and have a nice day!

Steeve
Galin
Telerik team
 answered on 18 Mar 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?