Dear Friend Good Evening.i have create inventory application.
dataGriedview1.Columns[2].DefaultcellStyle.Font=new Font("Indoweb-Tamil-lakshman",12);
the above code is not work....please help me urgent needed.....
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
MelbinPosted Dec 19, 2017, 10:46 AM
{
dataGridView1.Font = new Font("LT-TM-Barani", 20);
}
catch (Exception)
{
throw;
}
mann madhanPosted Aug 27, 2014, 3:16 PM
from where you are bind the value. For testing purpose you can type in google translitration and bind it in grid . i belive i will work
PALANI MCAPosted Jul 18, 2014, 1:59 PM
Jaganathan BantheswaranPosted Jun 5, 2011, 2:52 PM
Visit http://www.c-sharpcorner.com/UploadFile/prvn_131971/ResourcesandLocalization02012008051827AM/ResourcesandLocalization.aspx
http://www.c-sharpcorner.com/UploadFile/vipinakhil/3236/
use these concepts.
And also visit right panel recommended articles in c-sharpcorner site.