Hello
Yes view:false, should disable the button
Regards
Tony
Hello,
Not sure, but I think it is better to use navButtonAdd and when the user click the icon for add/edit etc you should analyze the data and do what you want.
Regards
Tony
Hello,
Currently no, but you have a option to change the title.
Regards
Tony
Hello,
What you mean not performed. Do you have a server side code to return the new record set according to the search?
Regards
Tony
Hello,
Check the docs – for every element in the pager there is a option to be shown or hide.
Regards
Tony
Hello,
Check the new 3.5. there is a such option
Regards
Tony
Hello,
You should create the function in your code and pass it to the formatter:
var myformatfunc = function(cellval,options,rowdata) {
// do here formatting of the cellval
return formatted_cellval;
}
Then in your colModel
colModel : [
….
{name : 'myname', formatter : myformatfunc…},
….
]
Regards
Tony
Hello,
You can attach a click event to the checkboxes and use setGridParam agin with trigger(“reloadGrid”) methods so that your server known what to do.
Regards
Tony
Hello,
Sorry – the answer is no.
Regards
Tony
Hello,
Sorry but in my testing machine all is working in FF, IE, Safari and Chrome.
The only change that I have made is a way of calling ajax – i.e. I obtain a data via text file.
Try with a only grid in a page whitout using any other css or plugins.
Best Regards
Tony
Hello
If you return only the root nodes you will have to spare a couple of time. Using tree grid in relative big nodes from server slow down the grid because we needed a couple of client side processing to construct the tree.
Regards
Tony
Hello,
If you return from server that the row is expanded they will be expanded.
Currently paging is not implemeted in tree grid.
Regards
Tony
Hello,
See the demos in 3.5 – New in version 3.5 ->Tree grid real world example
Regards
Tony
Hello,
If you give me a link to the problem it will be good. Also does the demo pages where we have a couple of tree grids work for you in IE6 and IE7?
Regards
Tony
Hello,
Sorry it is available in 3.5
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top