Hi all, pls check the thread
http://extjs.com/forum/showthread.php?t=13527&page=3
i am confused with how to implement this,and help will be...
Type: Posts; User: august
Hi all, pls check the thread
http://extjs.com/forum/showthread.php?t=13527&page=3
i am confused with how to implement this,and help will be...
Hi,hen
I am looking hard to get a robbon menubar,would you pls shart your code and i think it would be helpful for many person. my mail is zyf0808@yeah.net
thanks in advance!
hi,all
I just want to have a portal page and i modified the tasks example and it works well in Firefox but not for IE
There is a blank area between north and the center while does not show in...
could you post the html code?just want to test a bit
Hi,Animal
I use your override method to change pagesize but found that:
when have changed the pagesize use the combobox,the next page will never disabled and the page number in the textbox will...
Anyone answer this question?i also want to use datepicker with my own button and anyone can show me the way? thanks in advance!
yeah,i just want to collect the selected Record IDs,and how to implement that?
thanks in advance
Yes,you are right,i am now working on it.but like this
ds.on("beforeload",function (grid){
//here to init the checkbox state
})
but i have a simple question,how to get each row's first...
It does make sence!
a user want to delete some records,in the first page,he chooses some records and goes to next page to choose other records.then he want to delete all the records but before that...
the getSelections() only has few words list below:
getSelections</I>
public function getSelections() Returns the selected records Parameters:
None.Returns:
Array Array of selected records...
8-|
I have test that use DropTarget to implement DnD of rows but found that DnD of columns has disabled,What is the reason ? And any one have extend Grid to a fully functionality with all the...
I have an Ext Grid which allow column moving which has been tested OK but after i use Ext.dd.DropTarget to implement DnD of rows, I fount that the columns can not be moved,Why thsi happened?
...
hi,buddy,I met the same problem,how to implement DnD of row and column meanwhile?
var cindex=dd.getDragData(e).rowIndex-----this dd. function name is confusing,is it point to the drop target? why called getDragData(e。。。。。
If i get this thread earlier ,i will save my...
Hi,all,i want to add the functionality of DnD rows to a grid,and i code like below:
//允许行拖拽
var enableDD = new Ext.dd.DropTarget(grid.container, {
ddGroup : 'GridDD',
...
pull it up
thank you very much and i am still in process of testing the grid to implement all functionality such as DnD rows and change skins....
also a related question ,default sort by column A ,and i config remoteSort to true,then i click Column B ,when go to next page,the data returned is sorted by the default column A or still sorted by...
Hi,Thank you and i almost know the process.and i also want to get a detailed info about this: how ext deals the column para and makes remote sort? do we need to sort data on server with the posted...
Confused about this,why implement the rows drag and drop easily with the config option in API enableDragDrop:true? It doesn't work.
help me out of this problem pls,who can post a grid rows DnD...
But how to pass the column name as a sort parameter to the server ? Is it a functionality in Ext?
*****************************************************************************************************************
remoteSort: boolean
True if sorting is to be handled by requesting the Proxy to...
Hi,all
the situation may be:
A grid with large amount of record,and I want to search in this resultset and do not refresh the DataStore but only positioning the records returned by search...
var grid = new Ext.grid.Grid('grid', {
ds: ds,
cm: cm,
selModel: new Ext.grid.RowSelectionModel({singleSelect:false}),
enableColLock:false,
...