Hi Allen,
Thanks for contacting Syncfusion Support.
Query: The column can be filtered even "allowFliltering" has been set as false.
We are unable to reproduce the reported issue at our end. Kindly refer the below code example,
<div id="Grid"></div>
<script type="text/babel">
$(function(){
ReactDOM.render(
<div id="Grid2">
<table >
<tr>
<td>
<EJ.Grid id="Grid_1" dataSource = {window.gridData} allowPaging = {true} allowFiltering = {true} >
<columns>
<column field="OrderID" allowFiltering={false}/>
………………………………….
</columns>
</EJ.Grid>
</td>
</tr>
</table>
</div>,
document.getElementById('Grid')
);
});
</script>
|
Output:
See the below image OrderID column filtering is disabled.
For your convenience we have created the sample, refer the below link.
After referring the above sample, still facing the issue please get back to us with the below details.
- Share the complete Grid code example.
- Share the Essential Studio version are you using.
- Reproduce the issue the shared sample or share the issue reproducing sample.
Provided details will help us, to resolve the reported issue as early as possible.
Regards,
Manivannan Padmanaban.