Atozed Forums
IWDBGridCellClick ? DBGRID Cell Click - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: IWDBGridCellClick ? DBGRID Cell Click (/thread-225.html)



IWDBGridCellClick ? DBGRID Cell Click - morhous - 05-18-2018

Hello guys maybe i am spamming too many questions sorry for that, but somehow it keeps forum alive i guess   Smile
so here goes my regular simulating questions :
1. I notice IWGrid has CellClick that can pick cell value. But how i Cell Click in IWDBGrid? anyone have a piece of code for it?

OH i am so dumb i found columns > cell > events >onclick (of Cell) sorry but keeping alive is good thing aey Cheers

Also how to get entire row values so far i can get my cell value by using this

procedure TregListUserForm.getCellValue(ASender: TObject; const AValue: string);
begin
WebApplication.ShowNotification(AValue);
end;


RE: IWDBGridCellClick ? DBGRID Cell Click - morhous - 05-20-2018

How to get row values