iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,
We would like to use our own control in order to input a filter on a column. Is it possible to do it. For example, when a user click on the filter bar for a specific column we would like to open a popup, ask for some parameters and then when they close that popup, sort the grid with a custom method we have.
Regards,
Alex
Hi Hans,
This is not what we want to do. We need to be able to intercept the click on the funnel icon in order to open our own filter input window. And then do a fly postback in order to apply this filter on the data source.
We do not want that the webgrid applies any filter, we would like to do it on the data source directly.
Hello,Perhaps you could you use “OnFilterContextMenu” client side event.This event will be invoked when the column filter's context menu is about to be displayed.Here’s the example snippet code how to define “OnFilterContextMenu” (JavaScript) function:
function WebGrid1_OnFilterContextMenu(controlId, col, menu, location){ alert(col.Name); return true; }
I attached a WebGrid page that using “OnFilterContextMenu” client side event as well.Regards,Hans K.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname