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

[Solved] Applying Tutorial to Prometheus Grid

1 Answer 138 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 2
Richard asked on 11 Jan 2008, 02:41 AM
Page 200 of the tutorial shows this code:

<

asp:Button ID="Button1"
Text='<%# (Container as GridItem).OwnerTableView.IsItemInserted ?
"Insert" : "Update" %>'
runat="server"
CommandName='<%# (Container as GridItem).OwnerTableView.IsItemInserted ?
"PerformInsert" : "Update" %>'>
</
asp:Button>

Would anyone be able to show me the Prometheus Grid equivalent?

Thank you.

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 11 Jan 2008, 08:28 AM
Hi Richard,

I think this code should work with the "Prometheus" grid as well. There are no changes in server-side API.

Sincerely yours,
Vlad
the Telerik team

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