Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 163297
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T11:32:34+00:00 2026-05-11T11:32:34+00:00

I am attempting to filter a column in an Obout Grid that has been

  • 0

I am attempting to filter a column in an Obout Grid that has been bound to a template.

Background

The DataField of the column is simply a foreign key ID to a History table that contains what are essentially states of a certain object (such as Name, Asset Tag, Serial Number, Additional Info., etc.) If a user were to change a certain state of the object (e.g. Additional Info), a new record would be added to the History table, and this new record is what is referenced by the aforementioned foreign key.

During databinding on the column, I am comparing the most recent history state with the one immediately prior, and returning an English description of what has changed (e.g. ‘The additional info field of this device has been modified’) so that it can be displayed as text in each row.

The Problem

The grid itself seems to only filter the data on the client-side that was part of the original databind (in this case, simply the foreign key ID to the history record). I am able to filter by this number, though it does not actually show up in the column view because it has been replaced by the English description.

Grid Markup

<cc1:Grid ID='grdHistory' runat='server' AutoGenerateColumns='False' DataSourceID='dsHistory' AllowFiltering='true'>     <Columns>         <!-- other columns snipped -->         <cc1:Column DataField='DeviceHistoryID' HeaderText='Event description'  Width='450' Wrap='true'             Index='3'>             <TemplateSettings  TemplateId='tplEventDescription' />         </cc1:Column>     </Columns>     <Templates>         <cc1:GridTemplate ID='tplEventDescription' runat='server'>             <Template>                  <%# FormatEventDescription(Container.DataItem) %>             </Template>         </cc1:GridTemplate>     </Templates> </cc1:Grid> 

FormatEventDescription(Hashtable Records) is the function that returns the English version of the changes to the object’s state that I wish to filter on.

Question

Is there a way to filter by the English description in the column? At this point, any insight (design flaws, etc.) is welcome. I have tried both sifting through all of their documentation and even attempted to contact their support regarding this issue but have yet to receive a response.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T11:32:34+00:00Added an answer on May 11, 2026 at 11:32 am

    I don’t know much about the Obout’s 3rd Party control, but appears to be subclassed from the .net GridView control. So you might ask the question again, but instead use gridview where the word Obout is, because apparently not many people use that particular control.

    After briefly scanning the events of the grid, I think you might try using the RowDataBound event to do the necessary transforms.

    Also you might be able to use the Selected event of the datasource to transform the data.

    If you are able to transform the data to it’s final readable state earlier, you may be able to filter it earlier in the chain of events that occur.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am attempting to filter data frames that have only one column. This results
So I am attempting to create a search field that will filter contacts on
I'm attempting to put together a simple jQuery product filter for a store that
I've been attempting to modify some code that I was using previously with jQuery
Some background: I am attempting to create a DirectShow source filter based on the
Background : Applications that manipulate a collection of data typically present using a grid
I am having trouble with a MOSS FulltextSqlQuery when attempting to filter People results
Attempting to make a NSObject called 'Person' that will hold the login details for
Attempting to build a C# project which has numerous references to assemblies in NuGet
I'm attempting to create a T-SQL case statement to filter a query based on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.