![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi guys, Just wondering if someone could help me. I have a datagrid that displays client data A & B. If client data A is displayed then i display an image and some data in the table in my grid. If client data b is displayed the image is not displayed and i display slightly different data in my table in my datagrid. The information is bound to my datagrid using the following method Databinder.eval(Container.DataItem, "name") etc.. the problem that i have is that i want to display both clients datatypes A & B in the same table e.g. all A types at the top of the grid then all the B types directly below them and i want to use one datagrid. How to i change the HTML to display both types ????? Any helkp appreciated CG |
#3
| |||
| |||
|
|
Make an item template that will cater for both datatypes. Handle ItemDataBound event and for every data item show/hide controls in the template depending on the datatype. -- Eliyahu Goldin, Software Developer & Consultant Microsoft MVP [ASP.NET] csgraham74 (AT) gmail (DOT) com> wrote in message news:1154262111.645723.25260 (AT) i42g2000cwa (DOT) googlegroups.com... Hi guys, Just wondering if someone could help me. I have a datagrid that displays client data A & B. If client data A is displayed then i display an image and some data in the table in my grid. If client data b is displayed the image is not displayed and i display slightly different data in my table in my datagrid. The information is bound to my datagrid using the following method Databinder.eval(Container.DataItem, "name") etc.. the problem that i have is that i want to display both clients datatypes A & B in the same table e.g. all A types at the top of the grid then all the B types directly below them and i want to use one datagrid. How to i change the HTML to display both types ????? Any helkp appreciated CG |
#4
| |||
| |||
|
|
thanks for the help I actually ended up writing a function that response.writes the table structure in text back to the html page. i dont think this is the most economical way of doing this but it works and the project is quite small so il probably leave it at that. Thanks Colin Eliyahu Goldin wrote: Make an item template that will cater for both datatypes. Handle ItemDataBound event and for every data item show/hide controls in the template depending on the datatype. -- Eliyahu Goldin, Software Developer & Consultant Microsoft MVP [ASP.NET] csgraham74 (AT) gmail (DOT) com> wrote in message news:1154262111.645723.25260 (AT) i42g2000cwa (DOT) googlegroups.com... Hi guys, Just wondering if someone could help me. I have a datagrid that displays client data A & B. If client data A is displayed then i display an image and some data in the table in my grid. If client data b is displayed the image is not displayed and i display slightly different data in my table in my datagrid. The information is bound to my datagrid using the following method Databinder.eval(Container.DataItem, "name") etc.. the problem that i have is that i want to display both clients datatypes A & B in the same table e.g. all A types at the top of the grid then all the B types directly below them and i want to use one datagrid. How to i change the HTML to display both types ????? Any helkp appreciated CG |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |