Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
102 views
I have a RadEditor on a page.
It works fine when debugged/browsed locally through Visual Studio.
When running on our server then it is not loading all the controls in the server.
please help me out with this issue??

here i m attaching the picture of the error have a look
Rumen
Telerik team
 answered on 27 Jan 2012
4 answers
130 views
I set the following in the CSS for my TreeView but it is affecting ALL of the nodes not just first node. See attached

.RadTreeView_tree_2 .rtFirst
{
    font-size: 12pt;
    font-weight: bolder;
    font-style: italic;
 }
Tonyz289
Top achievements
Rank 1
 answered on 27 Jan 2012
3 answers
59 views
hi i have RadGrid, popup edit form template within this template i have a RadAsyncUpload which acts crazy with Mozilla Firefox, what is happening is "sometimes" when clicking the select button a dialog box opened and i select a file but nothing happens the select button still displayed and there is the extension thing, sometimes the opened dialog box  provides me with the allowed extensions and sometimes not

please help me !!! 
Rasheed
Top achievements
Rank 1
 answered on 27 Jan 2012
4 answers
316 views
Hi,
      I have grid with the pagging settings . as below

<

 

telerik:RadGrid ID="RadGrid1" runat="server" AllowPaging="true" PageSize="10" AllowSorting="true" ......

I bounded this grid with custom data source  (from my business object) Which has god more than 10 rows.   for ex. 15 rows.

Now I can see the grid has pagging. and on the first page I can view 10 records and in the second page I can see 5 records.  

And in my page I have button "Read Grid Data". on this button click event I am trying to read all the 15 rows by using the foreach

ON BUTTON CLICK EVENT ....

 

 

foreach (GridDataItem item in RadGrid1.Items)

 

{
  .... my business calculation... 
 

 



But this RadGrid1.Items retirn only 10 rows. But I need all 15 rows. I don;t know whether this is Telerik control issue or the way I am trying to read each rows using foreach. 

Please help me on this issue.  

Thanks 
Anand    

xis xix
Top achievements
Rank 1
 answered on 27 Jan 2012
4 answers
1.0K+ views
Hi,

when I copy the telerik demo of treeview to my web project, it thrown an error with the configurator panel, it doesn't recognize this tag:

<qsf:ConfiguratorPanel runat="server" ID="ConfigurationPanel1" Expanded="true">

this is the error:
Protected WithEvents ConfigurationPanel1 As Global.Telerik.QuickStart.ConfiguratorPanel

Error 7 Type 'Telerik.QuickStart.ConfiguratorPanel' is not defined

Any hints?

Thanks.
Plamen
Telerik team
 answered on 27 Jan 2012
2 answers
66 views
Hi guys,

I would like to report a bug reelated with image manager inside of RadEditor.
When image file name is too long 'Insert' and 'Cancel' buttons are became outside the popup. You can reproduce this problem on your demos pages.

See attachment.

--
Ernesto.
Ernesto
Top achievements
Rank 1
 answered on 27 Jan 2012
2 answers
245 views
Hello
I have a problem since version Q3 2011  the following script does not work: 

radgrid loses all data see picture 

function updateGrid(result) 
{       
var tableView = $find("<%= rgInventaires.ClientID %>").get_masterTableView();
tableView.set_dataSource(result);
tableView.dataBind();
}

Rimani
Top achievements
Rank 1
 answered on 27 Jan 2012
4 answers
183 views
Hi everybody!

I've searched a bit but so far wasn't able to determine if Radcontrols for SharePoint 2010 will be supported on SharePoint Online.
I tried to upload the solution but it dosen't comply with the sandbox mechanism.

Does someone know if it will be supported in a near future?

thanks a lot!

Stéphan.
Iana Tsolova
Telerik team
 answered on 27 Jan 2012
2 answers
166 views
Hi,

I have a user control edit form hooked to a RadGrid, like this demo:
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/usercontroleditform/defaultcs.aspx

I have a dropdownbox in the edit form, with a SelectIndexChanged event handler. When the event fires, the DataItem is null.

In my EditForm.ascx.cs:
protected void Page_Load(object sender, EventArgs e)
 {
    var x = this._dataItem; //x is not null, as expected
 }
  
protected void Product_SelectedIndexChanged(object sender, System.EventArgs e)
{
   var x = this._dataItem; //x is null
}

How would I get DataItem inside the event handler?
Any help with this unexpected behaviour would be appreciated,
Donald
Iana Tsolova
Telerik team
 answered on 27 Jan 2012
10 answers
143 views
Hello,

After installing the IE8 patch MS11-081-IE8-WindowsXP-KB2586448-x86-ENU.exe the autocomplete no longer works.
Ravi
Top achievements
Rank 1
 answered on 27 Jan 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?