setRowData bug with multiselect:
When using setRowData with multiselect enabled grid the checkbox in the checkbox column disappears. Tested in Firefox 3.03 and IE7.
settings:
multiselect: true,
multiboxonly:true,
Code:
row_array = jQuery(“#grid1”).getRowData(rowid);
row_array.field1 = “New Text”
jQuery(“#grid1”).setRowData(rowid, row_array);
Is there a workaround for this or should there be a value I need to set with setRowData?
This did not happen in 3.3 with this code.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top