Dear friends,
I got into chaos whenever i need to put an image in a row(GridViewDatacolumn is the type of the column for that row).
can i load an image..with out using GridViewImageColumn.
Plz reply me asap.
my code is...
----------------------
GridViewDataColumn d1 = new GridViewDataColumn("un", "j");
radGridView1.Columns.Add(d1);
Image _image = application.Properties.Resources.open_file;
radGridView1.Rows.Add(_image );
radGridView1.Rows.Add("This");
-----------------
but i am getting image as System.Drawing.image just text not an image..
Thanks,
Regards,
Ravi
I got into chaos whenever i need to put an image in a row(GridViewDatacolumn is the type of the column for that row).
can i load an image..with out using GridViewImageColumn.
Plz reply me asap.
my code is...
----------------------
GridViewDataColumn d1 = new GridViewDataColumn("un", "j");
radGridView1.Columns.Add(d1);
Image _image = application.Properties.Resources.open_file;
radGridView1.Rows.Add(_image );
radGridView1.Rows.Add("This");
-----------------
but i am getting image as System.Drawing.image just text not an image..
Thanks,
Regards,
Ravi