JTGrid JS

JTGrid JS

Postby boss_mt on Fri Mar 05, 2010 10:16 am

Hi!
Does such notation work in the version Lite?

Code: Select all
var value = JTGrid1.getCellValue( row, col );
boss_mt
 
Posts: 3
Joined: Thu Feb 18, 2010 1:09 pm

Re: JTGrid JS

Postby jomitech on Tue Mar 09, 2010 9:51 am

No, you have to use the helper function JTGridGetCellText. For example:

Code: Select all
var value = JTGridGetCellText('JTGrid', row, col);
Jon
jomitech
Site Admin
 
Posts: 649
Joined: Wed Oct 08, 2008 12:23 am

Re: JTGrid JS

Postby boss_mt on Thu Mar 11, 2010 2:45 am

I do not find this function in documentation...

Maciej
boss_mt
 
Posts: 3
Joined: Thu Feb 18, 2010 1:09 pm

Re: JTGrid JS

Postby jomitech on Thu Mar 11, 2010 10:12 am

Components For PHP Lite's documentation is unfortunately not as comprehensive as we'd wish.
Jon
jomitech
Site Admin
 
Posts: 649
Joined: Wed Oct 08, 2008 12:23 am


Return to General

cron