in

CodeSmith Community

Your Code. Your Way. Faster!

Browse by Tags

  • GridViewSearchPanel issue (nettiers-fx2.0-20070509), DataBind not being called on UpdatePanel callback.

    Works great on the initial search or reset. However, after filtering, if you try to page or sort, the filter is lost in the dataset. I believe the DataBind is not getting called. As a temp work around I've changed the OnLoad method to always DataBind, regardless of Page.IsPostBack status. protected override...
    Posted to .netTiers - General Support (Forum) by dudleya on 05-17-2007
    Filed under: GridViewSearchPanel
  • 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
  • Fields in GridViewSearchPanel

    I have added a GridViewSearchPanel and linked it to a gridview and all is workign fine exept the only field showing in the dropdown box is the Primary Key Field of the table bound to the datagrid. How can I get other fields in the table to show in the drop down box of the GridViewSearchPanel ? Cheers...
    Posted to .netTiers - General Support (Forum) by gazza on 04-18-2007
    Filed under: GridViewSearchPanel
  • 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
  • Trigger GridViewSearchPanel from the codebehind

    This is a stupidly simple question...but I can't figure it out. I've got a gridViewSearchPanel that controls an EntityGridView. In the codebehind I'm programatically setting the search panel with this code: searchpanel.SearchFieldName = fieldName; searchpanel.SearchKeyword =profileName; searchpanel.SearchOperator...
    Posted to .netTiers - General Support (Forum) by david849 on 03-30-2007
    Filed under: GridViewSearchPanel
  • Advance Search Problem

    Hi. Im building a contact manager and i have the table Contact, Category and ContactInCategory. I don't know what to do a advanced search, in one page i can search by Name, Last Name, Phone or Category. I generate the querystring and in other page show the results in a gridview. The problem is that i...
    Posted to .netTiers - General Support (Forum) by elfederiko on 03-28-2007
    Filed under: .netTiers, GridView, Filter, Filters, DataSource, Nettiers, GridViewSearchPanel, .net 2.0
  • Re: GridViewSearchPanel problem when datasource based on a View

    I downloaded the latest nightly build ( 20070326 ) and just regenerated my files. I'm still getting an error on line 298, but the stack trace output is now different... Any help is greatly appreciated!!! Source Error: Line 296: ColumnEnumAttribute cea = EntityHelper.GetAttribute<ColumnEnumAttribute>...
    Posted to .netTiers - General Support (Forum) by david849 on 03-26-2007
    Filed under: GridViewSearchPanel
  • GridViewSearchPanel problem when datasource based on a View

    I get the error below when I try using a GridViewSearchPanel with a data source that is based on a View. I also have a data source that is based on a table that is identical to view with the exception the view has one extra nvarchar(string) column. The crazy thing is that the search panel works great...
    Posted to .netTiers - General Support (Forum) by david849 on 03-23-2007
    Filed under: GridViewSearchPanel
  • Re: Enhancements to GridViewSearchPanel

    I have also added support for exclusion fields from the list if necessary <data:GridViewSearchPanel ID="GridViewSearchPanel1" runat="server" GridViewControlID="GridView1" Visible="true" > <FieldsToExclude> <data:Field Value="Fax" /> <data:Field Value="Phone" /> <data:Field...
    Posted to .netTiers - Contributions and Patches (Forum) by mike123 on 02-23-2007
    Filed under: GridViewSearchPanel, WebAdmin
  • Enhancements to GridViewSearchPanel

    I've added some enhancements to the GridViewSearchPanel in the attached patch. The notable enhancements are as follows: 1. The search Field, Operator and Value are now all exposed as properties. 2. The ability to persist the key properties of both the search panel the associated gridview. Persistence...
    Posted to .netTiers - Contributions and Patches (Forum) by swin on 02-23-2007
    Filed under: GridViewSearchPanel, GridViewSearchPanelState
Page 1 of 3 (21 items) 1 2 3 Next >
Copyright © 2007 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems