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
}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;if(Array.contains(c,i.get_postBackElement().id))//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><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>
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.