Hi there.
i've a rad grid which has some columns.by clicking in each row I want to show a chart to user.
first of all i want to ask how I can put an image(chart image) and then how can I get selected value.
for instance
User_id Name LastName Getchart
1 aaa aaaa (chart.png)
2 bbb bbbb (chart.png)
3 ccc ccc (chart.png)
4 ddd ddd (chart.png)
---------------------------------------
by clicking on chart.png I want get the value,for instance if user click on 1st row it should get User_id=1
and then I select my query:
select date ,price from customers where user_id=@user_id...
something like this.
any idea?
i've a rad grid which has some columns.by clicking in each row I want to show a chart to user.
first of all i want to ask how I can put an image(chart image) and then how can I get selected value.
for instance
User_id Name LastName Getchart
1 aaa aaaa (chart.png)
2 bbb bbbb (chart.png)
3 ccc ccc (chart.png)
4 ddd ddd (chart.png)
---------------------------------------
by clicking on chart.png I want get the value,for instance if user click on 1st row it should get User_id=1
and then I select my query:
select date ,price from customers where user_id=@user_id...
something like this.
any idea?