This is a migrated thread and some comments may be shown as answers.

[Solved] Check Box and Image in Unbound Grid

1 Answer 101 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mossie
Top achievements
Rank 1
Mossie asked on 04 Mar 2013, 10:41 PM
I have an application where I populate the RadGrid from a CSV file (ie using it in unbound mode).  I define the columns as

Dim dt As New DataTable()

dt.Columns.Add("Date"
etc
and populate them using

 

Value = {Dte$, Item$, Type$, Recordid$}

dt.Rows.Add(Value)

All this works fine.

I now need to add a checkbox and image column.  Can you direct me to a sample. I was not able to find any.

Thanks

Allen

 

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 05 Mar 2013, 05:01 AM
Hi,

You can add columns dynamically in RadGrid using the following approach mentioned in the documentation.
Programmatic Creation

Thanks,
Shinu
Tags
Grid
Asked by
Mossie
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or