i am new to extjs and i am new to stackoverflow my viewModel and all stores is just perfect bind and still this error appears i dont know how to fix this please someone help me these are the errors which appears
Asked
Active
Viewed 2,861 times
2
-
1Exactly what it says. How would you bind a store to a text field? A store is a collection of records. A record is a collection of fields. It's like saying "how do I bind a database table to a text field". – Evan Trimboli Nov 01 '16 at 06:42
-
1thank you very much..... – Salman hassan Nov 01 '16 at 06:53
1 Answers
4
Thank you Sir, I already have it. I was just binding a store to textfield instead of combobox.
{
xtype: 'textfield',
anchor: '100%',
fieldLabel: 'Ssahjask',
labelWidth: 130,
name: 'asdhaskfja',
valueField: 'id',
bind:
{
store: '{asdasdkasd}'
}
},

Seeker
- 303
- 7
- 17

Salman hassan
- 398
- 6
- 23