Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,027

HOME > .NET Framework > Forum > C# WinApp มานำเสนอโค้ด การ Set DefaultCellStyle ใน DataGridView ครั้งเดียวใช้ได้ทุก DataGridView ครับ



 

C# WinApp มานำเสนอโค้ด การ Set DefaultCellStyle ใน DataGridView ครั้งเดียวใช้ได้ทุก DataGridView ครับ

 



Topic : 132030



โพสกระทู้ ( 4,436 )
บทความ ( 23 )



สถานะออฟไลน์
Facebook



พอดีเป็นคนที่ต้องเจอกับการตั้งค่า DefaultCellStyle ใน DataGridView บ่อยๆ
ยิ่งมี DataGridView เยอะๆ ต้องเสียเวลา ตั้งค่า แถม ถ้าเรา เพิ่ม ฟอร์มใหม่ก็ต้องมาตั้งค่าใหม่อยู่ตลอด

ผมอยากนำเสนอ วิธีง่ายๆ ที่จะทำให้ไม่ต้องมาตั้งค่าใหม่ตลอด
โดยการสร้าง คลาส static มาใช้งานครับ

โค้ด Extension ก็มีแค่นี้ครับ

Code (C#)
using System;
using System.Collections.Generic;
namespace TORServices.ExtensionTor
{

    public static class extGridview
    {
  public static void SetDefaultCellStyle(this System.Windows.Forms.DataGridView dgv, bool RowHeadersVisible = true)
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.Yellow;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10);
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10);

            dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            dgv.RowsDefaultCellStyle = dataGridViewCellStyle2;
            dgv.RowHeadersVisible = RowHeadersVisible;


        }
    }
}


เวลาใช้งานก็ประมาณนี้ครับ

Code (C#)
 public frmSystem_Setting()
        {
            InitializeComponent();

            this.contact_ContacttypeDataGridView.SetGridDefaultCellStyle();
            this.product_TypeReciveDataGridView.SetGridDefaultCellStyle();
            this.product_SampletypeDataGridView.SetGridDefaultCellStyle();
            this.product_ParameterDataGridView.SetGridDefaultCellStyle();
            this.product_UnitDataGridView.SetGridDefaultCellStyle();
            this.bankDataGridView.SetGridDefaultCellStyle();
            this.contact_BillTypeDataGridView.SetGridDefaultCellStyle();
            this.contact_BusinesstypeDataGridView.SetGridDefaultCellStyle();
            this.company_PositionDataGridView.SetGridDefaultCellStyle();
            this.company_SectionDataGridView.SetGridDefaultCellStyle();
            this.company_DepartmentDataGridView.SetGridDefaultCellStyle();

        }


หากเราทำเป็น Extension เวลาพิมพ์จะสังเกตว่ามี method เพิ่มมาให้เราครับ

1311



Tag : .NET, Win (Windows App), C#, VS 2012 (.NET 4.x)







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2018-09-12 10:59:34 By : lamaka.tor View : 989 Reply : 1
 

 

No. 1



โพสกระทู้ ( 1,458 )
บทความ ( 0 )



สถานะออฟไลน์
Twitter Facebook Blogger

แปลกแหวกกอ ...แต่ก็ขอบคุณครับ






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2020-08-01 14:20:54 By : PhrayaDev
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : C# WinApp มานำเสนอโค้ด การ Set DefaultCellStyle ใน DataGridView ครั้งเดียวใช้ได้ทุก DataGridView ครับ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 04
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่