Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
140827 | Nov 8,2018 04:12 PM UTC | Nov 12,2018 04:47 AM UTC | ASP.NET MVC - EJ 2 | 3 |
![]() |
Tags: Grid |
<script>
function buttonClick() {
var gridObj = document.getElementById('FlatGrid').ej2_instances[0];
gridObj.selectionSettings.type = 'Single'; //change the selection settings for particular grid component
}
</script>
|
function buttonClick() {
var gridObj = document.getElementById('FlatGrid').ej2_instances[0];//get the grid instance
gridObj.setProperties({ selectionSettings: { type: 'Single' } }, false); //dynamically the change the selection type for particular grid component using set properties method
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.