Welcome Guest Search | Active Topics | Sign In | Register

ClientSideOnSelectedCell Grid error Options
Ccolse
Posted: Thursday, December 23, 2010 11:00:33 AM
Rank: Newbie
Groups: Member

Joined: 11/29/2010
Posts: 7
Hi,

I can't get a ClientSideOnCellSelected event.

html:
<eo:Grid ... FullRowMode="False" ClientSideOnCellSelected="select_cell">

js:
function select_cell(grid) {
var selectedCell = grid.getSelectedCell();
var colIndex = selectedCell.getColIndex();
...
}

when i select a cell, browser error says: "'ClientSideOnCellSelected' is set to 'select_cell', however this Javascript function does not exist"
Ccolse
Posted: Thursday, December 23, 2010 11:39:52 AM
Rank: Newbie
Groups: Member

Joined: 11/29/2010
Posts: 7
sorry, my mistake... multiple <script> definitions


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.