I am trying to determine how best to store off a key that goes with each series item. I guess I'm looking for a way to tag each series item so that when a user select it, I can get this Id so I can pass to another page. I'd like to get this from RadGrid1_Click event. I am currently using the XValue2 property and that seems to work because I'm just showing Pie or Bar charts only, I doubt that is what I should be doing. We are not using databinding and I am building the series by hand.
Just a background on why I need this. We are displaying a bar chart that shows a list of Items and their value. When the user clicks one of the items, I need to go to our DB and retrieve more details. Everything in our DB is keyed by a unique Id.
I didn't see this covered in the documentation but I'm sure it's possible.
Thanks
Just a background on why I need this. We are displaying a bar chart that shows a list of Items and their value. When the user clicks one of the items, I need to go to our DB and retrieve more details. Everything in our DB is keyed by a unique Id.
I didn't see this covered in the documentation but I'm sure it's possible.
Thanks