Hi all,
I'd very appreciate your help in the following question.
I have hierarchal grid with 2 levels.
after user expanding some row , I want in code behind to know what is the value of some column
for example : 1 level - students , 2 level - their grades
id name age
---- ------ ------
111 Anna 25
subject grade
--------- --------
math 100
english 99
222 Inna 30
what I need is in code behind if user expanded "Anna" is to get "111" value.
P.S. If there is some grid event for catching the expansion on server , write it also for me please .
THANK A LOT
I'd very appreciate your help in the following question.
I have hierarchal grid with 2 levels.
after user expanding some row , I want in code behind to know what is the value of some column
for example : 1 level - students , 2 level - their grades
id name age
---- ------ ------
111 Anna 25
subject grade
--------- --------
math 100
english 99
222 Inna 30
what I need is in code behind if user expanded "Anna" is to get "111" value.
P.S. If there is some grid event for catching the expansion on server , write it also for me please .
THANK A LOT