Jump to content
Software FX Community

Manually populating the grid


Simonj

Recommended Posts

Hi there

I am trying to populate the grid using data that will not be bound to the grid as i need to manipulate the returned query data.

I then will populate the grid from this manipulation.

Could someone tell me how i would go about populating the grid.  I have looked through the API reference in the resource center and not sure where i should start,

 Thanks for any help 

Link to comment
Share on other sites

 

Simon,

The first place to look is in the Programmers Guide. Go to the Data Connectivity section and then open the Binding to Databases page, also check out Unbound Mode.

To see some code, open the Real Estate Sample in Visual Studio: there is a sample web page populating the grid without using Datasource Controls but .Net Classes: DataBind_BO. Additionally, take a look at the DataBind_UnboundData page to see how to populate a grid from scratch.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...