Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
145850 | Jul 10,2019 04:53 PM UTC | Aug 2,2019 07:24 AM UTC | WinForms | 5 |
![]() |
Tags: SfDataGrid |
private void button1_Click(object sender, EventArgs e)
{
var record = sfDataGrid.View.CreateRecordEntry(new Employee(false, "Tamer", "Manager", "tamer@il.com", "US", "Perfect", 4, "High", 2000, 20000, "1029 - 12th Ave. S.", "Male"));
sfDataGrid.View.Records.Insert(0, record);
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.