Search Type: Posts; User: ken_opp
Search: Search took 0.02 seconds.
-
4 Apr 2011 1:12 PM
Jump to post Thread: Grid alternate message by ken_opp
- Replies
- 4
- Views
- 622
Thanks, that worked perfectly
-
31 Mar 2011 2:25 PM
Jump to post Thread: Grid alternate message by ken_opp
- Replies
- 4
- Views
- 622
I looked all over and I can't figure out how to get the msg from the JsonStore.
var storeTicketList = new Ext.data.JsonStore({
url: 'TicketView.ashx?type=TICKETLIST',
root: 'root',
... -
31 Mar 2011 11:08 AM
Jump to post Thread: Grid alternate message by ken_opp
- Replies
- 4
- Views
- 622
How can I show a message such as "Too many results, please narrow your results" in the grid when the data store behind my grid returns too many results? Idealy I'd like a back-end service to send...
-
30 Mar 2011 8:48 AM
- Replies
- 9
- Views
- 9,624
Yes, sorry, that wasn't obvious to me. I found another post that said
tpl: '<tpl for="."><div class="x-combo-list-item">{myDisplayField:defaultValue(" ")}</div></tpl>'And I'd like to add:
... -
30 Mar 2011 8:22 AM
- Replies
- 9
- Views
- 9,624
This template causes every entry in my combobox to look blank. If you select one of the blank entries, the value will correctly show, but you're guessing which entry to pick. Here's what I have:
... -
30 Mar 2011 8:07 AM
- Replies
- 6
- Views
- 2,355
forceSelection: true gets me a little closer, but it doesn't work with editable: false. With editable and forceSelection both true, the behavior is the user can type anything into the dropdown, but...
-
30 Mar 2011 7:34 AM
- Replies
- 6
- Views
- 2,355
disableKeyFilter: true or false doesn't seem to do anything. Here's what I have:
xtype: 'combo',
fieldLabel: 'Status',
triggerAction: 'all',
... -
30 Mar 2011 6:58 AM
- Replies
- 6
- Views
- 2,355
The problem with "editable: false" is it disables the ability to use the keyboard to find an entry in the dropdown.
Just to be clear, I have a dropdown with about 50 entires. I don't want the...
Results 1 to 8 of 8
