Is there a way to have the afterrowselected event fire only after the row is selected when the user selects a row using the rowselector.
I am getting this event to fire before the row is even there with data. Which causes some wierd problems.
actually I am getting index out of range. Using:
ugProg.Selected.Rows[0]
How is the rowselection event even fired when there is no row?
I've had similar problems with events firing when I don't think they should. With the grid I normally just turn off the event then turn it back on. Look for gridname.eventmanager. All the events can be turned on and off.