Adding check box to data grid custome control.

A

Arvind

Hi,

i am using custome data grid control, which does not have the coloumn
tag i.e property
so i can't add rows explicity in aspx file. i also tried this

DataColumn dcSelect = new DataColumn("Select");
dcSelect.DataType = System.Type.GetType("System.Boolean");

and add new row value as

dr["Select"] = false ;
dtAgentBasedMonitor.Rows.Add(dr);

but it's not working as displaying only true or false when i assing
new row.

can anyone konw another way?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top