Jump to content
Software FX Community

Refresh button


vaioklm

Recommended Posts

I am using the grid in a custom control; therefore, I am binding my datasource to the grid in the Grid.DataBinding event.  However, because I don't want to call back to my database every time the Grid.DataBinding event fires, I have my dataset stored in a Session variable which gets bound each time the event fires.  I would like to be able to call back to the database and update my Session variable if the user clicks the refresh button, but I do not see a way for me to know that the refresh button has been clicked.  Is there an event being raised or something I can override to expose this information to me.

Link to comment
Share on other sites

  • 2 weeks later...

Archived

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

×
×
  • Create New...