Title: Is there any way to disable all action/activities on a datagrid? Post by: aswzen on November 24, 2014, 12:34:30 AM Is there any way to disable all action / activities on a datagrid?
Example: How to make the datagrid items cannot be selected, the checkboxes cannot be checked, the view cannot be scrolled, the column cannot be sorted, or even the datagrid displayed grayed.. at once? Thanks in advance.. Title: Re: Is there any way to disable all action/activities on a datagrid? Post by: stworthy on November 24, 2014, 07:59:43 AM An alternative solution is to display a mask over the datagrid panel, so that the user can not do any actions with the datagrid.
|