Jump to content
Software FX Community

How to use onDataBound/OnDataBinding


ramanak

Recommended Posts

Hey,

OnDataBinding and Bound occur before and after the grid binds to its datasource, respectively. 

OnDataBinding is typically used as an opportunity to customize the data source the grid binds to; however, if you use a data source control by setting the grid's DataSourceID property, you shouldn't have to do anything there. 

OnDataBound is a good place to iterate through the grid's Items and/or Groups.  There you could modify item styles, select item(s), total values, etc.

Tell me what you are specifically looking to do and I can provide you with a more detailed explanation.

Thanks so much!

Steve Potter

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...