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
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.