Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
101 views
I have a RadWindow to show comments when I click button of GridButtonColumn of a RadGrid. When I click, in the ItemCommand event of the RadGrid I have the following code:

protected void rgQualityReport_OnItemCommand(object sender, GridCommandEventArgs e)
{
    if (e.CommandName == "ShowComment")
    {
        GridDataItem dataItem = e.Item as GridDataItem;
        comments.Content = dataItem["ColumnDate"].Text;
        this.modalPopupComments.VisibleOnPageLoad = true;
        RadWindowManager1.DestroyOnClose = true;
        RadWindowManager1.Controls.Add(modalPopupComments);
    }
}


The problem is the following:When I click the button, the radwindow is showed correctly. However, after close the radwindow and reload the page, in a postback reload I have the following error:sys.webforms.pagerequestmanagerservererrorexception JSCRIPT error.

Can you help me, please?Thanks!
Maria Ilieva
Telerik team
 answered on 21 Oct 2014
1 answer
571 views
Hi!
Is there any way in Telerik to have a responsive grid? I use it in a web page and with a lot of column headers, I wish it was as responsive as the grid in the link below for every device in any resolution: 
http://fooplugins.com/footable-demos/
Alternatively, is there any way to integrate footable attributes in a telerik radgrid?

Thanks!
Pavlina
Telerik team
 answered on 21 Oct 2014
3 answers
143 views
We have had our RadEditor working with a custom editor CSS file for a while, and the "Select CSS Class" dropdown properly shows just the classes in that file. I've been asked to add a TableLayoutCSSFile to provide a custom table format. Once I add the table file to the config, the table styles begin showing in the class dropdown.

Is there any way to prevent this? We don't want users to have to scroll through tons of table styles, just to get to the content styles at the bottom of the list.
Ianko
Telerik team
 answered on 21 Oct 2014
1 answer
100 views
Hi,

We were using ASP.net AJAX Q2 2013 along with VS 2010 for our development. Recently we upgraded the environment to VS 2013 and Telerik  ASP.net AJAX Q3 2013 RAD Controls.  Now we find that in all the web pages where we have the RAD Date picker, the control flickers in IE11 on post back. Also for drop down lists, the user has to click twice to get it working. There is a considerable slowness in these controls.  This is happening only in IE11 and works fine in chrome.  This was working correctly in IE 11 when we were using Q2 2013.  We cannot tell our clients to use chrome since our application works best in IE. 

We are now hesitating to provide our latest build to our clients due to the slowness of these controls.  What could be the possible issue and are there any workarounds or fixes for this? An early action from your end is appreciated.  

Thanks and Regards

Rajendran Valappil
Maria Ilieva
Telerik team
 answered on 21 Oct 2014
1 answer
100 views
Hello

I 've done the possibility at users to group by column (client mode)
That work very fine, but my column is,very large

My grid is 100 % width and all of my column are in %

Tank  you for your help

Annz
Pavlina
Telerik team
 answered on 21 Oct 2014
1 answer
86 views
I implemented a page similar to the demo here:
http://demos.telerik.com/aspnet-ajax/slider/examples/rangeslider/defaultcs.aspx

My page has a single slider and a tooltip that follows the drag handle. The tooltip shows text information and is visible at all times. This page works great.

Now I want to add a second slider on the page with a similar tooltip. However I have found out that only one tooltip can be visible on the page at the same time. So what I thought was going to be an easy change is now not so simple.

Is there any way to show two tooltips at the same time? If not, do you have an example or suggestion on what control I should use in place of the tooltip to implement similar functionality?
Niko
Telerik team
 answered on 21 Oct 2014
7 answers
156 views
From time to time I see the following error caught in our system's error logs:

The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or a non-white space character among the padding characters.
   at System.Convert.FromBase64String(String s)
   at Telerik.Web.UI.CryptoService.Decrypt(String encryptedString, String password)
   at Telerik.Web.UI.AsyncUploadHandler.GetConfiguration(String rawData)
   at Telerik.Web.UI.AsyncUploadHandler.EnsureSetup()
   at Telerik.Web.UI.AsyncUploadHandler.ProcessRequest(HttpContext context)
   at Telerik.Web.UI.HandlerRouter.ProcessHandler(String handlerKey, HttpContext context)
   at Telerik.Web.UI.WebResource.ProcessRequest(HttpContext context)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

I haven't been able to tie it t any specific input or activity. Any idea what might be causing it?
Nencho
Telerik team
 answered on 21 Oct 2014
1 answer
108 views
Hi,
I have RadEditor content stored in the database with html tags and trackchanges on. How can I display this content on the reporting services without HTML tags? Please let me know. I don't see any online examples.

regards
Ianko
Telerik team
 answered on 21 Oct 2014
1 answer
88 views
Hi All,
Recently i have downloaded "UI for ASP.NET AJAX Q2 2014 SP1" trial version of telerik.I am trying to implement RadDaigram but iam not getting property "fillsettings"which is used to fill shapes.So that iam not able to fill shapes.One more thing in their demo javascript file they are accessing following code of line
 box = shape.drawingElement.bbox(); Here iam getting undefined element "drawingElement".Iam not getting it.Iam trying to implement following demo example in VS2012.Please you can refer following link which i am trying to implement but getting problems as i said above.
http://demos.telerik.com/aspnet-ajax-beta/Diagram/Examples/overview/defaultcs.aspx#qsf-demo-source


Any help will be appreciated.i am new to telerik controls.

Kind regards
Ram M.
Slav
Telerik team
 answered on 21 Oct 2014
3 answers
1.5K+ views
Hi,

I am using radcombobox in my project, bind the combo box using page methods see this link.(last method) Working fine to display the items based on loadondemond, but after save the data when i am trying to edit  i am assigning to radcombobox based on item value , but it is not working properly, because radcombobox items are not loaded .

 my code is
i am trying bellow two ways

1) RadComboBox4.SelectedValue = dr["AgentID"].ToString();

2) RadComboBox4.FindItemByValue(dr["AgentID"].ToString()).Selected = true;

the second method  showing the error , selecteditem and selectedindex always shows null and -1. 

please can any one help me to come out this problem .

Thanks,
hemanth
Plamen
Telerik team
 answered on 21 Oct 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?