possible bug in ds.remove(record)? - Ext JS

there is error when delete record using ds.remove(record) method

Error occurred in the GridView.stripeRows()
var hasAlt = re.test(row.className);
report "row has no properties"

there is another possible bug in datastore.getModifiedRecords
edit the same record twice,push ds.modified the same record twice
  # 2  
02-21-2007, 01:22 AM

Both are fixed and will be in the next push. Thank you for reporting.

你可能感兴趣的:(ext)