We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

GridGroupingControl with TextBoxes in the FilterBar

How to implement the following exemple with a GridroupingControl ? "How do I make my filter bar use textboxes and have the display respond to each keystroke?" http://www.syncfusion.com/support/kb%5Cgrid%5CFiles%5Cfilterbartextboxgrid1.zip

6 Replies

AD Administrator Syncfusion Team December 12, 2005 07:54 PM UTC

I do not have a robust solution for this yet. Here is a very rough sample that uses some events to get part of this done. As time permits, I will work further on this. http://www.syncfusion.com/Support/user/uploads/GGC_TextBoxFilter_aba12d24.zip


AD Administrator Syncfusion Team December 13, 2005 02:17 PM UTC

Here is sample that works better. http://www.syncfusion.com/Support/user/uploads/GGC_TextBoxFilter_ba0a5b45.zip


TO Tournier December 14, 2005 02:02 PM UTC

It''s working better, but not with all versions of the gridgrouping control : with version the 3.201.1.0 => OK with version the 3.301.0.0 => Failed (regression) (Event TableControlCurrentCellChanged is not fired in this version when I press a key) and you are using the version "4.101.0.4" => I suppose it''s OK on your side... Currently we are using version 3.301.0.0 (the latest version available from your site. We get this latest one because of bugs in the chart part, but now, something wrong in the gridgrouping...) How to get this version 4 or to solve the pb? Patch ?


TO Tournier December 14, 2005 02:07 PM UTC

Just to precise someting,"Event TableControlCurrentCellChanged is not fired" when I press a key in the Filterbar. This event is well fired on std cell in the grid


AD Administrator Syncfusion Team December 14, 2005 03:30 PM UTC

I am using 4.1 and it is working OK with that code. One thing you can check is if TableControlCurrentCellValidateString is being raised for each keystroke in the version you are using. If so, you can try moving the code from TableControlCurrentCellChanged to TableCOntrolCurrentCellValidateString. (Make sure you use e.Text (instead of cc.Renderer.ControlText) to get the value to be used in the filter as the ControlText has not been set at this point.)


AD Administrator Syncfusion Team December 14, 2005 04:30 PM UTC

Here is a forum thread on getting a beta release of 4.1. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=38226

Loader.
Live Chat Icon For mobile
Up arrow icon