Visual Basic Development Bookmark and Share   
 Home > Visual Basic Power Packs > PowerPack 3 Datarepeater
 

PowerPack 3 Datarepeater

Description:

1-Add a new Datarepeater that is connected to a table say of 100 records

2-Add a button to the Repeater and set the databindings to a field in the table

3-Add a trackbar on the form outside the repeater to control the button

4-Add this line when to the trackbar scroll event

Datarepeater.currentItem.controls("Button1").width=Trackbar1.value

5- scroll down on the repeater you will find that not only the current button changed but every 15 or so change as well

bugy bugy bugy , Just the fact that there is no control as Datarepeater.item( number ) is a shame

Repro Steps:

Actual Results:

Expected Results:

Product Name and Version:

Macgari  Thursday, March 27, 2008 8:24 PM

Description:

1-Add a new Datarepeater that is connected to a table say of 100 records

2-Add a button to the Repeater and set the databindings to a field in the table

3-Add a trackbar on the form outside the repeater to control the button

4-Add this line when to the trackbar scroll event

Datarepeater.currentItem.controls("Button1").width=Trackbar1.value

5- scroll down on the repeater you will find that not only the current button changed but every 15 or so change as well

bugy bugy bugy , Just the fact that there is no control as Datarepeater.item( number ) is a shame

Repro Steps:

Actual Results:

Expected Results:

Product Name and Version:

Macgari  Friday, March 28, 2008 5:56 PM

Thank you for your feedback. We are currently investigating. The investigation process normally takes 7-14 days. If this issue is urgent, please contact support directly (see http://support.microsoft.com).

If at any time your issue is closed unsatisfactorily, you may edit your issue via Connect and change the status to “Active.�/p>

Thank you,
Visual Studio Product Team

MS Feedback Response - MSFT  Wednesday, April 09, 2008 2:59 AM

Thanks for your feedback.

We are escalating this issue to the appropriate group within the Visual Studio Product Team for triage and resolution.
These specialized experts will follow-up with your issue.

Thank you,
Visual Studio Product Team

MS Feedback Response - MSFT  Wednesday, April 09, 2008 10:34 AM
This issue has been resolved as By Design.
MS Feedback Response - MSFT  Monday, April 14, 2008 1:16 AM

in regards to the indexing of items that the DataRepeater has.... DataRepeater.Controls contains the collection of all the DataRepeaterItems and you can index that... also, most of the events that are specific to the DataRepeater, DrawItem, ItemsAdded, Cloned, Cloning, have specific args with the DataRepeaterItem in question, and the DataRepeaterItem has ItemIndex property that corresponds with the Controls collection...
yofed2  Friday, April 18, 2008 5:09 PM

This issue has been Resolved as By Design.

Over the past few months we’ve been running a pilot in these forums allowing you to submit bugs and suggestions to us directly. We’ve learned a lot during this pilot and we’re enthusiastic about, and committed to, expanding our ability to take your feedback, and respond to it thoughtfully. By now you’ve hopefully seen our announcement about our plans to migrate these forums to our brand new forums platform. As a part of this migration we’re going to be closing down the bug and suggestion pilot program. We’re going to take some time to analyze how well the pilot went, see what we need to tune up, and make sure that we build the right features into the new platform.

We appreciate all of the feedback you’ve given us through this pilot, and while we work out how to bring this feature to the new forums, please continue to submit any bugs or suggestions you have through our Connect site here.

If you have any questions or concerns about the bug and suggestion feedback pilot, please contact us.

Thank You,

Developer Division Community Connection

MS Feedback Response - MSFT  Wednesday, May 14, 2008 7:50 PM

This reason this issue was closed as By Design is changes that are made to theCurrentItem won't affect other items. To make the change apply to all the items, you will need to handle theDrawItem event and change each row.

MS Feedback Response - MSFT  Tuesday, May 20, 2008 5:18 PM
hi,

I am having the same issue. The problem is if I change the Current Item in the DrawItem event, all the items in the repeater are changed.

Thanks for your help and time.

Naveen

Dare to Dream
Naveen Kada  Monday, November 09, 2009 11:11 AM


Something else I am having trouble with is the Datarepeater Header. If the records cross the count displayed on screen (I mean if the scroll bar shows up). Thepointer (header)does not work right.

Hope there is a workaround for this

Thanks

Malek


Malek Humaid  Tuesday, November 24, 2009 4:58 AM

You can use google to search for other answers

Custom Search

More Threads

• PrintForm does not Install via ClickOnce Deployment
• The Printer Object
• Windows Media Player plugin commands
• ShapeContainer Capacity
• User Control
• tab control customization
• Bug? installing VB PP3
• What happenned to the original .Net Powerpack?
• Adding references in Access project
• using the printdocument1 in vb.net