Anyone using DevExpress Grid?


Author
Message
Robert Linton
Robert Linton
StrataFrame Beginner (21 reputation)StrataFrame Beginner (21 reputation)StrataFrame Beginner (21 reputation)StrataFrame Beginner (21 reputation)StrataFrame Beginner (21 reputation)StrataFrame Beginner (21 reputation)StrataFrame Beginner (21 reputation)StrataFrame Beginner (21 reputation)StrataFrame Beginner (21 reputation)
Group: Forum Members
Posts: 13, Visits: 49
Wondering if anyone here is using DevExpress components, specifically their Grid Control, with SF?

I'm having a few issues. One is that the BO's current record does not seem to be staying in sync with the focused row. For example, the attached screen shot shows the "Hindi" row selected, if I press Delete on the MaintenanceFormToolStrip, the first row ("German") will be deleted...not "Hindi" as expected.

Secondly, if I edit "Hindi" to "East Hindi", the Save button is not Enabled as usual when I leave the row, yet, when I exit the form, it automatically asked me if I want to save the changes. Upon confirmation, all changes are saved correctly.

Finally, I cannot use the design time editor because the component does not recognize the BO as a datasource...I have to assign the datasource programatically...would be nice to have design-time support...but that's secondary.

Any clues?

TIA,

Rob

Attachments
DeleteProblem.jpg (336 views, 80.00 KB)
Reply
Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 7K
We are also going to release a DLL that completely wraps the DevExpress controls.  The wrap provides seamless integration for teh DevExpress controls into StrataFrame.  This will be available the same time as the LinkManager. StrataFrame has two interfaces that allow you to interface any third-party or custom control into the framework: IBusinessBindable and ILocalizable.

If you do not need localization support and need binding, then only the IBusinessBindable interface is needed.  We will let you know as soon as the DevExpress wrapper is available.  If you need to do something immediately let me know and I will send you a sample on how to implement the IBusinessBindable interface. Wink

As for your current situation the problem you are having with the delete is because the Grid is not navigating the business objects record index.  There are a lot of ways to move the record pointer of the BO.  When the grid repositions itself, you will need to capture an event to Sync the BO record.  There are a lot of ways to reposition:

MyBo.Move...()
MyBo.Navigate()
MyBo.NavigateToPrimaryKey()
MyBo.SeekToPrimaryKey()

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Robert Linton - 19 Years Ago
Trent L. Taylor - 19 Years Ago
Larry Caylor - 19 Years Ago
Kevin Lingofelter - 19 Years Ago
Trent L. Taylor - 19 Years Ago
Robert Linton - 19 Years Ago
             Great! Thanks.
Trent L. Taylor - 19 Years Ago
Larry Caylor - 19 Years Ago
Trent L. Taylor - 19 Years Ago
Larry Caylor - 19 Years Ago
Trent L. Taylor - 19 Years Ago
StrataFrame Team - 19 Years Ago
Robert Linton - 19 Years Ago
                     Rob,

The reason you're getting that exception is that .NET...
StrataFrame Team - 19 Years Ago
StarkMike - 19 Years Ago
StrataFrame Team - 19 Years Ago
Steve L. Taylor - 19 Years Ago
Larry Caylor - 19 Years Ago
StrataFrame Team - 19 Years Ago
Kari Paukku - 19 Years Ago
Trent L. Taylor - 19 Years Ago
Daniel Essin - 19 Years Ago
StrataFrame Team - 19 Years Ago
                         oh

I hope You're collecting these gems for the Help file.
Daniel Essin - 19 Years Ago
                             Oh, yes, we have a continually growing list of topics that need to be...
StrataFrame Team - 19 Years Ago
Larry Caylor - 19 Years Ago
StrataFrame Team - 19 Years Ago
Wayne Van Rooyen - 19 Years Ago
StrataFrame Team - 19 Years Ago
                         Hi Thanks, I have managed to follow the article for an edit box. I was...
Wayne Van Rooyen - 19 Years Ago
                             I don't have any controls from Infragistics loaded on my computer. We...
StrataFrame Team - 19 Years Ago
                                 Hi, I cant seem to get the columns of the grid to autopopulate from...
Wayne Van Rooyen - 19 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search