StrataFrame Forum

How to populate the DevEX grid (wrapped) with data

http://forum.strataframe.net/Topic4041.aspx

By Andrew Backer - 11/1/2006

Is there a tutorial or guidance out there on using the DevX Grid (EnhancedGrid in the toolbox)? My current question is about how to actually get the data into it, so I can work out how to display it. I have others, but I need to play a bit before I bring anything else up.



The function on the BO that I am calling takes a single parameter, and I have selected in the StrataFrame properties section where I pick the BO Type & display fields. I have also added columns that I want to display, but the dialog doesn't contain any help (just a message to set the properties, which is self evident) and I don't see it in the help framework help file.



Thanks

- Andrew
By Trent L. Taylor - 11/1/2006

There is a sample that was installed when you loaded StrataFrame.  It is in the VB.NET samples and the title is EnhancedList (I think that is the title anyway Smile).  But there is a sample.

Attached is a video on how it is used.  It works like the StrataFrame ListView control.

By Andrew Backer - 11/2/2006

I was stuck looking at C# samples, and only glanced at the vb ones. My fault.
By Trent L. Taylor - 11/2/2006

Yeah...we will eventually get the C# samples up to date, but most people that know C# also know VB.NET.  It doesn't work as well the other way.