DataGrid TemplateColumn
New DiscussionThis seems way more complicated than it should be. In the specific example I'm working on I just want a cell to display a link to another page. As far as I can tell, I need to write a javascript callback to handle this – I was hoping the demo page was just using js, well, because, but I can't specify a C# callback in the markup. Even if I could the TemplateCellUpdatingEventArgs class doesn't appear to match the description on the demo page when I try to use it in C#. I think things like this are better handled in the markup anyway. Here's how I can achieve the same thing in the DevExpress grid I've been using until I could use your components:
@{ var record = dtCont as MeterListItem; @record.Name }
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
7 Created On
Oct 06, 2020 Last Post
3 years, 5 months ago