I have a read only grid control on the web. When you click on a row i want to be able to display whole bunch of information on the right side of the grid. For example lets say you have a first name and last name showing on the grid. Upon clicking on the grid row user can see further information such as address, email, etc on that user on the right side of the grid.
My questions are
#1 the SelectedIndexChanged doesn't fire why? am i doing something wrong?
#2 I see the manual say use a checkbox. It doesn't really work for me but I figured i place a checkbox on the grid( i don't see an option for autopostback on the checkbox column). Anyways, I run the app and the checkbox is disabled ( i can't click on it).
Can someone help me here?
Thanks
My questions are
#1 the SelectedIndexChanged doesn't fire why? am i doing something wrong?
#2 I see the manual say use a checkbox. It doesn't really work for me but I figured i place a checkbox on the grid( i don't see an option for autopostback on the checkbox column). Anyways, I run the app and the checkbox is disabled ( i can't click on it).
Can someone help me here?
Thanks