This is a migrated thread and some comments may be shown as answers.

telerik table programmatically

5 Answers 320 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Moaz
Top achievements
Rank 1
Moaz asked on 12 Feb 2014, 06:52 AM
i create  telerik table programmatically ,, i need to access specified cell ,, e.g  cel[row][col] and get it's value  ,, and how to make Style for this cell 

5 Answers, 1 is accepted

Sort by
0
KS
Top achievements
Rank 1
answered on 13 Feb 2014, 03:56 PM
Hi,

Get the row x col from the data - this would be a field running value. Style cells conditionally - http://www.telerik.com/help/reporting/styling-conditional-formatting.html

-KS
0
Eric
Top achievements
Rank 1
answered on 16 Feb 2014, 01:30 PM
I am trying to do the same.  Is there a way in VB.net to loop through the report's items looking for a specific column and return a collection of rows?  I see there is a ItemDataBinding event that can be used but I need to do it for 3 fields.

Thanks,

Eric
0
KS
Top achievements
Rank 1
answered on 18 Feb 2014, 06:56 PM
Hi,

This is not a grid and there are no columns and rows :) see the Designer.vb, there are only textboxes ordered in tabular way. All these textboxes form a template(think of it as an asp repeater), which is repeated for each record of data. To get row or cells you actually need to know what data is there, so the  search should be for the column and row in the data.

-KS
0
Eric
Top achievements
Rank 1
answered on 18 Feb 2014, 07:05 PM
KS, thanks for the reply.  I do know the column (by name) but I don't know how many rows there are.  I guess I am unsure what objects to start with.  My designer is a report class, but the user sees this in the report viewer.  Do I need to reference objects in the report class? Like TextBox1.value?

Thanks,
Eric
0
Stef
Telerik team
answered on 21 Feb 2014, 09:12 PM
Hi Eric,

Please refer to my post in your forum thread or support ticket #788808 directly.

Sending us a sample project that illustrates your data organization, report layout and further processing requirements, will be helpful to provide you more accurate suggestions. For the purpose you can use your support ticket.

Regards,
Stef
Telerik

New HTML5/JS REPORT VIEWER with MOBILE AND TOUCH SUPPORT available in Telerik Reporting Q3 2013! Get the new Reporting version from your account or download a trial.

Tags
General Discussions
Asked by
Moaz
Top achievements
Rank 1
Answers by
KS
Top achievements
Rank 1
Eric
Top achievements
Rank 1
Stef
Telerik team
Share this question
or