Tudor Malene

Results 51 comments of Tudor Malene

Great. The globalFilterClosure was created before the filter form support. Basically it does the same thing, but less expressive. Thanks

Hi, It should be: ``` gsp ``` (Without the 'Grid' suffix)

The issue is that the "sortable" property of the actual column is not in sync with the "sortable" property of the grid renderer. This should be fixed in the next...

Can you do a "view source" and copy-paste the resulted javascript code here?

Try to wrap the addFunc code in a function (){}: ``` .. ```

It's a bug. I will look into it. Thanks

I wasn't able to replicate this bug . Can you provide more details on your scenario?

Hi Ken, It's the externalParams again. They need to be passed to the export plugin tag. This needs to be added to EasygridTaglib.exportButton: `attrs.params = GridUtils.externalParams(gridConfig)`, so that the `id`...

Nice. I'll need to do some more work on this externalParams functionality. It causes a lot of problems

Basically, you want to set a default value in the search input element for that column? If yes you should use: searchoptions.defaultValue see: http://www.trirand.com/jqgridwiki/doku.php?id=wiki:search_config