DXperience gridview and controls inside

I tried a trial version of gridview DXperience and was wondering if it is possible to attach an aspx control to one of the columns.

I created a simple control that contains a button and some javascript / ajax methods and would like to add it to a column, but is that possible?

0


a source to share


1 answer


The dxprerience web view supports templated columns just like the standard ASP.NET gridview. Using templates allows you to embed your own controls.



See the ASPxGridview documentation for an example .

+2


a source







All Articles