Hi, all;

I have a datagrid whose rowcount is set to thedataGrid.dataProvider.length -1 
(because the datagrid has no header row, I have to subtract 1).

The problem is that, even though the datagrid's editable property is set to 
false, there appears to be an extra, invisible row at the bottom of the 
datagrid that, if you roll over it, will highlight one of the rows (two up from 
the bottom).  If you click while the highlight is visible, it will add an extra 
row to the datagrid.  When this happens, the itemClick event does not fire, so 
I can't prevent this with preventDefault() on that event.

Does anyone know what event I should be looking at for this, or whether there's 
a property that equates to "don't allow wonky extra invisible row to be 
clickable and add data to my dataprovider"?

Thanks;

Amy

Reply via email to