Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
141208 | Nov 29,2018 04:15 PM UTC | Dec 4,2018 09:34 AM UTC | WinForms | 5 |
![]() |
Tags: SfDataGrid |
sfDataGrid.AutoGenerateColumns = true;
var data = new OrderInfoCollection();
sfDataGrid.DataSource = data.OrdersListDetails;
var columnCount = this.sfDataGrid.Columns.Count;
label1.Text = "Column Count - " + columnCount.ToString(); |
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.