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

[Solved] Hide pager and commanditemtemplate in edit mode

1 Answer 101 Views
Grid
This is a migrated thread and some comments may be shown as answers.
newbie
Top achievements
Rank 1
newbie asked on 04 Apr 2008, 04:45 PM
I am using usercontrol in my edit mode for the grid.
When i edit mode I do not want to display the grid.
I am able to hide the rows but it still shows the pager and the commanditem template.
How can I hide those?

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 07 Apr 2008, 09:16 AM
Hello newbie,

You these items in ItemCreated  event handler after checking the type of e.Item. You will also need to raise a flag to show if an edit form is open.

Alternatively, you can use GetItems method as shown here.

Regards,
Ves
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
newbie
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or