AD
Administrator
Syncfusion Team
June 25, 2003 08:26 PM UTC
I am not sure I understand, but I don't think there is any special grid functionality for this. Maybe you could just use the standard event processing. For example, if you want to catch the action of either entering a row or leaving a row, you can subscribe to the RowEnter or RowLeave events for the GridDataBoundGrid.
Then if you want to notify other controls of this action, you could have the other forms (controls) subscribe to this same event. If you need to pass special information, you could create your own event with specail event args that you could fire from this event. Then the other forms (controls) could subscribe to your event to receive the proper information to act on.
GR
Grer
June 25, 2003 08:36 PM UTC
I'm looking for something like the cellrenderer object.
So there is no way to do this unless I put it in the Syncfusion grid source code or just make one method and have the grids all point to it for the row change event method.
I guess the other way to do this is to wrap the databound grid with a composit control and put my code in.
So you have any other suggestions?
Thanks
G.