hi,
I am using rad list box in my application.
when i transfer multiple items in the left side list box after that i select multiple items in the right side list box for deletion.
After deleting the multiple items i am trying to select any items in the right side radlist box it throws an
"Microsoft JScript runtime error: 'f.getItem(...)' is null or not an object"
in the line
:d.each(this._selectedIndices,function(){if(this!=e){f.getItem(this)._setSelected(false);
anybody pls help me its very urgent
Thanks in advance
Kesava .
I am using rad list box in my application.
when i transfer multiple items in the left side list box after that i select multiple items in the right side list box for deletion.
After deleting the multiple items i am trying to select any items in the right side radlist box it throws an
"Microsoft JScript runtime error: 'f.getItem(...)' is null or not an object"
in the line
:d.each(this._selectedIndices,function(){if(this!=e){f.getItem(this)._setSelected(false);
anybody pls help me its very urgent
Thanks in advance
Kesava .