Hi,
My grid requires some bound columns, template columns and unboundcolumns. At design time in .aspx file how should I declare for unbound column.
Eg:
<Unbound column> -- Based on certain conditions, this column gets populated in code behind and then gets displayed. Initially, it will be hidden.
Thanks,
Prathiba.
My grid requires some bound columns, template columns and unboundcolumns. At design time in .aspx file how should I declare for unbound column.
Eg:
<
telerik:GridBoundColumn >
<
telerik:GridTemplateColumn >
<Unbound column> -- Based on certain conditions, this column gets populated in code behind and then gets displayed. Initially, it will be hidden.
Thanks,
Prathiba.