in

CodeSmith Community

Your Code. Your Way. Faster!

Browse by Tags

  • EntityGridView CustomProc from View adds a null record

    I am confused why this code is in the EntityGridView. Can anyone explain why this is necessary? The result is that it adds a new entity to the list when I call my custom proc that returns no records. I don't see this with methods that return a TList, but for whatever reason, it happens with a VList....
    Posted to .netTiers - General Support (Forum) by basolutions on 05-17-2007
    Filed under: Custom Stored Procedure, EntityGridView, VList
  • Export to Excel - Hyperlink columns

    I use a lot of hyperlink columns in my EntityGridView controls. This is a problem when users export the grid to excel. I have modified my local copy of the ExportToExcel class to fix this, so I thought I would publish it so that someone with more experience with the template modification could possibly...
    Posted to .netTiers - General Support (Forum) by basolutions on 05-02-2007
    Filed under: EntityGridView, ExportToExcel
  • Sorting EntityGridView when not using GetPaged Method

    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...
    Posted to .netTiers - General Support (Forum) by basolutions on 05-02-2007
    Filed under: EntityDataSource, EntityGridView, Sorting
  • Re: EntityGridView only works with DataSourceID, not a simple DataSource

    This doesn't look like its fixed. I get errors in 2 different places if I don't use a datasourceid with my entitygrid: 1. Line 369: OnSorting - The GridView 'EntityGridView1' fired event Sorting which wasn't handled. protected override void OnSorting(GridViewSortEventArgs e) { if (AllowMultiColumnSorting...
    Posted to .netTiers - Bug Reports (Forum) by basolutions on 04-30-2007
    Filed under: EntityGridView
  • Error with FormView and EntityGridView - Help!

    I am getting an error when using the EntityGridView inside of a Formview in the ItemTemplate. When I place the grid on the page without the FormView, it works perfectly. Otherwise, I am getting this error: Null Reference in EntityGridView.cs Line #316 When I look at line #316, this is the line in question...
    Posted to .netTiers - General Support (Forum) by basolutions on 04-23-2007
    Filed under: EntityGridView, FormViews
  • EntityGridView losing GridViewSearchPanel state?

    I have a EntityGridView with an associated GridViewSearchPanel. In the EntityGridView are several columns, one of which is a template field <asp:TemplateField HeaderStyle-Width="17px"> <ItemTemplate> <asp:ImageButton ID="imgAcc" runat="server" CommandName="AddAcc" CausesValidation="false...
    Posted to .netTiers - General Support (Forum) by david849 on 04-20-2007
    Filed under: EntityGridView, GridViewSearchPanel
  • Prevent exception or delete on page refresh

    Hi I'm relatively new to NetTiers programming so there may be a simple solution to this problem (I hope anyway!). It seems that when I have an EntityGridView bound to a datasource and I delete a row (using the CommandName="delete"), if I then hit the refresh button on the browser (IE in this case) the...
    Posted to .netTiers - General Support (Forum) by loosecannon on 04-17-2007
    Filed under: .netTiers, EntityGridView, ASp.NET, C#, .net 2.0
  • Sorting with EntityGridView and DataSource

    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...
    Posted to .netTiers - General Support (Forum) by rithomas on 04-13-2007
    Filed under: EntityGridView, Sorting
  • Not able to Bind with EntityGridView and deeploaded data.

    Hi there, Have tried a number of different suggestions from the forums but can't seem to get this relatively simple setup to work. I'm using the generated web admin templates and just modifying them slightly so that i can editing data from two tables at once. In this sample I'm actually using Aspnet_Users...
    Posted to .netTiers - General Support (Forum) by peelay on 04-06-2007
    Filed under: .netTiers, EntityGridView, ForeignKeys
  • GridViewSearchPanel Filter delay?

    This is something stupid on my side, but I can't figure it out.... I have given the user a checkbox - that when they check it, it will filter results in the entitygridview. It is set by default to be unchecked. onCheckChanged event I run the code below. My problem is that it always seems to be one click...
    Posted to .netTiers - General Support (Forum) by david849 on 04-03-2007
    Filed under: GridView, EntityGridView, GridViewSearchPanel
Page 1 of 5 (43 items) 1 2 3 4 5 Next >
Copyright © 2007 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems