This is very interesting issue. The code is the same as this in the demo
page, but the behavior is different. The only diffrence here is the datepicker
version. For testing purposes
Hello,
Will try to resolve this in next release.
Regards
Tony
Hello,
Thank you for this post. I test this again and again and never see such
behavior. Since this problem is posted for first time (I do not exclude
that there is a bug) please do the following:
Before every break in this switch statement alert the value tmp2.
See what is it.
I think that something is wrong in cofiguration.
Another possible problem should be the min file.
Also try to include development version, clear the cache and test.
Thank you
Regards
Tony
Also if possible check the paths to js files. You need to ajust this
in the loader.
Regards
Tony
Hello,
1. Yes there is a such problem in IE. I'm searching for a good solution of
the problem.
2. Currently jqGrid does not support autoresize width/height option.
Initially this can be done, but only this.
Regards
Tony
Click on Expmple link here and at end there is a link where you can download all the examples from the site
Regards
Tony
It is not so difficult. You need to use onInitializeForm which is caled only once whent the form is constructed. if the name of the date field in colModel if mydate, then
onInitializeForm : function(form_id) {
jQuery(”#mydate”,form_id).datepicker({showOn: ‘focus’});
}
You can set only ONE checkbox per column.
I placead the 3.3 for the demo on the site. Instead use 3.2.3 with
grid.treegrid.js
Regards
Tony
Please explain, do you want to have checkbox when editing
the coulmn or do you want to have checkboxes when
you read data from server or local array.
Regards
Tony
Hi,
edittype should be set here. The values that you have are not for
checkbox, but for select box. Also check the docs.
Regards
Tony
Do not understand what you try to do? Please describe again.
If possible see the examples on how to construct multiselect.
Regards
Tony
I will tets this again. There was such problem before.
By the way which version do you use?
Thank you
Tony
There is such method, provided from community, but it need to be adopted. I hope that the next release will include this addition.
Regards
Tony
Hello,
Search this forum with word datepicker and you will find the answer
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top