This topic contains 5 replies, has 2 voices, and was last updated by nikitaso 7 years ago.
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.
jQuery UI Widgets › Forums › Grid › Filter row with custom filter panel
Tagged: #jqwidgets-grid, grid, grid filter, javascript grid, jquery grid
This topic contains 5 replies, has 2 voices, and was last updated by nikitaso 7 years ago.
Is it possible to have filter row with custom filter panels?
For some filter we would like to have simple textbox but for some we want custom panel
i see sample with custom filter panels but it has filter row disabled
thank you
Nick
Hello Nick,
If you mean to have filter row and filter panel in the same time – this is not possible, unfortunately.
Could you clarify what you want to achieve?
Best Regards,
Hristo Hristov
jQWidgets team
http://www.jqwidgets.com
i used “rendered” event to embed textbox into header (see attached)
it works well, but there is something that captures keystrokes (keydown event) and prevents from typing sometimes, at first it will not let letters to appear but then it starts to appear and sometimes it doubles each character
Hello Nick,
Please, provide us with an example that demonstrates your issue.
Best Regards,
Hristo Hristov
jQWidgets team
http://www.jqwidgets.com
Looks like i found whats causing this issue, it is “editable” flag at grid, when false then textbox in header is editable or when true then it is not.
https://www.dropbox.com/s/9pupejc12e0dy2g/grid-filter.zip?dl=0
You must be logged in to reply to this topic.