Jump to content
Software FX Community

Filtering my dataset results in an error from Grid FX


jvwiv

Recommended Posts

Guys,

I created a filter at the page level that is used with my Datasource to filter out Active or Inactive Items.  When the grid initially loads I am shown the appropriate data.  However, when I go and update an item lets say from active to inactive, I receive an error message as shown below. 

There was a problem while processing your request.  The specific error message was: Exception type: System.Exception

Message: RequestDataItem ran but DataItem was still null afterwards.

Stack Trace:   at GridFX.WebForms.GridItem.t()

at GridFX.WebForms.GridItem.r()

at GridFX.WebForms.GridItem.s()

at GridFX.WebForms.Grid.a(GridItem A_0)

at GridFX.WebForms.GridCommands.e(CellContainerCommandArgs`1 A_0)

at GridFX.WebForms.Command`1.b(TArgs A_0)

at GridFX.WebForms.Command`1.a(CommandArgs A_0)

at GridFX.WebForms.Grid.a(String A_0, o8 A_1)

at GridFX.WebForms.Grid.k(String A_0)

I tried to call the grid1.databind in the itemupdated event, which did run, but there didn't appear to be any postback prior to receiving the error message. 
 Any thoughts?
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...