What is the proper way to clear (empty) the data store of a FilteringSelect widget? I tried both the following without success:
select.store = null;
or
select.store = new dojo.data.ItemFileReadStore();
So what's the right method?
What is the proper way to clear (empty) the data store of a FilteringSelect widget? I tried both the following without success:
select.store = null;
or
select.store = new dojo.data.ItemFileReadStore();
So what's the right method?
Hello All,
I am currently running into a small issue that I can't seem to be able to find a solution for. I have a working grid and for some of the fields the data I want is a space " ". ..., "field_name":" ",... I get the space with no data or ?'s however there is no border around these cells.
So any ideas on how or what needs to be changed to accomplish an empty cell with a border (like a new excel spreadsheet w/no data yet)? I have looked at the tundraGrid.css and Grid.css but have not been successful.
Thank you in advance,
Alexander Block