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
Hi, sorry if this has been asked before but I couldnt find and answer (my searches were probably including the wrong terms.)
When we initially add a datasource to a new grid, the property builder is automatically pupulated with the original columns ready for us to set properties.
I'm adding/changing columns to the datatable in my datasource. Is it possible to get the Property Builder to update the column list from the datasource without me having to add new columns manually? I don't want to lose all the properties that I've previously set.
thanks
Hi,
I used the code
http://docs.telerik.com/devtools/winforms/diagram/features/routing
*** Custom Router ***
It works properly when two shapes added to a Diagram. Form loads and the two shapes are connected and routing well.
But when I drag two other shapes (items) to the diagram, the routing is ignored! and a straight line is used to connect two shapes.
I expected the public class CustomRouter works like an event and when a shape is dragged, heritage the same properties and behavior.
Hi,
I want to deactivate the item's properties relating to the connection <RadDiagramConnection>. I want to ask a user to fill out a form and then two items are connected <programmatically>. And manual configuration is disabled.
Thank you.
Hi.
RadGridView has it's own context menu that displays when right clicking the various sections of the control.
I want to merge my own context menu with it but I can't see how to do this. If I set the context menu with the context menu manager i get 2 overlapping context menus when I right click.
(radcontextmenu has no allowmerge property)
thanks.