When i bind a ultra web grid to a datasource it bind all the column irrespective of templete columns. I just want to show the template column how could i acheive this.
Hi,
I am also facing a similar issue.
I have a UltraWebGrid for which I have defined the columns at design time. All columns are bound columns(IsBound="true") except one which is a template column.
I am binding my datagrid with a datasource at the "Page_Load" event.
When I didn't mention "AutoGenerateColumns="false"" in the ASPX file then grid will display the right data except the template column.
If I mention "AutoGenerateColumns="false"" in the ASPX file then the grid doesn't display any column neither any data.
My main problem is to display the data coming from the database (in datasource) in the template column of the grid.
Please guide me how can I do this.
Thanks.
Prateek
Set
AutoGenerateColumns="false"
inside
DisplayLayout