Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
166 views

Hi

  I have a radgrid in my page with Paging enabled, i want to show the Aggregate function for some of the columns. Assume that i have  100 records in grid, i set pagesize=50, so  my 100 records will displayed in two pages(50 per page) and also i set Count Aggregate function for the EmployeeID Column, it displays the Count as 50 in first page and again 50 in second page but i want to show the count as 100 for that Column in all the pages.

Is there any possibility to do this? if it so please send me the solution.

Thanks

Tsvetoslav
Telerik team
 answered on 14 Oct 2011
5 answers
148 views
Hello
I have a multi-line textbox ajaxified with a RadAjaxManager to be updated through an <asp:Button>
Everything worked fine until Web.UI Q2 SP1 (2011_2_915)
Now I got this javascript error when the Button is clicked (roughly translated):
"unable to read the property "id": object is null or not defined"

The VS debugger stops here:
}if(this.Type=="Telerik.Web.UI.RadAjaxManager"){if(i.get_postBackElement()!=this.get_element()){var c=this._updatePanels.split(",");
if(Array.contains(c,i.get_postBackElement().id)){this._isRequestInProgress=true;

In this particular statement:
if(Array.contains(c,i.get_postBackElement().id))

The button postback event is never fired.
If I change the Button with a RadButton everything works fine, but this is not a feasible solution for me at the moment.
Thank you for your help
Tsvetoslav
Telerik team
 answered on 14 Oct 2011
1 answer
245 views
I'm working with the RadWindow, and all is OK - except, on the close of the RadWindow;

If an unrelated button is clicked on the same web page, the RadWindow re-appears as a popup;

I'm writing to ask if the RadWindow can be disposed of - after intended utilization;

The DestroyOnClose, and Dispose, methods did not resolve the issue of the popup window re-appearing after intened use;
//Set its properties
               rw1.Width = Unit.Pixel(400);
               rw1.Height = Unit.Pixel(400);
               //rw1.NavigateUrl = "http://www.google.com";
               rw1.NavigateUrl = "PopupFileUpload.aspx";
               //Make sure that the window will be shown after the postback
               rw1.VisibleOnPageLoad = true;
               //Add it to the RadWindowManager's Windows collection
               RadWindowManager1.Windows.Add(rw1);

<telerik:RadWindowManager ID="RadWindowManager1" runat="server">
             <Windows
                 <telerik:RadWindow ID="Window1" runat="server" NavigateUrl="PopupFileUpload.aspx"/> 
             </Windows
         </telerik:RadWindowManager>
Princy
Top achievements
Rank 2
 answered on 14 Oct 2011
1 answer
223 views
Hi,
I have two problems with exporting to PDF from RadEditor.
My html code is:
<div style="font-size: 10pt; line-height: 1.2; font-family: calibri; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; text-align: justify;">
<p style="text-align: right;">2011</p>
<br />
<h1 style="font-size: 14pt; font-weight: bold; text-align: center;">LOREM IPSUM</h1>
<span style="position: relative; bottom: -5px;">LOREM:</span>
<ul style="margin-top: 0px; padding-top: 0px; padding-left: 15px;">
    <li style="margin-top: 0px; padding-top: 0px;">cccccccccccccccccc vvvvvvvvvvvvvv</li>
    <li><span style="line-height: 15px; font-family: calibri; font-size: 13px;">cccccccccccccccccc vvvvvvvvvvvvvv</span></li>
    <li><span style="line-height: 15px; font-family: calibri; font-size: 13px;">cccccccccccccccccc vvvvvvvvvvvvvv</span></li>
</ul>
<p style="font-size: 8pt; font-weight: bold; text-align: center;">Pouczenie:</p>
<ol style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-left: 15px; font-size: 8pt; list-style-type: decimal;">
    <li>LOREM IPSUM</li>
    <li><span style="line-height: 12px; font-family: calibri; font-size: 11px;">LOREM IPSUM</span>:
    <ol style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-left: 15px; font-size: 8pt; list-style-type: decimal;">
        <li><span style="line-height: 12px; font-family: calibri; font-size: 11px;">LOREM IPSUM</span></li>
        <li><span style="line-height: 12px; font-family: calibri; font-size: 11px;">LOREM IPSUM</span></li>
        <li><span style="line-height: 12px; font-family: calibri; font-size: 11px;">LOREM IPSUM</span></li>
    </ol>
    </li>
    <li><span style="line-height: 12px; font-family: calibri; font-size: 11px;">LOREM IPSUM</span></li>
    <li><span style="line-height: 12px; font-family: calibri; font-size: 11px;">LOREM IPSUM</span></li>
</ol>
</div>
I pasted it to your demo sample: http://demos.telerik.com/aspnet-ajax/editor/examples/pdfexport/defaultcs.aspx
After exporting:
- there is a big space at the top
- bottom list left numbers (they are letters (a,b and c).
Screen - http://imageshack.us/photo/my-images/840/przechwytywaniek.png/
I have Telerik in version: 2010.1.519.35.
How to fix this?
Thanks in advance.
Rumen
Telerik team
 answered on 14 Oct 2011
1 answer
114 views
Hello, i try using AsyncUploadHandler, on local machine its working well, 
but on remote IIS, i got error /Handler.ashx?type=rau 500 (Internal Server Error)
    _message NotFound."
but with same parametrs on local machine working, if some one get problems like this, help me please.
thanks
Princy
Top achievements
Rank 2
 answered on 14 Oct 2011
3 answers
55 views
Hi Telerik,

This feature doesn't seem to exist implicitly, but I was wondering if there was a way to achieve this? I really like the feel of live resize and I was hoping to apply it to a RadSlidingPane inside of a click-to-open RadSlidingZone. Is this possible?

Thanks

Sean
Niko
Telerik team
 answered on 14 Oct 2011
5 answers
210 views
I'm trying to plot a series of data on a telerik:RadChart! the chart has 30 items with a data value range from 0 to 30. This works great as in image 1. What I'm trying to achieve is to be able to set the X and Y axis labels in ranges as in image 2, when i try and do this not all the charts are plotted in the plot area of the chart. What I'm trying to achieve is something like image 3 is this possible?
Evgenia
Telerik team
 answered on 14 Oct 2011
4 answers
346 views

How do i bind the concatenated texts of all checked item of the RadComboBox to a field in the SQLDatasource using the selectedvalue property? Am using the ASP.NET AJAX RadControls Q2 2011. 

An example would be very welcome.

Princy
Top achievements
Rank 2
 answered on 14 Oct 2011
0 answers
112 views
Hello,
I have a RadTreeView With a selected node in it ( previously saved)
i want to add code to find the selected node and fire the (OnNodeClick) event for it as if i clicked it by mouse.
Thanks.
Rabih
Top achievements
Rank 1
 asked on 14 Oct 2011
1 answer
69 views
Hi,
is there anyway or documentation to shows me how to set security trim on RADSchedule.
I have a requirement where only admin can update,delete and create new appointment,
Contract Staff can only view
Permanent staff can view, create and delete their own appointment.

can someone point me to any website/document so i can learn how to do this.

thanks.

Regards,
CH
Stuart Hemming
Top achievements
Rank 2
 answered on 14 Oct 2011
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?