When an unhandled expection occured from php in the callback, operation is returning an error as shown below.
I want to cancel/abort the callback because any other php calls made after this is...
Type: Posts; User: dpent1207
When an unhandled expection occured from php in the callback, operation is returning an error as shown below.
I want to cancel/abort the callback because any other php calls made after this is...
yes i want the column to appear as non-editable or grayed out
Hi,
I have used the following line to disable a column in grid but doesn't work any suggestions please?
Ext.getCmp('grid').getPlugin('rowEditing').editor.form.findField('colname').disable()
...
Hi,
I tried to use above approach to download the export file but i get the following error when i try to open the file
"The file format and extension don't match. The file could be corrupted...
Is it possible to export multiple grids/store to a single excel file into separate sheets?
Is it possible to export multiple grids/store to a single excel file into separate sheets?
Hi,
How do i export the data to ExtJS Grid from excel and reload?
Thank you
Hi,
I am trying to use htmleditor in a grid. The save and update works fine when entering normal text. But as soon as we bold the test add some bullets it doesn't save or update. It remains in...
No not add()...
this is how we do it..
var nomTransportGrid = Ext.getCmp('nomTransportGrid');
if(typeof nomTransportGrid != 'undefined')
{
Hi,
When i try to add the new line in the grid which has been sorted based on a specific column, the new line which was initially on the top jumps to the middle or bottom based on the column...
Thank you Gary !!
Hi,
I have developed an application in MVC architecture using ExtJS 5.1.1 . Now i would like to migrate it to ExtJS 6.0.1.
In ExtJS 5.1.1 i am referring the following Script/styles..
...