Issue ID# 12 | dataEvents in searchoptions (colModel options) not working | |
Status: Resolved | Version: 4.8 | Priority: 3 |
Assigned to: | Submitted by: mayaso | Attached file: |
Type: Bug |
Submitted: 2015-09-16 16:38:40 UTC |
Last Update: 2017-01-12 11:21:30 UTC |
Description: Hi, Version 5.0.0 of jqGrid JS Using the filterToolbar, defining some dataEvents to be triggered when the user enter some key or do some action on the search inputs doesn't work, this was working in previous versions of jqGrid (4.6) but now changing to version 5.0.0 this no longer works. I've created a jsbin based on one of your examples in http://www.guriddo.net/demo/guriddojs/ (Search Toolbar with search options) and added dataEvents inside searchoptions ('Ship Name' field) where can be reproduced, it should trigger an alert when clicking on the field or entering some key, but it doesn't. http://jsbin.com/ticowa/edit?html,output I've just added the dataEvents as in the docs (and the same code working with jqGrid 4.6): http://www.trirand.com/jqgridwiki/doku.php?id=wiki:search_config Looking at the code in github, it looks like the dataEvents of the searchoptions are always overwritten when they are going to be bound with bindEv function ('soptions.dataEvents = [...]'), so the ones I'm defining within colModel are going to be lost. Best regards, Manuel |
User: | Anonymous | Submitted: | 2017-01-12 | ||
Notes: | It is working perfect with the last version. -- Author changed. 2017-01-12 11:20:57 UTC -- Comment edited. 2017-01-12 11:20:57 UTC |
User: | admin | Submitted: | 2017-01-12 | ||
Notes: | Updated status from New to Resolved. |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top