Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWjQGrid get value from Grid
#3
Wink 
than joergb

I needed to switch off the virtualMode before connecting to cell[1,1] Smile

this code works well for me.

Code:
procedure TIWFrame1.IWjQGrid1AsyncDblClickRow(Sender: TObject;
  EventParams: TStringList; const RowID: string; const Row, Col: Integer);
var
  text1 : string;
begin
  IWjQGrid1.VirtualMode := false;
  text1 :=  IWjQGrid1.Cell[1,1];
  IWjQGrid1.VirtualMode := true;
end;
Reply


Messages In This Thread
IWjQGrid get value from Grid - by medzoom - 03-15-2024, 02:01 PM
RE: IWjQGrid get value from Grid - by joergb - 03-15-2024, 10:10 PM
RE: IWjQGrid get value from Grid - by medzoom - 03-18-2024, 03:58 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)