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

Issue with grid template column

2 Answers 51 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Shilpa
Top achievements
Rank 1
Shilpa asked on 17 Jun 2015, 12:01 PM
I am using GridTemplateColumn (RadGrid) with edit cell
functionality. That is working fine in IE 9 and above versions. With IE 8 when
I click on any cell to edit it I am getting error in getUniqueNameByCellIndex
function on the code mentioned below –

e.CellIndex-f.Cellindex

e & f are undefined.


Can you please help me out to fix this issue?

 

 

2 Answers, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 18 Jun 2015, 06:25 AM

Hello Shipla,

This is not a known issue so it would be nice if you provide your code. 

Thanks,

Jayesh Goyani

0
Shilpa
Top achievements
Rank 1
answered on 22 Jun 2015, 11:02 AM

Hello,

 Even the event mentioned below is not firing, it throws error on click itself.

PFB code:

function OnBatchEditGetCellValue(sender, args) {
if (args.get_value() == null) {
var colValue;
var grid = $find("<%=RadGridSearchResult.ClientID %>");
var MasterTable = grid.get_masterTableView();
var container = args.get_container();
columnName = args.get_columnUniqueName();

Tags
Grid
Asked by
Shilpa
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Shilpa
Top achievements
Rank 1
Share this question
or