How do the InaGrid events flow?
Cell GetData – Cell value requested GetFormat – Cell format requested (this overrides all default formatting, such as BackColor, TextColor, HighLightColor, etc) OnDraw – Owner Draw Cell paint requested Selection IsSelected – Row and/or Column selected request OnSelect – inform Row and/or Column selected Edit OnEditCell – inform Cell is about to be edited and request Cell edit object or cancel Cell edit GetEditLic – Cell edit object lic value requested OnInitEditCell – inform Cell edit object has been created and request modifications (negative values mean InaGrid positions Cell editobject) SetData – inform value of Cell edit object, when changed and edit object loses focus Columns OnResizeColumn – inform Column has been resized OnMoveColumn – inform Column has been moved Drag Drop Dragging OLEStartDrag OLEGiveFeedback OLECompleteDrag Drag Drop OLEDragOver Begin OLEDragOver OLEDragOver End or OLEDragDrop When using InaHelper, all InaGrid events are still valid and are fired after InaHel