REPORT CONTROL AUTOMATIC ROW SELECTION IN C# |
Post Reply |
Author | |
sonix
Newbie Joined: 26 January 2009 Location: Philippines Status: Offline Points: 8 |
Post Options
Thanks(0)
Posted: 07 April 2009 at 4:31am |
Hi Sir, Good day. May I know on how to select the the report control row[0] (like the click event behavior) automatically while selecting different node on treeview? I'm using c# code... the used the code below but still no respond. thanks in advance. rptMainMessages.Rows[0].Selected = true; |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
You can select row as you did already but it seems that row is selected (grayed) but not selected like you click with mouse.
If you would resize column or use scrollbar the RC will be redrawn and row will be really selected (blue).
After selecting a row:
wndReportControl.Rows[1].Selected = True
Call wndReportControl.SetFocus (this will have same effect)
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |