Showing related tags and posts accross the entire site.
-
Hi, I’m trying to get a GridView to sort on a foreign key column using NetTiers. This is not supported on the EntityGridView on HyperLinkField Columns as well. To explain a bit further on what I’m trying to achieve I’ll take the above listed example. Table Structure [Customers] CustomerID CompanyName...
-
This has been a huge problem for me and from what I can tell, a lot of us. Unless you are using the GetPaged method, the EntityGridView ignores the sorting event. I started to throw out the NT grid, but then it dawned on me... 1. Setup your grid and datasource just as you usually would, except turn off...
-
I am trying to sort using an EntityGridView, but it is not working. Click on column headers refreshes the page, but sorting does not occur. Can anybody help? Here is my markup: <data:EntityGridView AllowExportToExcel="false" ID="gvAppointments" DataKeyNames="ID" runat="server" AutoGenerateColumns...
-
how to keep the sorting functionality on EntityGridView working when using the builder with the TList? Always get the err messafe that the datasource doenst support sorting. THANKS. OQ