You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to use the behavior="single-row" together with column name and got the following error message: System.InvalidOperationException : Sequence contains no elements
It is working if I use column index instead of the name.
Is this a bug or a feature?
In case this is a feature, could it be possible to add this functionality to the next release?
Cheers.
The text was updated successfully, but these errors were encountered:
The single-row behaviour was effectively expecting an ordinal comparison and not a named comparison. I changed this and it's now supporting both type of comparisons. Tell me if it works and I'll inlcude it in the final v1.21 (even if it's now in the v1.22 pipeline)
Hi All,
I have tried to use the behavior="single-row" together with column name and got the following error message:
System.InvalidOperationException : Sequence contains no elements
It is working if I use column index instead of the name.
Is this a bug or a feature?
In case this is a feature, could it be possible to add this functionality to the next release?
Cheers.
The text was updated successfully, but these errors were encountered: