This is a migrated thread and some comments may be shown as answers.

Firefox issue in RadGrid

1 Answer 32 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Priya B
Top achievements
Rank 1
Priya B asked on 12 May 2010, 01:35 PM

Hi 

I need to get the grid item value thru javascript. The below code is working fine in IE.

 

 

var maxRowIndex = this.ncRadGrid.Grid.get_masterTableView().get_dataItems().length - 1;

 

 

var rowIndex;

 

 

 

for (rowIndex = 0; rowIndex <= maxRowIndex; rowIndex++) {

 

 

 

var nodeID = this.ncRadGrid.GetValue(rowIndex, 'NodeID')
}

 


Please provide the solution for this.

Priya .B

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 13 May 2010, 10:57 AM
Hi Priya,

Please find attached a simple runnable application which is working properly under Firefox and IE. Give it a try and let me know if it works as expected.

I hope this helps.

Sincerely yours,
Pavlina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Priya B
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or