{name:'Date',index:'Date', width:70, sortable:false, search: false, editable: true,editrules:{date:true, minValue:0}, datefmt:'d/m/Y',
editoptions:{dataInit: function (elem) {$(elem).datepicker({dateFormat:”dd/mm/yy”});} } },
Hello,
Did you read the docs?
Also use dataInit event. See common configuration in editing
Hello,
Check what you return from the server, maybe you have set some values that disable this.
Regards
Tony
Hello,
To do this you should use gbox_mygrid id , where mygrid is your table id. Also the grid is enclosed in couple of divs, where gbox_mygrid is the main one.
Regards
Tony
Hello,
There is a option savedRow, which save the row before editing. See options in grid.
Regards
Tony
Hello,
What about viewGridRow method?
Regards
Tony
Hello,
Did you say that you have only one row at initializing the grid – i.e. only root>
Regards
Tony
Hello,
It is not a bug, it is a way that request is send to the server. Also please first read the docs how to sanitize such things, by example there is a option autoencode.
Regards
Tony
Hello again.
If you have a link , please set the development version – see installation on Wiki page.
Regards
Tony
Hello,
Could you please send me a link to the problem or if this is not possible send me the page (entry) that causes the problem.
Thanks
Regards
Tony
Hello,
If you do not have uniquie id rowid (or at least do not set it) these will not work.
Regards
Tony
Hello,
Never try this, but you can use subGridBeforeExpand event to get the names from subgrid model, change the texts and make setGridParam again. Not good solution, but it should work. Also do not forget that this event should return true or false.
Regards
Tony
Hello,
Check first the docs how to use the addRowData method
Regards
Tony
Hello,
There is a
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top