By Brad Vick - 10/12/2006
I have a DevExpress grid that is bound to a BusinessBindingSource. The problem I am having is that if the business object behind the bindingsource is blank (current row index -1) coming into the program and I add a new row to the grid and execute a .save() on the business object, the .save() never returns control back to the pgm. I don't get an error, just hangs up. This does not happen on an edit, or if the grid already has a row in it and I add a new one. Only happens on a blank grid. Also the record gets added to the database when this happens. Any assistance on debugging this issue would be greatly appreciated, I am probably missing some small detail.
|
By Trent L. Taylor - 10/12/2006
This has actually already been resolved. If you will download the latest install from yesterday afternoon, it has the fix for this particular issue. The problem had to do with the way some threading was taking place and interfacing with the IBindingList interface in the BusinessBindingSource control. At any rate, this issue has been resolved if you will download the latest build from yesterday.
|
By Keith Chisarik - 10/12/2006
Is there any way we can be alerted to the release of a new version with bug fixes short of checking the downloads section daily?
Thanks.
|
By Trent L. Taylor - 10/12/2006
I kept waiting for someone to ask that question. Generally we will send out an email notifying all of our users there is a new update...but unless people are running into a specific error, such as Brad was using the DevExpress stuff...it would not affect most people. So when someone runs into we just let them know that there is a fix. When we release the 1.5.1 update at the end of next week we will send out a notice letting everyone know about it.
|
By Ivan George Borges - 10/12/2006
I have developed my own method of knowing about all the updates that are released ...
|
By Brad Vick - 10/23/2006
When will 1.5.1 be released?
|
By Trent L. Taylor - 10/23/2006
We're shooting for this Friday (late afternoon / early evening).
|