Hello,
Sorry if this sound so, but you should understand that this is a open source software and before to make some question or post a problem you should first read the documentation and search the forum for such kind of solutuions. If you are “newbe” you should know these things that are common for the open source community.
Believ me I want to help of all users, but I shoud work – I have family and I must pay my bills.
Hope You understand waht I mean.
Best Regards
Tony
Hello,
Thanks. It happen in my IE8, but arbittrary. Very strange. Will investigate the problem.
Best Regards
Tony
Hello,
Take a look here http://www.trirand.com/jqgridwiki/doku.php?id=wiki:common_rules#editoptions
maybe dataInit will do the job
Regards
Tony
Hello,
Currently this is not possible, or let say hard to do
Regards
Tony
Hello,
Take a look at afterSubmit and errorTextFormat here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing
Hello,
Very strange.
I tested your example on my machine and everthing work ok. The only diffrence is that I have set the values in editoptions for the select manual without a function. Could you please test with the following settings:
….
{name:'Required Type', index:'required_type', width:65, xmlmap:”required_type”, editable: true, edittype:”select”, editoptions: {value:”1:one;2:two”}},
…
Regards
Tony
Hello,
It is not a bug. The problem is that in tree grid mode the sorting is at client side. For this purpose you should set sorttype option in colModel in order all to work. Ok. See docs.
Best Regrds
Tony
Hello,
You are close, except that you should use it like this
$(”#myTreeGrid”).SortTree(1); // use 1 for asc and -1 for desc order.
I recommend you to use other most common methods like sortGrid – see docs.
Regards
Tony
Hello,
Do you have read carfully the installations instructions?
You missed the language file.
More can be found here
Hello,
Thanks. It is a bug. Fixed in GitHub
Regards
Tony
Hello,
The answer of all of these quastions can be fiund into the documentation and/or in this forum.
Best Regards
Tony
Hello,
For the first will see – for the second you can use the footerData method which I recommend – see docs
The translations are not provided from me. If you want, make the needed changes and send me the language file.
Best Regards
Tony
Hello,
Could you please post the whole code?
Also be a sure thet you download the needed module grid.custom.js or load them into the page.
Regards
Tony
Hello,
Currently no such event. Maybe you will be able to use the the searchFilter plugin separatley for your needs.
Instead it is a good idea to add such events – onBeforeSearch and onBeforeReset
Regards
Tony
Hello,
All the chapters regrading the editing. You can start from here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:common_rules
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top