Hi,
Are there any known issues with the getColumnUniqueNameByCellIndex method? If I use the example in the documentation :
I get the error message " 'cells.length' is null or not an object ". I'm using the latest build of Prometheus (RadControls_Prometheus_2007_3_1314).
Thanks
Are there any known issues with the getColumnUniqueNameByCellIndex method? If I use the example in the documentation :
| var masterTable = $find("<%=RadGrid1.ClientID%>").get_masterTableView(); |
| var contactName = masterTable.getColumnUniqueNameByCellIndex( masterTable.get_dataItems()[0], 2); |
I get the error message " 'cells.length' is null or not an object ". I'm using the latest build of Prometheus (RadControls_Prometheus_2007_3_1314).
Thanks