Browse By Tags

  • Differentiate between webgrid scrolling and new listbar selection?

    Hi, hopefully an easy question for someone. I'm trying to set up a statement that chooses whether or not to create a new binding. So InitializeDataSource would have something like this:

    If <new report selected> Then
    webgrid.Rows.Clear()
    webgrid…