Regard Telerik report ,remove whitespace trailin and leading space of searchtext of combobox
Telerik report,i want to remove trailing and leading whitespace in serch text of my combox ,example,there is a parameter name as Department name ,if enter a spaces ,it should ignore space and serch matching value of combobox,enter image description here
even i enter a space also,it should display matching value,= Parameters.DataSource.Value
Telerik Reporting – Negative Value Format Not working
I have updated the nuget package of telerik reporting from version ‘17.2.23.1010’ to ‘17.2.23.1114’.
I am using telerik report designer to work with report files.
In that i had applied one text box with culture ‘en-US’ and format ‘{0:C2}’ for currency format.
Before version update, it was working fine to show negative values within parantheses ‘()’.
Now its not showing any parantheses for negative values. There is not a single change made in .trdp file.
Conditionally show/hide Link columns in Telerik Report Designer 24
I’m working with Telerik Report Designer 24 and I have a scenario where I need to dynamically show/hide “Link” columns based on the value of another field, let’s call it “Status”. Specifically, I want these “Link” columns to be visible only when the “Status” field is set to 5. For all other status values, the “Link” columns should remain hidden.