Hello guys,
As I am quite new to Infragistics, I wonder if know Where can I find complete lifecycle of win grid?
I checked online doc and it's not there...
Thanks a lot,
Elton
No, I don't beleive there is any such document.
Yea, I had the same thought - I ended up cobbling up a project that had a grid and a rich text box, among some other controls to goof around with. I wrote a line to the textbox when each event was fired to get a trace. But I didn't grad ALL events. You could though. It's an instructive exercise.
Bill
Alright guys,
I was doing web application a lot before and just turn to winform a couple of weeks ago.
What I am looking for is sequence of events. For instance, when I use clickcell and aftercellactivate event hanlder at the same time, which one fires first? or only one get fire?
I think we should have something like this.
Thanks,
This would help me as well. I believe Elton is asking for something like the ASP.Net lifecyce of request handling: http://msdn.microsoft.com/en-us/library/ms178472.aspx
This lets you know the order of events as they are fired by the implementation, as well as usefull information about what type of activities should be done during each event.
A question I've had on the grid for a while is "What is the last event?"
Hi Elton,
I'm not aware of anything like this in the documentation. Perhaps if you could be more specific about what you need to know, I might be able to help.