This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Linq; | |
using System.Windows.Forms; | |
using Telerik.WinControls.UI; | |
namespace TelerikListWinForms | |
{ | |
public partial class Form1 : Form | |
{ | |
//Make sure you tie the radListControl to the MouseDoubleClick event handler either through the control itself or code behind. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ViewController.m | |
// GettingStarted | |
// | |
// Created by Michael Crump on 03/25/14. | |
// Copyright (c) 2013 Michael Crump. All rights reserved. | |
// | |
#import "ViewController.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ViewController.m | |
// TelerikAnimations | |
// | |
// Created by Michael Crump on 3/25/14. | |
// Copyright (c) 2014 Michael Crump. All rights reserved. | |
// | |
#import "ViewController.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Michael Crump | |
@mbcrump | |
[email protected] | |
------------- | |
All Source Code (WPF, WP8, Win 8) | |
http://bit.ly/HTwKWD | |
RadControl Bits Required | |
WPF/SL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//OLD WAY | |
//NSString *articleTitle = [[feeds objectAtIndex:indexPath.row] objectForKey: @"title"]; | |
//NEW WAY | |
NSString *articleTitle = feeds [indexPath.row] [@"title"]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>WorldCountriesRadComboBox</title> |
NewerOlder