Skip to content

Commit ace5403

Browse files
Merge pull request #1 from Arulpriya/master
Added sample to load text column with button cell.
2 parents 52fa4e2 + 1089439 commit ace5403

21 files changed

+1051
-0
lines changed

AddNewRow_2015.csproj

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{3839D384-FF5F-4FB9-B1D1-7918E512B434}</ProjectGuid>
8+
<OutputType>WinExe</OutputType>
9+
<AppDesignerFolder>Properties</AppDesignerFolder>
10+
<RootNamespace>AddNewRow</RootNamespace>
11+
<AssemblyName>Sample</AssemblyName>
12+
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
13+
<FileAlignment>512</FileAlignment>
14+
<TargetFrameworkProfile />
15+
</PropertyGroup>
16+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17+
<PlatformTarget>AnyCPU</PlatformTarget>
18+
<DebugSymbols>true</DebugSymbols>
19+
<DebugType>full</DebugType>
20+
<Optimize>false</Optimize>
21+
<OutputPath>bin\Debug\</OutputPath>
22+
<DefineConstants>DEBUG;TRACE</DefineConstants>
23+
<ErrorReport>prompt</ErrorReport>
24+
<WarningLevel>4</WarningLevel>
25+
</PropertyGroup>
26+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27+
<PlatformTarget>AnyCPU</PlatformTarget>
28+
<DebugType>pdbonly</DebugType>
29+
<Optimize>true</Optimize>
30+
<OutputPath>bin\Release\</OutputPath>
31+
<DefineConstants>TRACE</DefineConstants>
32+
<ErrorReport>prompt</ErrorReport>
33+
<WarningLevel>4</WarningLevel>
34+
</PropertyGroup>
35+
<ItemGroup>
36+
<Reference Include="DemoCommon">
37+
<Private>False</Private>
38+
</Reference>
39+
<Reference Include="Syncfusion.Core.WinForms, Version=18.2460.0.45, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
40+
<HintPath>packages\Syncfusion.Core.WinForms.18.2.0.45\lib\net46\Syncfusion.Core.WinForms.dll</HintPath>
41+
</Reference>
42+
<Reference Include="Syncfusion.Data.WinForms, Version=18.2460.0.45, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
43+
<HintPath>packages\Syncfusion.Data.WinForms.18.2.0.45\lib\net46\Syncfusion.Data.WinForms.dll</HintPath>
44+
</Reference>
45+
<Reference Include="Syncfusion.DataSource.WinForms, Version=18.2460.0.45, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
46+
<HintPath>packages\Syncfusion.DataSource.WinForms.18.2.0.45\lib\net46\Syncfusion.DataSource.WinForms.dll</HintPath>
47+
</Reference>
48+
<Reference Include="Syncfusion.GridCommon.WinForms, Version=18.2460.0.45, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
49+
<HintPath>packages\Syncfusion.GridCommon.WinForms.18.2.0.45\lib\net46\Syncfusion.GridCommon.WinForms.dll</HintPath>
50+
</Reference>
51+
<Reference Include="Syncfusion.Licensing, Version=18.2460.0.45, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
52+
<HintPath>packages\Syncfusion.Licensing.18.2.0.45\lib\net46\Syncfusion.Licensing.dll</HintPath>
53+
</Reference>
54+
<Reference Include="Syncfusion.SfDataGrid.WinForms, Version=18.2460.0.45, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
55+
<HintPath>packages\Syncfusion.SfDataGrid.WinForms.18.2.0.45\lib\net46\Syncfusion.SfDataGrid.WinForms.dll</HintPath>
56+
</Reference>
57+
<Reference Include="Syncfusion.SfInput.WinForms, Version=18.2460.0.45, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
58+
<HintPath>packages\Syncfusion.SfInput.WinForms.18.2.0.45\lib\net46\Syncfusion.SfInput.WinForms.dll</HintPath>
59+
</Reference>
60+
<Reference Include="Syncfusion.SfListView.WinForms, Version=18.2460.0.45, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
61+
<HintPath>packages\Syncfusion.SfListView.WinForms.18.2.0.45\lib\net46\Syncfusion.SfListView.WinForms.dll</HintPath>
62+
</Reference>
63+
<Reference Include="Syncfusion.Shared.Base, Version=18.2460.0.45, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
64+
<HintPath>packages\Syncfusion.Shared.Base.18.2.0.45\lib\net46\Syncfusion.Shared.Base.dll</HintPath>
65+
</Reference>
66+
<Reference Include="System">
67+
<Private>False</Private>
68+
</Reference>
69+
<Reference Include="System.ComponentModel.DataAnnotations">
70+
<Private>False</Private>
71+
</Reference>
72+
<Reference Include="System.Core">
73+
<Private>False</Private>
74+
</Reference>
75+
<Reference Include="System.Data.Linq">
76+
<Private>False</Private>
77+
</Reference>
78+
<Reference Include="System.Xml.Linq">
79+
<Private>False</Private>
80+
</Reference>
81+
<Reference Include="System.Data.DataSetExtensions">
82+
<Private>False</Private>
83+
</Reference>
84+
<Reference Include="Microsoft.CSharp">
85+
<Private>False</Private>
86+
</Reference>
87+
<Reference Include="System.Data">
88+
<Private>False</Private>
89+
</Reference>
90+
<Reference Include="System.Deployment">
91+
<Private>False</Private>
92+
</Reference>
93+
<Reference Include="System.Drawing">
94+
<Private>False</Private>
95+
</Reference>
96+
<Reference Include="System.Windows.Forms">
97+
<Private>False</Private>
98+
</Reference>
99+
<Reference Include="System.Xml">
100+
<Private>False</Private>
101+
</Reference>
102+
</ItemGroup>
103+
<ItemGroup>
104+
<Compile Include="Form1.cs">
105+
<SubType>Form</SubType>
106+
</Compile>
107+
<Compile Include="Form1.Designer.cs">
108+
<DependentUpon>Form1.cs</DependentUpon>
109+
</Compile>
110+
<Compile Include="Program.cs" />
111+
<Compile Include="Properties\AssemblyInfo.cs" />
112+
<EmbeddedResource Include="Form1.resx">
113+
<DependentUpon>Form1.cs</DependentUpon>
114+
</EmbeddedResource>
115+
<EmbeddedResource Include="Properties\Resources.resx">
116+
<Generator>ResXFileCodeGenerator</Generator>
117+
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
118+
<SubType>Designer</SubType>
119+
</EmbeddedResource>
120+
<Compile Include="Properties\Resources.Designer.cs">
121+
<AutoGen>True</AutoGen>
122+
<DependentUpon>Resources.resx</DependentUpon>
123+
<DesignTime>True</DesignTime>
124+
</Compile>
125+
<None Include="packages.config" />
126+
<None Include="Properties\Settings.settings">
127+
<Generator>SettingsSingleFileGenerator</Generator>
128+
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
129+
</None>
130+
<Compile Include="Properties\Settings.Designer.cs">
131+
<AutoGen>True</AutoGen>
132+
<DependentUpon>Settings.settings</DependentUpon>
133+
<DesignTimeSharedInput>True</DesignTimeSharedInput>
134+
</Compile>
135+
</ItemGroup>
136+
<ItemGroup>
137+
<Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
138+
</ItemGroup>
139+
<ItemGroup>
140+
<Content Include="images.png" />
141+
<Content Include="Images\Female.png" />
142+
<Content Include="Images\Insufficient.png" />
143+
<Content Include="Images\location.png" />
144+
<Content Include="Images\Male.png" />
145+
<Content Include="Images\Perfect.png" />
146+
<Content Include="Images\Sufficient.png" />
147+
</ItemGroup>
148+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
149+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
150+
Other similar extension points exist, see Microsoft.Common.targets.
151+
<Target Name="BeforeBuild">
152+
</Target>
153+
<Target Name="AfterBuild">
154+
</Target>
155+
-->
156+
</Project>

