
I have a ListView in Details view, with ShowCheckBoxes set to true. As expected, all ListViewItems have checkboxes next to them.
Is it possible to hide (or disable) checkboxes next to certain ListViewItems?
We are using version 2016.3.1024.40 and i just want to clear the value. I have tried setting the value = null and that does not work. Standard controls that would work just fine. There has to be a simple way to do this. I have about 20 controls that I need to do this to. Just want to take the value/text that is displayed and blank it out.
Thanks in advance.
Mark

Hi,
I'm having this error when loading a layout with a CustomAggregate.
I'm attaching the Layout XML

Hello,
I created GridView with dataset and added two CheckBox type column. In telerik documenation, there is one method to add checkbox on Header
GridViewCheckBoxColumn includeColumn_ = new GridViewCheckBoxColumn(); includeColumn_.DataType = typeof(int); includeColumn_.EnableHeaderCheckBox = true; GridViewCheckBoxColumn excludeColumn_ = new GridViewCheckBoxColumn(); excludeColumn_.DataType = typeof(int); // excludeColumn_.EnableHeaderCheckBox = true;

Hi,
CheckBoxInHeader( http://www.telerik.com/forums/how-can-i-select-multiple-check-boxes-in-radgrid-and-select-all) sample code is not working in Windows 10 operating system , this is working in previous versions.
Please advise.
Thanks.

1 . Is it possible to show multiple tasks on the same line in a Gantt View?
For recurring tasks we have a requirement to show each recurring instance on the same line rather than on a new line (as there could be hundreds of recurrences).
2. Which version of Visual Studio support the Telerik Gantt View?
( I think 2008 does not support Telerik Gantt View )
3. How could I change GanttView Timeline as second ? Is it possible to change?
Thanks , Hyeon

Hi,
Using example of Esri ShapeFile, is it possible for the element List<MapVisualElement> to give an orientation text ?
Thanks for response