Welcome Guest Search | Active Topics | Sign In | Register

eo.Grid question Options
Luke
Posted: Friday, January 14, 2011 10:45:09 AM
Rank: Advanced Member
Groups: Member

Joined: 11/2/2010
Posts: 38
Sir,

a web page has a eo.Grid, when a cell is click , that will call a javascript function and a message will pop up. this is OK when it run in MS visual 2010 development server.
But when it publish to a web server and open it from internet explorer, when I click a cell, it did not
do anything and no error message show up at all.

Would you help, Thanks

eo_support
Posted: Friday, January 14, 2011 10:52:17 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Unforuntately no. We do not provide this level of troubleshooting assistance. We tell you how to use the product, but we generally do not troubleshoot user code. You can try to compare your code with our sample code to see if you can find the problem. Or if you believe it is a problem with the product, you can to isolate the problem into a test page and post the test page. We will be happy to take a look once we have that.

Thanks!
Luke
Posted: Friday, January 14, 2011 11:57:01 AM
Rank: Advanced Member
Groups: Member

Joined: 11/2/2010
Posts: 38
the Javascript is very simple:

function OnCellSelected(grid) {

var cell = grid.getSelectedCell();
var info = "Selected Cell: column index = " + cell.getColIndex() +
", item index = " + cell.getItemIndex() + ", Value = " + cell.getValue();

window.alert(info);

}


Html page:

ClientSideOnCellSelected="OnCellSelected"

eo_support
Posted: Friday, January 14, 2011 12:01:46 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Please isolate the problem into a full test page that can duplicate the problem. Make sure the test page runs and only contains code needed to reproduce the problem. We really do not provide any troubleshooting or debugging assistance on your live project.

Thanks!


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.