Hi
We were using Infragistics UltraWebGrid in Infragistics Version 6.3 and recently moved to Infragistics Version 9.1. Now whenever a user clicks on a cell the whole row contents becomes invisible in version 9.1. Previously this used to work fine in Version 6.3. Is there some default property of the row that is changed in the new version, let me know how to change it?
Below is part of the code for your reference. On click of a cell it goes to Javascript function alertGRid_CellClickHandler
---------------------------------------------
<
="alertGrid_AfterColumnMoveHandler"
/>
-------------------------------------------------
Javascript function:
------------------------------------------------------
function
alertGrid_CellClickHandler(gridName, cellId, button){
try
{
objRow =igtbl_getRowById(cellId);
colObj =igtbl_getColumnById(cellId);
colKey = colObj.Key;
index = colKey.indexOf(
"priority_") ;
metaType = parent.eventTypeId;
metaType = objRow.getCell(1).getValue();
metaTypeIdForDefault = metaType;
length=igtbl_getLength(oAlertGrid.SelectedRows);
}
Thanks,
Ravi
Hi....
I have exactly this same problem.
please, a solution ugent ¡¡¡¡¡