Telerik Forums
Reporting Forum
0 answers
122 views
Hello,

Can you guide on how can I add a new row to radgrid from javascript?
I have a radcombobox and a radgrid and when i click the add link button, it should remove the item from radcombobox and add it to the radgrid, i dont want any changes to the database, just client side.

i have got radcombox values in clinet side as -

 function AddFund()
         {
            // get selected item in RadComboBox_FUNDS
            var combo = $find('<%=RadComboBox_FUNDS.ClientID %>');
            var comboValue = combo.get_selectedItem().get_value();            
            var comboText = combo.get_selectedItem().get_text();
            
            // add new row to Radgrid_FUNDS

                 
         }


please help me with the code to add the row in radgrid and remove it from radcombobox
Priti
Top achievements
Rank 1
 asked on 04 Jun 2012
1 answer
428 views
I'm currently trying out Telerik Reporting and I'd like to have more precision in my controls of the report.  It's currently moving with a 0.10 inch precision.  I'd like to make it 0.02 inches, and I thought that the SnapGridSize property in the report would do the trick.  While I can change this property, the controls are still moving 0.10 inches at a time.

If anybody can tell me what I need to do to resolve this, I'd appreciate it.  Thanks!
Patrick
Top achievements
Rank 1
 answered on 04 Jun 2012
1 answer
108 views
   Dim reportBook As New Telerik.Reporting.ReportBook()
     
        Dim i As Integer
        i = 0
        For Each dr As DataRow In dt.Rows
            reportBook.Reports.Insert(i, New ByFundReport(dr("Symbol").ToString(), dr("Fund").ToString(), HttpContext.Current.Session.SessionID.ToString(), Session("SessionGroupID")))
            reportBook.Reports(i).DocumentMapText = dr("FundDisplay").ToString()

            i = i + 1
        Next
ReportViewer1.Report = reportBook



i am using this code to create nodes at runtime from the data retrieved from db.
the report creates pages but does not create navigation nodes in the report book
can you please help me with this?
Elian
Telerik team
 answered on 04 Jun 2012
0 answers
67 views

Hi;

my reportviewer 5 page I want to send the page you want by e-mail

I would like to send page by e-mail not only watched all of the

Help 

Thnks

salih
Top achievements
Rank 1
 asked on 04 Jun 2012
5 answers
248 views
We updated telerik reporting from 2009 Q1 to 2012 Q1 in VS2010. I now get an Error when I call a function that been work fine in 2009 version. I get the red box saying "The expression contains undefined function call functionname(). the function is still there and setting a break point on it, it does not break. What do I have to do to fix this?
Steve
Telerik team
 answered on 04 Jun 2012
3 answers
231 views
hi , 
i am using telerik reporting in a .net application within a telerikReportViewer , i like to visualise my reporting result in french langage . 
have you any idea ?
thank you ! 


  <telerik:ReportViewer  ID="MyReportViewer" runat="server"    
Report="ReportLib.ReportCompteUS, ReportLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" 
Width="100%" Height="100%" ProgressText="Génération du rapport ..." >
  </telerik:ReportViewer>
Steve
Telerik team
 answered on 04 Jun 2012
1 answer
71 views
hi,

i have downloaded and installed Telerik Reporting (Q1 2012) trial version. i am using it to prepare the POC for client hence on approval we will purchase the product.

i am facing the problem in export functionality. it is not working in IE, but working fine in fireFox and Safari.

i have tried to add the header with Cache-Control public, private
. still it is not working.

Also tried solutions given on microsoft site. still no luck.

Someone please help me to solve the problem.

thanks.
Steve
Telerik team
 answered on 02 Jun 2012
1 answer
126 views
Hi,
I have created a report in Telerik, which consists of a page header, a page footer and one details section.
In the details section of my report there is a number of HtmlTextboxes, tables and PictureBoxes.

However, I have a problem when trying to insert a new Picture (by dragging it to the grid of the report form) like in the middle of the report. I would like to be able to insert, for example, a picture box, and then the items below moves down automatically, but instead, I have to manually select and move down every item in the details section, to make space for the new item (Picturebox, HtmltextBox etc).

Is there a way to have the report automatically move items down when I insert a new in the middle, or can I select the items below and type in a number stating how much Id like to move it?

-Thanks Mikkel.  
Steve
Telerik team
 answered on 02 Jun 2012
1 answer
227 views
I have a report that binds to a data source of invoices using the following query:
SELECT * FROM Invoices

Within the detail section of the report I wish to add several tables. The first displays a list of all the invoice items:
SELECT * FROM InvoiceItems WHERE InvoiceId=@InvoiceId

The second displays a list of the invoice transactions:
SELECT * FROM Transactions WHERE InvoiceId=@InvoiceId

I then set the report parameter @InvoiceId to "=fields.InvoiceId" hoping that when the detail section is generated, the tables datasource would take the current invoice id and refresh its datasource. This isn't happening.
I know I could use sub reports to achieve the desired effect but wanted to keep everything within the one report if I can. Can I do this?

Thanks in advance

Mike


Steve
Telerik team
 answered on 02 Jun 2012
1 answer
107 views
I have a report where the dataSource is:

public OrderMaster orderMaster;
public List<OrderDetail> orderDetails;

I have created the report using the information from the orderMaster object, and inserted a List into the center of the page to display the orderDetails.  This works fine, but I would like to carry to formatting of the list to fill up the whole area in the center of the report (every other line has the background color set, column boarders, etc).  Right now if there are 3 items in the orderDetails list, the list displays the 3 items, then there is a blank area until the PageFooter starts.

Anything I can do to get the list to behave the way I want it?
Steve
Telerik team
 answered on 02 Jun 2012
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?