Hello Folks,
I am showing editable listGrid in bootstrap modal.
However, when I double click listgrid row, and edit value, something freeze dropdown list. But only on ListGrid control and FilterBuilder control.
Steps,
1) Create filter using FilterBuilder.
2) Click Apply which will save filter object as it is. (i mean I am not encoding anything.)
3) Navigate too another page thru menu.
4) Menu will load another page with list grid.
5) Click + button which will fire myGridName.startEditingNew({});
Now, new added row display dropdown but does not display list. I checked that it is not disabled.
Now if I clear my cache and load page again, And click + button which will fire myGridName.startEditingNew({});
New added row will display dropdown, and on dropdown ARROW click load lists.
This problem only occures when I set FilterBuilder criteria first.
and viceversa
If I add myGridName.startEditingNew({}), and access dropdown, set value, editComplete: function (rowNum, colNum, newValues) { SAVE DATA}
and then Navigate to another page and access FilterBuilder. This time filterbuilder dropdown freeze, It display dropdown but on dropdown ARROW click does not load lists..
Please help me.
Thank you.
I am showing editable listGrid in bootstrap modal.
However, when I double click listgrid row, and edit value, something freeze dropdown list. But only on ListGrid control and FilterBuilder control.
Steps,
1) Create filter using FilterBuilder.
2) Click Apply which will save filter object as it is. (i mean I am not encoding anything.)
3) Navigate too another page thru menu.
4) Menu will load another page with list grid.
5) Click + button which will fire myGridName.startEditingNew({});
Now, new added row display dropdown but does not display list. I checked that it is not disabled.
Now if I clear my cache and load page again, And click + button which will fire myGridName.startEditingNew({});
New added row will display dropdown, and on dropdown ARROW click load lists.
This problem only occures when I set FilterBuilder criteria first.
and viceversa
If I add myGridName.startEditingNew({}), and access dropdown, set value, editComplete: function (rowNum, colNum, newValues) { SAVE DATA}
and then Navigate to another page and access FilterBuilder. This time filterbuilder dropdown freeze, It display dropdown but on dropdown ARROW click does not load lists..
Please help me.
Thank you.
Comment