This is a migrated thread and some comments may be shown as answers.

update hierarchy rad grid

1 Answer 34 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ghadeer
Top achievements
Rank 1
ghadeer asked on 19 Nov 2008, 08:02 AM
Hi all,
how can I edit master and detail views if I have edit column command in master and detail views at the same time ??
use updatecommand event for both??? if yes how can I distingush between them in that event??????????


thanks in advance
ghadeer

1 Answer, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 19 Nov 2008, 08:47 AM
Hello Ghadeer,

I suggest you try the following:
protected void RadGrid1_UpdateCommand(object source, GridCommandEventArgs e 
    if(e.Item.OwnerTableView.Name == "myMasterTableView"
        .... 

<MasterTableView Name="myMasterTableView" ... 

Could you please answer the question in "heighlight radgrid record" ticket?

Regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
ghadeer
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or