Hi,
I ran into an issue that appears to be related to the IS NULL (maybe others) that when rules are set using SQL, it doesn't group correctly.
How to re-create (using the Complex binding example as a guide) taking out most of the code and going with one column setup but with a seperator.
Column Setup:
HTML:
(s.Name1 IS NULL AND s.Name5 IS NULL AND (s.Name3 IS NULL AND s.Name4 IS NULL))
FYI Also an issue with the basic setup and also an issue using IS EMPTY
(FirstName IS NULL OR Title IS NULL OR (FirstName IS NULL AND City IS NULL))
Great thanks.
Please make sure IS EMPTY works also.
Thanks,
Chris
Also I want to make sure that this is a different issue than https://www.syncfusion.com/forums/169401/complexbinding-boolean-issue
I just noticed your link above to track status says "complex-data-binding-boolean-issue" (I clicked, but don't have access). Just want to make sure this thread is a different issue than the boolean issue.
Thanks,
Chris