Hi?
I wanna do something after calling CellDataRequested. But I don't find next event of CellDataRequested.
Do you know about it? Let me know plz ...
Hello Jae,
Would you mind clarifying what you are requirement is and what you plan on doing after this event is handled? Here is a link which lists all the UltraDataSource's members. Please review the events and let me know if they are of any help.
http://help.infragistics.com/Doc/WinForms/Current/CLR4.0/?page=Infragistics4.Win.UltraWinDataSource.v13.2~Infragistics.Win.UltraWinDataSource.UltraDataSource_members.html
The events that you may want to keep an eye on are CellDataUpdated and or CellDataUpdating. Let me know if this helps.
Sorry, your answer isn't helpful. The reason why I don't find event at your link and CellDataUpdated and CellDataUpdating event doesn't call after CellDataRequested event.
My requirement is that set color of specified cell after calling CellDataReuqested(printed all of data on UltraGrid). Do you understand my requirement?
Thank you for your effort!
I am still trying to understand your requirement. Besides using the CellDataRequested event what conditions are required in order to change the back color of a given cell? I believe some of the Grid events will help you. For example, the AfterCellUpdate even which occurs after a cell accepts a new value.
For more details please visit our API docs to review the grid's members.
http://help.infragistics.com/Doc/WinForms/Current/CLR4.0/?page=Infragistics4.Win.UltraWinGrid.v13.2~Infragistics.Win.UltraWinGrid.UltraGrid_members.html
Let me know if this helps.
The AfterCellUpdate does not seem to fire following the CellDataRequested event when using Virtual grid? I have a similar requirement to change the text/cell IMAGE based on GPS locatable events.