PDA

View Full Version : are its bug in 0.33?



franklt69
23 Feb 2007, 5:20 AM
Hi I need to know if it are bug, if there a solution?

if there isn't solution, in yui-ext 1 is fixed this trouble?


Using setValueAt and filter in datamodel
http://www.yui-ext.com/forum/viewtopic.php?t=3007

when I set it, should be to set value 1 in currentRow, column 1 and then the filter should be remove from grid this record, don't work it set value 1 and remove the row from grid but in the xml in the server I get value 0


dmAddress.setValueAt(1, currentRow, 1);
dmAddress.filter({1: '0'});

------------------------------------------------------------------------------------------------------------
http://www.yui-ext.com/forum/viewtopic.php?t=2955
if some column in the grid is null (never I set a value) the xml send to server is bad form

kind regards
Frank