Implementing columns collection in datagrid custom control

S

Sundararajan

Dear all,

I am building a custom control data grid with some necessary
functionalities. let it be <myCustomDataGrid>

in .Net data grid we have the facility to specify the columns template in
the html side of the design view
like
<column>
</column>
and we were using Databinder.Eval() to bind the data to the corresponding
data item.

how can i achieve the same functionality in my data grid custom control.

<myCustomDataGrid>
<columns>
</Columns>
</myCustomDataGrid>

i am ready to expose the data grid in <myCustomDataGrid> control.
is that possible to have
<myCustomDataGrid>
<dgrdGrid>
<columns>
</Columns>
</dgrdGrid>
</myCustomDataGrid>

as of now i was able to add teh columns and related info from the .aspx.vb
of my application.
thanks in advance
 

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