I frequently need to create large numbers of blank items (eg 40-50 at a time). I usually do this by hitting return but the process frequently bogs down and is way too slow. There's a substantial delay after the insertion of each blank item, and I end up sitting here watching the cursor slowly work its way down the screen to catch up with the many returns I just entered.
Is there a way to create a big block of blank items instantly? In Excel, if you select 10 rows then click on "insert row", it'll insert a block of 10 rows.
Wayne
Comments
Do you need to see all those items, all the time?
1- activate the date filter toolbar and select a time range (e.g. itemcreated > 2015 11 01),
2- use the alphanumeric filter toolbar and select some letter or type some string in the text box -- I don't know what kind of data you're displaying in that grid .
Alternatively, you could :
3- use a column filter - the manual gives some examples.
the sql type syntax fort filters isn't very complicated. What the "itemcreated > now-20" above says is : show all all item created in the last 20 days.
You can add and "|" at the end of the filter to add a separate filter for sub items. E.g. itemcreated > now-20 | tasks
leaving it blank (itemcreated > now-20 | ) would show all subs, whatever field they "contain".