Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
76 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
343 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
76 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
266 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
203 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
171 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
178 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
1 answer
103 views
Where can I find the name for those standard toolbar groups?
Richard
Top achievements
Rank 1
 answered on 27 Jan 2012
1 answer
135 views
Hi,

I've been looking at http://demos.telerik.com/aspnet-ajax/scheduler/examples/radtooltip/defaultcs.aspx but I can't get it to work for my scenario. Is there an example of how to implement a radtooltip from a scheduler appointment item where:

- The Scheduler is generated entirely from the codebehind and implements a custom Appointment template
- The markup uses an AjaxManager and not UpdatePanels

Also, why do the examples not separate Client Side and Server side creation? I eventually found a good client side example (http://www.telerik.com/community/code-library/aspnet-ajax/scheduler/show-radtooltip-on-appointment-click-entirely-client-side-implementation.aspx) but it uses UpdatePanels and I couldn't get it to work because the javascript

var apt = $find("<%=RadScheduler.ClientID %>").getAppointmentFromDomElement(element);

causes an error.

I'm happy to use Client side or Server Side - but I don't want code for both in my project.

Thanks

Mark
Marin Bratanov
Telerik team
 answered on 27 Jan 2012
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?