any updates for 6.6 version .
Type: Posts; User: mounir1
any updates for 6.6 version .
Hello, I am wondering if someone made a basic diagram for the current ext framework .
if there is one I would really appreciate having a look at it :)
I's been a while,but I am wondering if there is an else for that statement so the modern can excute the widget different way !!
greate example and nice work.
will it be possible to have a viewmodel instead of the data.store to define the store proxy and bind it later in the plugin ?.
I am trying to implement the grid filter bar plugin with the toggle button on top .
I could n't make the plugin to work with vewmodel is there any support or a way for this .
before giving up, is...
this thread is so old but this is how I handled it :) Extjs6.5
2fhq
this is old thread, but I am having similar issue , any one had it worked out ? .
Thanks for the reply I acctually used a the service directly defining a new store for it .
[CODE]
{
me.isEdit = !!record
; if (me.isEdit) {
dataRec = dataStore.getById(record.get('gid')); } ...
beforeLoad event is the best place to set pagesize check out this examples ..
2eui
I have done like this .. let me know if there is a better way :-?
2f63
the limit can be set also I...
So I have a grid with many columns, and a popup dialogue for adding new records.
I have set deafultValues on data models fields array works fine, now I am trying to reuse that and add this defaults...