|
Query |
Response | |
|
Hello, I'm trying to use and create a scenario with pivot client and need to set some Default Filters (ReadOnly) and i have manage to set filters to a specific Value but i am trying to define filter as something like not in Values.
Is it possible?
|
Sorry for the inconvenience caused.
We have confirmed that “Filtering members from code behind is not working properly” is an issue and we have logged a defect report. The fix for the issue will be included in our Essential Studio Volume 3 release which is estimated to be available by the mid of September 2018. | |
|
This specifies that the data shown will be for VALUE1
<Filters>
<ej:Field FieldName="[AG_LOCAL].[CANAL].[VALUE1]" />
</Filters>
And what i am trying to get is Not VALUE1 and Not VALUE2 for example and the filter must be fixed without allowing viewer change.
|
Currently, we don’t have support to hide the Member Editor dialog for specific field. But, you can hide the Pivot Buttons in the “renderComplete” event as a work around solution. This will prevent the Pivot Buttons from click event. Please refer the code snippet below.
Cod Snippet: [aspx]
| |
|
Is there a way to apply the filter server side aspx.cs file?
|
You can apply filter from aspx.cs page by following the below code snippet.
Code Snippet: [C#]
|