AddNewRow_2015.sln

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.28307.168
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddNewRow_2015", "AddNewRow_2015.csproj", "{3839D384-FF5F-4FB9-B1D1-7918E512B434}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Debug-Xml|Any CPU = Debug-Xml|Any CPU
12+
Release|Any CPU = Release|Any CPU
13+
Release-Xml|Any CPU = Release-Xml|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{3839D384-FF5F-4FB9-B1D1-7918E512B434}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{3839D384-FF5F-4FB9-B1D1-7918E512B434}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{3839D384-FF5F-4FB9-B1D1-7918E512B434}.Debug-Xml|Any CPU.ActiveCfg = Debug|Any CPU
19+
{3839D384-FF5F-4FB9-B1D1-7918E512B434}.Debug-Xml|Any CPU.Build.0 = Debug|Any CPU
20+
{3839D384-FF5F-4FB9-B1D1-7918E512B434}.Release|Any CPU.ActiveCfg = Release|Any CPU
21+
{3839D384-FF5F-4FB9-B1D1-7918E512B434}.Release|Any CPU.Build.0 = Release|Any CPU
22+
{3839D384-FF5F-4FB9-B1D1-7918E512B434}.Release-Xml|Any CPU.ActiveCfg = Release|Any CPU
23+
{3839D384-FF5F-4FB9-B1D1-7918E512B434}.Release-Xml|Any CPU.Build.0 = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
GlobalSection(ExtensibilityGlobals) = postSolution
29+
SolutionGuid = {A1B3E660-B569-4B3B-85E9-B3872D6FFFB6}
30+
EndGlobalSection
31+
EndGlobal

Form1.Designer.cs

Lines changed: 77 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)