April 22, 2025, 04:12:01 AM
Home
Help
Search
Login
Register
RadiantQ Forum
See more Support incidents in our old
archived forum
.
RadiantQ Forum
»
Product
»
WPF Gantt Package
»
Filter rows (items) in FlexyTable with databinding
« previous
next »
Print
Pages: [
1
]
Author
Topic: Filter rows (items) in FlexyTable with databinding (Read 5053 times)
ricky.blankenaufulland
Customers
Newbie
Posts: 18
Filter rows (items) in FlexyTable with databinding
«
on:
August 11, 2014, 07:44:16 AM »
Hello,
the example 'FilteringAndSortingFlexyGantt' shows filtering by always creating a filtered copy of the original data list.
Is it possible not possible to change the visiblity of a row with binding on a property?
Best regards,
Ricky
Logged
ForumAdmin
Administrator
Jr. Member
Posts: 96
Re: Filter rows (items) in FlexyTable with databinding
«
Reply #1 on:
August 11, 2014, 04:08:47 PM »
Ricky,
Our current grid-chart synchronization logic heavily relies on all rows having a valid height, so hiding certain rows is not currently possible.
Thanks
Support
Logged
ricky.blankenaufulland
Customers
Newbie
Posts: 18
Re: Filter rows (items) in FlexyTable with databinding
«
Reply #2 on:
August 21, 2014, 02:48:38 PM »
Okay,
This means I have two possibilities: Remove the record from the collection representing the row or use the rowheightbinding with a converter which supplies a high of 0px when the row should not be showed. Right?
Logged
Rajagopal
RQ Members
Full Member
Posts: 182
Re: Filter rows (items) in FlexyTable with databinding
«
Reply #3 on:
August 22, 2014, 02:40:02 PM »
Ricky,
Yes, you are correct, we failed to mention your 2nd option in our previous update. To summarize you can do one of these 2:
- Remove the data from the underlying collection
- Or use RowHeightBinding to set a row's height to 0.
Regards,
-Raja.
Logged
Print
Pages: [
1
]
« previous
next »
RadiantQ Forum
»
Product
»
WPF Gantt Package
»
Filter rows (items) in FlexyTable with databinding