Formatting data in DataGridViewCell
-
Hi I am working on a winForm application in which I am using DataGridView to display some data from database. I have to Format the data in the datagridviewcells like shown below i.e few letters made bold, a cell having multi line text etc
============================================================== Column1 | Column2 | Column 3 ============================================================== 454 | **Bold 1**:abdajkldjalkjd | sdfj asdhj | **Bold 2**:abdajkldjalkjd | 32 asd | **Bold 3**:abdajkldjalkjd | 2342 ============================================================== 454 |**Bold 1**:abdajkldjalkjd | sdfj asdhj |**Bold 2**:abdajkldjalkjd | 32 asd |**Bold 3**:abdajkldjalkjd | 2342 ==============================================================
Can any one give me an idea how to do it..o O º(`'·.,(`'·., ?,.·''),.·'')º O o° »·'"`»* *? t4ure4n ?* *«·'"`« °o O º(,.·''(,.·'' ?`'·.,)`'·.,)º O o°
-
Hi I am working on a winForm application in which I am using DataGridView to display some data from database. I have to Format the data in the datagridviewcells like shown below i.e few letters made bold, a cell having multi line text etc
============================================================== Column1 | Column2 | Column 3 ============================================================== 454 | **Bold 1**:abdajkldjalkjd | sdfj asdhj | **Bold 2**:abdajkldjalkjd | 32 asd | **Bold 3**:abdajkldjalkjd | 2342 ============================================================== 454 |**Bold 1**:abdajkldjalkjd | sdfj asdhj |**Bold 2**:abdajkldjalkjd | 32 asd |**Bold 3**:abdajkldjalkjd | 2342 ==============================================================
Can any one give me an idea how to do it..o O º(`'·.,(`'·., ?,.·''),.·'')º O o° »·'"`»* *? t4ure4n ?* *«·'"`« °o O º(,.·''(,.·'' ?`'·.,)`'·.,)º O o°
i think its not possible, hmmm...you should make another column for that bold text
TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L %^]*IRXD#@GKCQ`R\^SF_WcHbORY87??6?N8?BcRAV\Z^&SU~%CSWQ@#2 W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN% Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i?TV.C\y -------------------------------------------------------- 128 bit encrypted signature, crack if you can
-
Hi I am working on a winForm application in which I am using DataGridView to display some data from database. I have to Format the data in the datagridviewcells like shown below i.e few letters made bold, a cell having multi line text etc
============================================================== Column1 | Column2 | Column 3 ============================================================== 454 | **Bold 1**:abdajkldjalkjd | sdfj asdhj | **Bold 2**:abdajkldjalkjd | 32 asd | **Bold 3**:abdajkldjalkjd | 2342 ============================================================== 454 |**Bold 1**:abdajkldjalkjd | sdfj asdhj |**Bold 2**:abdajkldjalkjd | 32 asd |**Bold 3**:abdajkldjalkjd | 2342 ==============================================================
Can any one give me an idea how to do it..o O º(`'·.,(`'·., ?,.·''),.·'')º O o° »·'"`»* *? t4ure4n ?* *«·'"`« °o O º(,.·''(,.·'' ?`'·.,)`'·.,)º O o°
try to use a richtextbox as cell renderer